Search found 4 matches

by benpickhardt
Fri May 31, 2019 4:47 pm
Forum: Nagios XI
Topic: NCPA windowscounters Errors
Replies: 9
Views: 3004

Re: NCPA windowscounters Errors

Adding that sleep to the end of the queries solved it for me. Any idea why that is the case for some counters and not others?

Code: Select all

-q 'sleep=1'
by benpickhardt
Tue May 28, 2019 4:26 pm
Forum: Nagios XI
Topic: NCPA windowscounters Errors
Replies: 9
Views: 3004

Re: NCPA windowscounters Errors

No, that first code block I posted is the response from the Linux plugin being called directly from the command line not the API. If it was just a spacing issue I don't think it would say "0 c" when the counter itself is 1 or higher. To test this I did a shrink on a large database on our t...
by benpickhardt
Tue May 28, 2019 9:07 am
Forum: Nagios XI
Topic: NCPA windowscounters Errors
Replies: 9
Views: 3004

Re: NCPA windowscounters Errors

I had tested that the counters existed using powershell and that they returned results. However when i check them with the check_ncpa plugin they always return a result like the following. OK: \LogicalDisk(C:)\Avg. Disk Queue Length was 0 c | '\LogicalDisk(C:)\Avg. Disk Queue Length'=0c;50;100; When...
by benpickhardt
Thu May 23, 2019 2:32 pm
Forum: Nagios XI
Topic: NCPA windowscounters Errors
Replies: 9
Views: 3004

NCPA windowscounters Errors

I've been working on trying to get some checks to work on some windows counters with NCPA for the better part of the last two days. Some of the ones I want to monitor have worked but a number have not. I've seen a few posts of people having similar problems but none of their solutions seem to work f...