notification problem

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.
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Re: notification problem

Post by lafargeuser »

Pasting contacts.cfg

define contact{
contact_name bmcitsm
use generic-contact
alias bmc
email bmcitsmsupport@mydomain.com
service_notifications_enabled 1
host_notifications_enabled 1
service_notification_period 24x7
host_notification_period 24x7
service_notification_options c,w,r
host_notification_options d,u,r,n
}
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: notification problem

Post by abrist »

That contact looks fine. Sorry for making you post it twice. Can we see the object definition for the service in question?
You may want to include:

Code: Select all

flap_detection_enabled 0
In the definition for the service object in question.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Re: notification problem

Post by lafargeuser »

you want me to add flap_detection_enabled 0 in beow section ?


define contact{
contact_name bmcitsm
use generic-contact
alias bmc
email bmcitsmsupport@mydomain.com
service_notifications_enabled 1
host_notifications_enabled 1
service_notification_period 24x7
host_notification_period 24x7
service_notification_options c,w,r
host_notification_options d,u,r,n
}
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: notification problem

Post by sreinhardt »

Nope that would go on your host or service check. Otherwise yes please apply that to the correct host\service.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked