Page 1 of 1

Any script or agent that can discover and deploy services

Posted: Tue Jul 11, 2017 11:29 am
by Gouki
Hello,

They gave me the hard task of discovering how to enter the monitored machines to detect hard disks, database, SAP, FTP and WEB. Then the monitoring services in Nagios XI will be implemented. Beforehand thank you very much.

Re: Any script or agent that can discover and deploy service

Posted: Tue Jul 11, 2017 11:34 am
by dwhitfield
XI does have an auto-discovery wizard: https://exchange.nagios.org/directory/A ... rd/details . To be clear, it is already in XI, you do not need to download it. The link is just for some information about the wizard.

However, it does not automatically deploy agents. You'll want something like chef, puppet, ansible, salt, etc. to do that. I know chef is cross-platform but I do not know about the others.

Please let us know if you have any difficulty using the auto-discovery wizard. For questions about chef, etc., you're probably better off on say, the chef forums, but we may be able to help some.

Re: Any script or agent that can discover and deploy service

Posted: Tue Jul 11, 2017 11:57 am
by Gouki
dwhitfield wrote:XI does have an auto-discovery wizard: https://exchange.nagios.org/directory/A ... rd/details . To be clear, it is already in XI, you do not need to download it. The link is just for some information about the wizard.

However, it does not automatically deploy agents. You'll want something like chef, puppet, ansible, salt, etc. to do that. I know chef is cross-platform but I do not know about the others.

Please let us know if you have any difficulty using the auto-discovery wizard. For questions about chef, etc., you're probably better off on say, the chef forums, but we may be able to help some.
As long as I have dealt with the auto-discovery, it has not detected all the devices.

Re: Any script or agent that can discover and deploy service

Posted: Tue Jul 11, 2017 12:12 pm
by dwhitfield
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.

Is there any particular class of devices that is causing issues? We might be able to help get them prepped.