Search found 1 match

by mithun havakkanavar
Thu Jan 22, 2015 7:45 am
Forum: Open Source Nagios Projects
Topic: Plugin for process count with WMI for Windows server 2012
Replies: 3
Views: 2402

Plugin for process count with WMI for Windows server 2012

Hi All, I have created a command as check_run.exe as shown below $USER1$/check_wmi_plus.pl -H $HOSTADDRESS$ -u $ARG1$ -p $ARG2$ -m $ARG3$ $ARG4$ -o $ARG5$ -c 10 It works fine but it Triggers a Critical Alert when the process count is more then 10, our requirement is vise-verse. We want the Alert to ...