Search found 3 matches

by bahjaat
Tue Sep 11, 2012 3:56 am
Forum: Open Source Nagios Projects
Topic: check_nt limit using decmals
Replies: 3
Views: 963

Re: check_nt limit using decmals

Ok, that's clear, but still a pity. So I will check the check_wmi_plus.pl plugin right now.
Thanks for clarifying my issue.
by bahjaat
Mon Sep 10, 2012 5:05 am
Forum: Open Source Nagios Projects
Topic: check_nt limit using decmals
Replies: 3
Views: 963

check_nt limit using decmals

I'm struggling with the warning and critical limits with the check_nt command. I'm using the following: ./check_nt -H <hostname> -p 12489 -v COUNTER -l "\\PhysicalDisk(5 M:)\\Avg. Disk sec/Read","Avg. Disk sec/Read","s" -w 1 -c 2 which works fine, but the results are in...
by bahjaat
Tue May 29, 2012 4:40 am
Forum: Open Source Nagios Projects
Topic: Service Groups - Simple definition?
Replies: 5
Views: 2926

Re: Service Groups - Simple definition?

agriffin wrote:I see. The way I would do this is by leaving the members option alone in the service group definition. I would instead use the servicegroups option in each service definition or in a template used by those services.
Nice one, I did this and it works out for me. Thanks!