Page 1 of 1

Soap or API requests

Posted: Tue Jan 29, 2019 12:05 pm
by emartine
Does Nagios XI have the ability to do soap/api/web etc. requests to pull information from another monitoring source?

Re: Soap or API requests

Posted: Tue Jan 29, 2019 3:28 pm
by cdienger

Re: Soap or API requests

Posted: Wed Jan 30, 2019 6:07 pm
by emartine
Thank you for that I have a list of iis app pools that I am being asked to monitor and I can't install a ps or vb script on the server to monitor it. Would this be the best alternate method for it? Is there any way to monitor them all on one command? or will it be necessary to create a single check for each?

web_1_1
web_1_2
web_1_3
web_2_1
web_2_2
web_2_3

Re: Soap or API requests

Posted: Thu Jan 31, 2019 2:25 pm
by cdienger
If you're looking to see if a web service is up or down then the check_http plugin is the way to go. One check would need to be configured for each service. Clustering is an option(https://assets.nagios.com/downloads/nag ... sters.html) if want to monitor the services as a collective entity.