Hello,
I installed nmap2nagios plugin along with all the prerequisite perl packages. When I do run the nmap -sS -O -oX "servername".xml "servername" I receive a good xml file. When I run nmap2nagios.pl -v -r "servername".xml -o "servername".conf I get the error
Pseudo-hashes are deprecated at ./nmap2nagios.pl line 111.
Argument "\x{31}\x{30}..." isn't numeric in hash element at ./nmap2nagios.pl line 111.
Use of uninitialized value in pattern match (m//) at ./nmap2nagios.pl line 111.
Pseudo-hashes are deprecated at ./nmap2nagios.pl line 112.
Use of uninitialized value in pattern match (m//) at ./nmap2nagios.pl line 112.
Pseudo-hashes are deprecated at ./nmap2nagios.pl line 115.
Processed Host (servername)
Matched Hostgroup (linux)
I have searched the forums and read these four posts, but none of them resolved the issue.
http://forum.oreon-project.org/searc...searchid=62897
I did change the perl PATH from /usr/local/bin to /usr/bin. this is a new install of centreon on a debian system. Please advise and thanks for you help in advance.
Tim
I installed nmap2nagios plugin along with all the prerequisite perl packages. When I do run the nmap -sS -O -oX "servername".xml "servername" I receive a good xml file. When I run nmap2nagios.pl -v -r "servername".xml -o "servername".conf I get the error
Pseudo-hashes are deprecated at ./nmap2nagios.pl line 111.
Argument "\x{31}\x{30}..." isn't numeric in hash element at ./nmap2nagios.pl line 111.
Use of uninitialized value in pattern match (m//) at ./nmap2nagios.pl line 111.
Pseudo-hashes are deprecated at ./nmap2nagios.pl line 112.
Use of uninitialized value in pattern match (m//) at ./nmap2nagios.pl line 112.
Pseudo-hashes are deprecated at ./nmap2nagios.pl line 115.
Processed Host (servername)
Matched Hostgroup (linux)
I have searched the forums and read these four posts, but none of them resolved the issue.
http://forum.oreon-project.org/searc...searchid=62897
I did change the perl PATH from /usr/local/bin to /usr/bin. this is a new install of centreon on a debian system. Please advise and thanks for you help in advance.
Tim
Comment