Tuning notifications

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
McHenry
Posts: 16
Joined: Thu Jan 15, 2015 5:01 pm

Tuning notifications

Post by McHenry »

New Nagios server with notifications working well :)

Server & virtual workstations run 24/7 and I receive notification via email whenever a condition WARNING or CRITICAL is triggered.

The physical workstations run ad-hoc and I receive notifications when they are powered off which I don't want. I only want to check their conditions and be notified when they are running.

I have servers, virtual workstations and physical workstations in their own host groups if this helps.

Is it possible to set one host group to send a notification when a condition is triggered at any time and set another host group to send a notification when a condition is triggered only when the host is running?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Tuning notifications

Post by scottwilkerson »

You should be able to just disable notifications in the configuration for the hosts themselves.

Code: Select all

notifications_enabled 0
By default the services should only send notifications if the host is UP.

When the host is DOWN you would not receive notifications.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked