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

nlist

Rating
0 votes
Favoured:
0
Current Version
0.3
Last Release Date
2011-11-07
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
License
BSD
Hits
86107
Files:
FileDescription
nlist-0.3-0.tgznlist
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Nlist is a utility that will parse the nagios database files and return a list of systems based on a simple query. This is useful, for example, to run remote commands via ssh for a group of systems. It is written in perl and requires the Nagios::Config module from CPAN.
Synopsis:

nlist [-options] groupname [groupname...]|.

Options:
-t table of name, ip address, and group membership
-i list ip address only

Groupnames are matched as regular expressions. So, for example, 'nlist wireless' will work if you have a group called 'wirelessaps'.

If groupname is '.', then all hosts are listed. Multiple groups require that listed hosts be a member of all specified groups.

Running the command with no parameters will list your nagios groups.