summaryrefslogtreecommitdiffstats
path: root/config/pdv/servers.disabled/20_spec_win_nsclients.cfg
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-09-04 22:54:49 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-09-04 22:54:49 +0200
commitb74ea32070492c251943d69a09265463cc9866ed (patch)
tree080bd9c8eb0b53491e118bdfed29f7cd61126bfe /config/pdv/servers.disabled/20_spec_win_nsclients.cfg
downloadpdvnagios-b74ea32070492c251943d69a09265463cc9866ed.tar.gz
pdvnagios-b74ea32070492c251943d69a09265463cc9866ed.tar.bz2
pdvnagios-b74ea32070492c251943d69a09265463cc9866ed.tar.xz
pdvnagios-b74ea32070492c251943d69a09265463cc9866ed.zip
Cleaned configuration for PDV infrastructure (incomplete) integrated with my Conky monitoring scriptsHEADmaster
Diffstat (limited to 'config/pdv/servers.disabled/20_spec_win_nsclients.cfg')
-rw-r--r--config/pdv/servers.disabled/20_spec_win_nsclients.cfg26
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
+}