added emmc check to core services

This commit is contained in:
jvivona 2022-08-02 14:38:55 -04:00
parent 788a0167e4
commit 2abaf1cc4b

View File

@ -154,3 +154,28 @@ define service{
}
define service{
use generic-service
host_name <named host>
service_description eMMC Status LTEA Usage
check_command check_by_ssh!-H <hostname or IP address> -C "/usr/local/libexec/nagios/check_pf_emmc_status -C LTEA -w 5 -c 8"
notifications_enabled 1
servicegroups firewall
}
define service{
use generic-service
host_name <named host>
service_description eMMC Status LTEB Usage
check_command check_by_ssh!-H <hostname or IP address> -C "/usr/local/libexec/nagios/check_pf_emmc_status -C LTEB -w 5 -c 8"
notifications_enabled 1
servicegroups firewall
}
define service{
use generic-service
host_name <named host>
service_description Service: squidguard
check_command check_by_ssh!-H <hostname or IP address> -C "/usr/local/libexec/nagios/check_pf_emmc_status -C EOL -w 2 -c 3"
notifications_enabled 1
servicegroups firewall
}