You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Princeton/pu/naemon_configs/services/netapp-services.cfg.old

152 lines
3.3 KiB
INI

#
# $Header: /usr/local/monitoring/nagios/etc/services/RCS/netapp-services.cfg,v 1.6 2014/07/28 18:35:00 nagios Exp $
#
# NetApp services
#
define service {
service_description netapp_failed_fans
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_failed_fans
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_cf_settings
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_cf_settings
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_disk_space
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_disks
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_over_temp
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_over_temp
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_nvram
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_nvram
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_cf_partner_status
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_cf_partner_status
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_failed_disks
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_failed_disks
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_cpuload
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
max_check_attempts 4
check_command check_netapp_cpuload!90!95
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_cf_state
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_cf_state
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_global_status
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_miscGlobalStatus!3!3
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_cf_interconnect_status
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_cf_interconnect_status
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_failed_psu
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_failed_psu
contacts NAS Admin
contact_groups null
}
define service {
service_description netapp_disk_space_dba
use generic-service-active
hostgroup_name NAS
normal_check_interval 10
retry_interval 5
check_command check_netapp_disk_space!dba.cfg
contacts DBA Important
contact_groups null
}