In Part 2: Configuring checks in your first GNU/Linux node the configuration of a linux node monitoring was completed, now the basic configuration for a Windows node will be shown.
Windows server category example::
node-category server-windows
description "Server windows"
target cpuperc-hr
parameter usage_threshold 90
exit
target ramperc-windows
parameter usage_threshold 90
exit
target reach-server
exit
target reboot-hr
exit
target storage-c category storageperc
parameter storage_descr C:
parameter storage_re ^C:
exit
target vmemperc-windows
parameter usage_threshold 80
exit
measure cpu-hr
exit
measure numproc
exit
measure ram-windows
exit
measure graph-c category storage
parameter storage_descr C:
parameter storage_re ^C
exit
measure vmem-windows
exit
exit