add nrpe and docker proc check

This commit is contained in:
Kameron Kenny - pi501 2024-12-27 12:39:19 -05:00
parent ffb63c20db
commit cebd9f4c6c
2 changed files with 7 additions and 2 deletions

View File

@ -220,6 +220,11 @@ define command {
command_line $USER1$/check_dns -H $HOSTNAME$ -q A -a $HOSTADDRESS$ -w 2 -c 5 -t 7
}
define command {
command_name check_nrpe
command_line $USER1$/check_nrpe -2 -H $HOSTADDRESS$ -c $ARG1$
}
################################################################################
#
# SAMPLE PERFORMANCE DATA COMMANDS

View File

@ -63,8 +63,8 @@ define service{
define service{
use local-service,graphed-service
hostgroup_name docker-hosts
service_description Docker CPU
check_command check_docker_cpu!!500.0,60%
service_description Docker Daemon
check_command check_nrpe!check_proc_docker
}
define service{