diff options
Diffstat (limited to 'config/pdv/servers.disabled/20_spec_win_nsclients.cfg')
-rw-r--r-- | config/pdv/servers.disabled/20_spec_win_nsclients.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/config/pdv/servers.disabled/20_spec_win_nsclients.cfg b/config/pdv/servers.disabled/20_spec_win_nsclients.cfg new file mode 100644 index 0000000..f6def62 --- /dev/null +++ b/config/pdv/servers.disabled/20_spec_win_nsclients.cfg @@ -0,0 +1,26 @@ +define hostgroup { + hostgroup_name nsclients + alias Windows Systems + register 0 +} + +define service { + use pdv-service + hostgroup_name nsclients + service_description CPU + check_command check_nt!CPULOAD!-l 5,80,90 +} + +define service { + use pdv-service + hostgroup_name nsclients + service_description MEMORY + check_command check_nt!MEMUSE!-w 80 -c 90 +} + +define service { + use pdv-service + hostgroup_name nsclients + service_description DISK C: + check_command check_nt!USEDDISKSPACE!-l c -w 80 -c 90 +} |