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/tsm_prod_services.cfg

189 lines
5.2 KiB
INI

#########################
# Common services for UNIX/Linux Production hosts
#########################
define service {
service_description snmp_unix_alive
use UNIX Production service
hostgroup_name TSM Production
max_check_attempts 3
retry_check_interval 2
check_command check_snmp_alive
contacts Igor V. Gubenko
}
define service {
service_description nrpe_unix_active_mem
use UNIX Production service
hostgroup_name TSM Production
process_perf_data 1
action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$
check_command check_nrpe_active_mem!90!95
contacts ESS Storage
}
define service {
service_description nrpe_unix_agent_status
use UNIX Production service
hostgroup_name TSM Production
max_check_attempts 3
retry_check_interval 1
check_command check_nrpe_agent
contacts ESS Storage
}
define service {
service_description nrpe_unix_cpu_system
use UNIX Production service
hostgroup_name TSM Production
max_check_attempts 6
normal_check_interval 10
retry_check_interval 10
action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$
check_command check_nrpe_cpu_system!70:80!50:70
contacts ESS Storage
}
define service {
service_description nrpe_unix_cpu_user
use UNIX Production service
hostgroup_name TSM Production
max_check_attempts 6
normal_check_interval 10
retry_check_interval 10
action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$
check_command check_nrpe_cpu_user!85:90
contacts ESS Storage
}
define service {
service_description nrpe_unix_disk_app_tsm
use UNIX Production service
host_name eistsm206l, eistsm207l, eistsm208l, eistsm210l, eistsm211l, ims211
check_command check_nrpe_disk_by_class!tsm
notification_options w,c,r
contacts ESS Storage
}
define service {
service_description nrpe_unix_disk_system
use UNIX Production service
hostgroup_name TSM Production
action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system
check_command check_nrpe_disk_by_class!system
contacts ESS Storage
}
define service {
service_description snmp_unix_disk_system
use UNIX Production service
hostgroup_name TSM Production
check_command check_snmp_disk!^/(|boot|tmp|usr(|/local)|var(|/local)|home)$!85!90
contacts nagiosadmin
contact_groups null
}
define service {
service_description nrpe_unix_load
use UNIX Production service
hostgroup_name TSM Production
action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$
check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r "
contacts ESS Storage
}
define service {
service_description nrpe_unix_lxfiles6
use UNIX Production service
host_name eistsm206l, eistsm207l, eistsm208l, eistsm210l
check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf
contacts ESS UNIX List
}
define service {
service_description nrpe_unix_mounts
use UNIX Production service
hostgroup_name TSM Production
notification_options c,r
check_command check_nrpe_mounts
contacts ESS Storage
}
# dsmserv check
define service {
service_description nrpe_unix_proc_dsmserv
use UNIX Production service
hostgroup_name TSM Production
host_name !eistsm200l, !eistsm208l
check_command check_nrpe_proclist!dsmserv
contacts ESS Storage
contact_groups TSM, TSM Page
}
# dsmserv check
define service {
service_description snmp_unix_proc_dsmserv
use UNIX Production service
host_name eistsm208l
check_command check_snmp_process!^.*dsmserv!1,2!0
notification_options w,c,r
contacts ESS Storage
contact_groups TSM, TSM Page
}
define service {
service_description nrpe_unix_proc_tripwire
use UNIX Production service
hostgroup_name TSM Production
check_command check_nrpe_process!5!1:! -a tripwire
}
# No dsmc check
define service {
service_description nrpe_unix_proclist_linux6
use UNIX Production service
host_name eistsm206l, eistsm207l, eistsm208l, eistsm210l
check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind
contacts ESS Storage
}
define service {
service_description nrpe_unix_swap
use UNIX Production service
hostgroup_name TSM Production
notification_options c,r
action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$
check_command check_nrpe_swap!20!10
contacts ESS Storage
}
define service {
service_description snmp_linux_mem
use UNIX Production service
hostgroup_name TSM Production
check_command check_snmp_nix_memory!95,85!98,90
notification_options c,r
action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$
contact_groups null
contacts nagiosadmin
}