Search found 7 matches

by lampil
Tue Dec 03, 2013 8:56 am
Forum: Nagios XI
Topic: Check_nt on nagios xi anomaly
Replies: 11
Views: 2947

Re: Check_nt on nagios xi anomaly

Yes, but i have create a new check command:

$USER1$/check_nrpe -H $HOSTADDRESS$ -p 5668 -c CheckCounter -a "Counter=\\PhysicalDisk(_Total)\\Avg. Disk sec/Transfer"
by lampil
Wed Nov 27, 2013 5:32 am
Forum: Nagios XI
Topic: Check_nt on nagios xi anomaly
Replies: 11
Views: 2947

Re: Check_nt on nagios xi anomaly

Ok thx I have my response.

Not use check_nt, use check_nrpe:

./check_nrpe -H myhost -p myport -c CheckCounter -a "Counter=\\PhysicalDisk(_Total)\\Avg. Disk sec/Transfer"
by lampil
Wed Nov 27, 2013 5:18 am
Forum: Nagios XI
Topic: Check_nt on nagios xi anomaly
Replies: 11
Views: 2947

Re: Check_nt on nagios xi anomaly

Ok,

How monitor windows performance counter for physicalDisk, IO, cache etc.... ?
by lampil
Wed Nov 27, 2013 5:15 am
Forum: Nagios XI
Topic: Check_nt on nagios xi anomaly
Replies: 11
Views: 2947

Re: Check_nt on nagios xi anomaly

If you see the first post, the command on ccm haven't //// $USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p 5666 -v COUNTER -l "\\PhysicalDisk(0 C: D:)\\Avg. Disk sec/Transfer","%.f" The response on nagiosxi ccm: If use command check test, the result is: COMMAND: /usr/l...
by lampil
Wed Nov 20, 2013 7:36 am
Forum: Nagios XI
Topic: Check_nt on nagios xi anomaly
Replies: 11
Views: 2947

Re: Check_nt on nagios xi anomaly

On terminal is ok. without slash to drive letter.
The problem is on CCM.
by lampil
Tue Nov 19, 2013 7:00 am
Forum: Nagios XI
Topic: Check_nt on nagios xi anomaly
Replies: 11
Views: 2947

Re: Check_nt on nagios xi anomaly

Thx for you reponse. If use command check test, the result is: COMMAND: /usr/local/nagios/libexec/check_nt -H myhost -s "mypass" -p 5666 -v COUNTER -l "\\\\PhysicalDisk\(0 C: D:\)\\\\Avg. Disk sec/Transfer","%.f" OUTPUT: 0 | %.f=0.000000%;0.000000;0.000000; and the log ...
by lampil
Mon Nov 18, 2013 9:03 am
Forum: Nagios XI
Topic: Check_nt on nagios xi anomaly
Replies: 11
Views: 2947

Check_nt on nagios xi anomaly

Hello, I have a problem on Nagios xi If test this command on terminal: ./check_nt -H MYHOSTADDRESS -s "mypass" -p 5666 -v COUNTER -l "\\PhysicalDisk(0 C: D:)\\Avg. Disk sec/Transfer","%.f" I have a result. On nagiosxi interface the command is truncated. command on nagio...