56 lines
1.9 KiB
INI
56 lines
1.9 KiB
INI
###############################################################################
|
|
# LOCALHOST.CFG - SAMPLE OBJECT CONFIG FILE FOR MONITORING THIS MACHINE
|
|
#
|
|
#
|
|
# NOTE: This config file is intended to serve as an *extremely* simple
|
|
# example of how you can create configuration entries to monitor
|
|
# the local (Linux) machine.
|
|
#
|
|
###############################################################################
|
|
|
|
|
|
|
|
###############################################################################
|
|
#
|
|
# HOST DEFINITION
|
|
#
|
|
###############################################################################
|
|
|
|
# Define a host for the local machine
|
|
|
|
define host {
|
|
|
|
use linux-server ; Name of host template to use
|
|
; This host definition will inherit all variables that are defined
|
|
; in (or inherited by) the linux-server host template definition.
|
|
host_name ns
|
|
alias ns
|
|
address 10.121.38.7
|
|
parents gwsio5
|
|
}
|
|
|
|
|
|
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
|
|
}
|