mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
2011-09-14 Sancho Lerena <slerena@artica.es>
* lib/PandoraFMS/NmapParser.pm: Avoid warning messages. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3b3bc825de
commit
17bef2a9dd
@ -1,3 +1,8 @@
|
|||||||
|
|
||||||
|
2011-09-14 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/NmapParser.pm: Avoid warning messages.
|
||||||
|
|
||||||
2011-09-12 Sancho Lerena <slerena@artica.es>
|
2011-09-12 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* util/pandora_remote_agent.sh: New remote agent script to do customized
|
* util/pandora_remote_agent.sh: New remote agent script to do customized
|
||||||
|
@ -139,7 +139,7 @@ sub parsescan {
|
|||||||
"$nmap $args -v -v -v -oX "
|
"$nmap $args -v -v -v -oX "
|
||||||
. $self->{cache_file} . " "
|
. $self->{cache_file} . " "
|
||||||
. ( join ' ', @ips );
|
. ( join ' ', @ips );
|
||||||
`$cmd`; #remove output from STDOUT
|
`$cmd 2> /dev/null`; #remove output from STDOUT
|
||||||
$self->parsefile( $self->{cache_file} );
|
$self->parsefile( $self->{cache_file} );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user