Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

nmap2nagios-ng

Rating
0 votes
Favoured:
1
Current Version
0.1.3
Compatible With
  • Nagios 2.x
  • Nagios 3.x
Hits
106389
Files:
FileDescription
nmap2nagios-ng.tarnmap2nagios-ng.tar
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
nmap2nagios-ng is a perl-script for generating object configuration files from the XML output of the Port- and Securityscanner Nmap automatically.
Features include the ability to transform Nmap XML-Output to Nagios object configuration files with:
  • automated detection of the operating system and building a according hostgroup
  • generating of host- and servicetemplates, which can be adjusted via the nmap2nagios-configurationfile
  • customizing for Nagios v2.x or v3.x
  • the room to be changed by the users without any programming skills

Single node usage:

nmap -sS -O -oX 192.168.100.1.xml 192.168.100.1

./nmap2nagios-ng.pl -i -z -r 192.168.100.1.xml -o newhost.cfg

Subnet:

nmap -sS -O -oX subnet.xml 192.168.1.*

./nmap2nagios-ng.pl -i -z -r subnet.xml -o newhosts.cfg