Search found 4 matches
- Wed Nov 13, 2019 1:02 pm
- Forum: Open Source Nagios Projects
- Topic: Proper way to exclude service from sending notifications.
- Replies: 6
- Views: 1326
Re: Proper way to exclude service from sending notifications
Yep, negating specific hosts in both service definition and service_escalations definition worked. That was easy, I should have thought of that from start, thanks for pointing that out.
- Wed Nov 13, 2019 12:59 pm
- Forum: Open Source Nagios Projects
- Topic: Proper way to exclude service from sending notifications.
- Replies: 6
- Views: 1326
Re: Proper way to exclude service from sending notifications
Oh I see, so, could I either...
remove the hostgroup designation and just specify hosts, or also negate those hosts in the service escalation, and it wont exapnd them?
remove the hostgroup designation and just specify hosts, or also negate those hosts in the service escalation, and it wont exapnd them?
- Wed Nov 13, 2019 11:39 am
- Forum: Open Source Nagios Projects
- Topic: Proper way to exclude service from sending notifications.
- Replies: 6
- Views: 1326
Re: Proper way to exclude service from sending notifications
Thanks Scott.
I thought of doing exactly that, but I wanted to understand if there was a way of being able to accomplish same/similar via adjusting the configs.
I thought of doing exactly that, but I wanted to understand if there was a way of being able to accomplish same/similar via adjusting the configs.
- Wed Nov 13, 2019 9:53 am
- Forum: Open Source Nagios Projects
- Topic: Proper way to exclude service from sending notifications.
- Replies: 6
- Views: 1326
Proper way to exclude service from sending notifications.
I have a service check for rabbitmq that checks the queue length. Its currently failing on a few servers, due to the version of a python module installed on the remote host. However, these servers are due to be upgraded in a couple of weeks, so for now I'd just like to prevent the unknown alerts for...