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
}