Re: Nagios needed server checks - advices are welcome
Posted: Fri Nov 10, 2017 3:32 pm
@shwele,
Glad you were able to install the plugins and got it working!
As for the AR server, check_http is one way if you wanted to check the subdomain.
As for a plugin to check an AR server, have you checked the Nagios exchange? Other than that, it depends on what the AR server does --> which can point in the right direction of what to check.
https://exchange.nagios.org/
Otherwise, did you have any more questions?
Glad you were able to install the plugins and got it working!
As for the AR server, check_http is one way if you wanted to check the subdomain.
Code: Select all
/usr/local/nagios/libexec/check_http -H my.domain -u '/subdomain#/123/abc'https://exchange.nagios.org/
Otherwise, did you have any more questions?