Opened 6 years ago
Closed 6 years ago
#99 closed defect (fixed)
Counter \Memory\Commited Bytes
| Reported by: | Gunnar.Lubrich@… | Owned by: | mickem |
|---|---|---|---|
| Priority: | 1 | Milestone: | |
| Component: | CheckSystem | Version: | 0.2.7 |
| Severity: | Bugs | Keywords: | |
| Cc: |
Description
I have a problem :-( with the counter "\Memory\Commited Bytes" checked with check_nt ( v1590 (nagios-plugins 1.4.10)).
Command # ./check_nt -H XXX.XXX.XXX.XXX -p XXXX -v COUNTER -l "\Memory\Committed Bytes","%f"
Answer: 1,000000 | %f=1,000000%;0,000000;0,000000;
Output from your NSClient++.exe /test -> Collected double data: 1.17113e+008
check_nt --help :COUNTER =
Check any performance counter of Windows NT/2000.
Request a -l parameters with the following syntax:
-l "
<performance object>
counter","<description>
The <description> parameter is optional and is given to a printf
output command which requires a float
parameter.
Is it possible that you send a double and the check_nt needs a float ???
I hope you know what I mean? Because my english isn't the best.
Kind regards
Gunnar Lubrich
Change History (2)
comment:1 Changed 6 years ago by mickem
- Status changed from new to assigned
comment:2 Changed 6 years ago by mickem
- Resolution set to fixed
- Status changed from assigned to closed
fixed in the SVN (will be in next build)









it seems you are correct, I shall try to fix this for the next release.
MickeM