"nagiosadmin" gets alerts for all services on "localhost"
Posted: Mon Oct 21, 2013 1:28 pm
I noticed that for the "localhost", any service alerts are sent to the email address listed for the Nagios administrator account. Is there any way to prevent certain service alerts from being sent to the administrator?
I don't understand how or where to change this, as the service in question does not list the nagios administrator as a contact in services.cfg.
For example, if I didn't want this service to alert the administrator, but instead, some other contact, how would I change this:
I don't understand how or where to change this, as the service in question does not list the nagios administrator as a contact in services.cfg.
For example, if I didn't want this service to alert the administrator, but instead, some other contact, how would I change this:
Code: Select all
define service {
host_name localhost
service_description Swap Usage
use local-service
check_command check_local_swap!20!10!!!!!!
notification_interval 0
notifications_enabled 1
contacts someone-else
register 1
}