mirror of
https://github.com/oneoffdallas/pfsense-nagios-checks.git
synced 2024-11-22 10:23:42 +01:00
added emmc check to core services
This commit is contained in:
parent
788a0167e4
commit
2abaf1cc4b
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user