[Nagios-devel] contact checks bug?

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
Guest

[Nagios-devel] contact checks bug?

Post by Guest »

Hi!

In my contacts.cfg, I want to define a contact without any notification.
This is so they can view just their listed hostgroups, rather than the
entire list. However, if I create the following:

define contact{
contact_name voont
alias Ton Voon
}

then running nagios -v gives:
Error: Contact name, alias, or email address and pager number are NULL

Maybe the check should be:
if ( (host|service)_notification_options != n or NULL) {
pager or email must be defined
}

Ton

Ton Voon
IT Operations - Environments
North Wing, Derby
Telephone: 01384 26 (4406)
mailto: [email protected]



This private and confidential e-mail has been sent to you by Egg.
The Egg group of companies includes Egg Banking plc
(registered no. 2999842), Egg Financial Products Ltd (registered
no. 3319027) and Egg Investments Ltd (registered no. 3403963) which
carries out investment business on behalf of Egg and is regulated
by the Financial Services Authority.
Registered in England and Wales. Registered offices: 1 Waterhouse Square,
138-142 Holborn, London EC1N 2NA.
If you are not the intended recipient of this e-mail and have
received it in error, please notify the sender by replying with
'received in error' as the subject and then delete it from your
mailbox.






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked