#12 closed defect (fixed)
Check all disks except <list of disks>
| Reported by: | jbmadsen | Owned by: | nobody |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | None | Version: | None |
| Severity: | Feature Requests | Keywords: | |
| Cc: |
Description
It would be very useful if the CheckDriveSize check could be configured to check all disks except a list of disks given as argument. My situation is that I have a number of disks which are 100% full and they are supposed to be that way. I would like to check all other disks, but if I configure a check for each disk, I will miss checking any new disks which might be installed. Or in the case I am told about the new disks, I will have to set up a new check every time.
Change History (2)
comment:1 Changed 7 years ago by mickem
- Resolution changed from None to fixed
- Status changed from assigned to closed
comment:2 Changed 7 years ago by jbmadsen@…
Looks perfect. Thanks a lot.
Note: See
TracTickets for help on using
tickets.









Added in the next release (SVN).
There is a new option similar to CheckAll? called CheckAllOthers? that uses all provided Drive= as an exclusion list.
For instance:
Where as:
Notice how D and X is no longer reported in the second command, Hope this is what you are looking for...
MickeM