Search found 5 matches
- Thu Apr 23, 2015 9:41 am
- Forum: Open Source Nagios Projects
- Topic: Disable host notification if a specific service is critical
- Replies: 3
- Views: 1573
Re: Disable host notification if a specific service is criti
Thanks for your reply, Another solution would be to put the check NRPE command in the hostcheck command for the proxy -> it will send me only one mail like "proxy server is DOWN" instead of "NRPE service is CRITICAL" I will think about your idea If anyone have a better solution, ...
- Thu Apr 23, 2015 3:39 am
- Forum: Open Source Nagios Projects
- Topic: Disable host notification if a specific service is critical
- Replies: 3
- Views: 1573
Disable host notification if a specific service is critical
Hello, I'm using Nagios with NRPE to monitor some linux servers via a "proxy" server running NRPE too. So if the proxy's NRPE stop working, the monitored servers after won't be able to be checked, and Nagios will consider them as DOWN. I will receive 2 mails (1 for the proxy's NRPE service...
- Tue Apr 14, 2015 2:55 am
- Forum: Nagios XI
- Topic: Check if a specific service is doing his job (hasnt crashed)
- Replies: 4
- Views: 761
Re: Check if a specific service is doing his job (hasnt cras
Hi
You can close it
Edouard
You can close it
Edouard
- Mon Apr 13, 2015 11:25 am
- Forum: Nagios XI
- Topic: Check if a specific service is doing his job (hasnt crashed)
- Replies: 4
- Views: 761
Re: Check if a specific service is doing his job (hasnt cras
Hi,
Thanks, I finally managed to use the Nagios Haproxy Stats plugin to monitor services. (as the services states are already known by Haproxy, Nagios will only have to ask Haproxy and not to collect metrics itself)
Edouard
Thanks, I finally managed to use the Nagios Haproxy Stats plugin to monitor services. (as the services states are already known by Haproxy, Nagios will only have to ask Haproxy and not to collect metrics itself)
Edouard
- Mon Apr 13, 2015 9:59 am
- Forum: Nagios XI
- Topic: Check if a specific service is doing his job (hasnt crashed)
- Replies: 4
- Views: 761
Check if a specific service is doing his job (hasnt crashed)
Hi, Is there any plugin which make nagios able to detect if a service (nginx, elasticsearch, postfix...) is currently running AND is doing his job? (so it hasn't crashed) ? Currently, I use a separate bash script who take the http code of the service (with curl), and restart service if code output i...