How does the auto-discovery work?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
camelel
Posts: 9
Joined: Mon Oct 06, 2014 6:29 am

How does the auto-discovery work?

Post by camelel »

How does the auto-discovery tool in Nagios XI works?

When I supply a network ID to run on, let's say 10.10.182.0/24 .
it finds many Microsoft Windows machines as well as Linux servers.
I wanted to know how it works... Can I supply a root/administrator password to the NagiosXI and expect it to connect to each server it finds in the auto-discovery job and automatically install the relevant agent and configure some common checks?
Or does the auto-discovery only scans the supplied network.ID, nmap's it's findings and setting checks for each open port it finds?

I want to be able to supply a network.ID to scan and supply administrative username and password and to press go... and I'd want the result to be:
The NagiosXI will go through the list of servers it found, will connect to each one of them automatically using the administrative credentials I supplied and install the agent there so it would be ready for monitoring... is this doable with Nagios XI?
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: How does the auto-discovery work?

Post by tmcdonald »

Auto-Discovery does not do installation and configuration, just discovery.

On the backend it runs the nmap tool to discover hosts and open ports:

http://nmap.org/

nmap is not 100% accurate for various reasons, so it makes a best guess as to the OS and services running.
Former Nagios employee
Locked