Soap or API requests
Soap or API requests
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
check_http can be used to make web requests including soap requests.
There are also json plugins:
https://exchange.nagios.org/directory/P ... ON/details
https://exchange.nagios.org/index.php?o ... check_json
There are also json plugins:
https://exchange.nagios.org/directory/P ... ON/details
https://exchange.nagios.org/index.php?o ... check_json
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Soap or API requests
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
web_1_1
web_1_2
web_1_3
web_2_1
web_2_2
web_2_3
Re: Soap or API requests
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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.