Opened 3 years ago
Closed 3 years ago
#350 closed defect (worksforme)
Different FreeHDD Space Windows<->CheckDriveSize
| Reported by: | lorenzo.mueller | Owned by: | mickem |
|---|---|---|---|
| Priority: | 1 | Milestone: | |
| Component: | check_nrpe | Version: | 0.3.7 |
| Severity: | Bugs | Keywords: | |
| Cc: |
Description
Hi, I have a question: I have a 1.9 TB HDD on a win-server. When I check free disk-size, the win-server tells me that I have 232GB free but when I check with NSClient the client tells me that I have more than 400GB free? Am I doing something wrong ?
Forgot to say that the disk-size of 1.9 TB is either showing correctly in Windows as also with the Query in nsclient++ - Only the free disk-space is different
Change History (2)
comment:1 Changed 3 years ago by mickem
comment:2 Changed 3 years ago by mickem
- Resolution set to worksforme
- Status changed from new to closed
I looked into this and it seems to work here:
CheckDriveSize ShowAll MinWarnFree=10% MinCritFree=5% FilterType=REMOTE FilterType=FIXED Drive=Y: CRITICAL:CRITICAL: Y:: Total: 2.69T - Used: 2.69T (100%) - Free: 0B (0%) < critical|'Y: %'=0%;10;5; 'Y:'=2750.67G;275.06;137.53;0;2750.67;
The values above are correct (BTW).
Michael Medin
Note: See
TracTickets for help on using
tickets.









I shall see if I can get a Tb size disk, maybe some integers are overflowing?
Michael Medin