58 lines
1.8 KiB
INI
58 lines
1.8 KiB
INI
###############################################################################
|
|
# #
|
|
# AP31-PROD.CFG - SAMPLE OBJECT CONFIG FILE FOR MONITORING THIS MACHINE #
|
|
# #
|
|
###############################################################################
|
|
|
|
|
|
|
|
###############################################################################
|
|
#
|
|
# HOST DEFINITION
|
|
#
|
|
###############################################################################
|
|
|
|
# Define a host for the local machine
|
|
|
|
define host {
|
|
use linux-server
|
|
host_name ap31-prod
|
|
alias prod
|
|
address 172.16.0.74
|
|
parents pxlab1
|
|
}
|
|
|
|
define service {
|
|
|
|
use generic-service ;Use generic-service template
|
|
hostgroup_name linux-servers ; S'applique au groupe en question
|
|
service_description chk-lin-load ; Nom du service
|
|
check_command check_lin_load!public!--v2c!netsl!3,2,2!3,2,2 ; Command
|
|
}
|
|
|
|
|
|
define service {
|
|
|
|
use generic-service ;Use generic-service template
|
|
hostgroup_name linux-servers ; S'applique au groupe en question
|
|
service_description chk-lin-mem ; Nom du service
|
|
check_command check_lin_mem!public!--v2c!70%,80%!90%,95% ; Command
|
|
}
|
|
|
|
|
|
define service{
|
|
|
|
use generic-service
|
|
hostgroup_name linux-servers
|
|
service_description chk-dns-ext
|
|
check_command check_dns_ext
|
|
}
|
|
|
|
define service{
|
|
|
|
use generic-service
|
|
hostgroup_name linux-servers
|
|
service_description chk-snmp-storage
|
|
check_command check_snmp_storage!public!/!80%!90%
|
|
}
|