possible to stop alerting some interfaces of a service?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
trenna
Posts: 1
Joined: Tue Dec 10, 2013 10:19 pm

possible to stop alerting some interfaces of a service?

Post by trenna »

Hello,
I've got some interfaces with some virtual voice ports on them. Anyway we are getting alerts that they are down (which they should be).
I understand from reading the documentation that it is possible to stop a service from alerting, but what about interfaces within a service? How would I go about doing that? We want to alert on its physical interfaces but not these funny virtual ones.

Is there anyway I can write an object definition so suppress just those alerts?

Thanks very much for your help. :)
Attachments
nagios error.PNG
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: possible to stop alerting some interfaces of a service?

Post by slansing »

Alerts are controlled/initiated by your host/service checks, you would likely have to make changes to the actual service check plugin you are using in this case. Nagios will alert on the state change that occurs on your host/service and that is controlled by the warning and critical thresholds you check against, which are in turn are determined by the check plugin. What plugin are you using for this check? And what exactly are you trying to alert on?
Locked