Search found 4 matches

by rdorman
Tue Aug 30, 2016 1:45 pm
Forum: Open Source Nagios Projects
Topic: Unable to Filter Disk Types with CHECK_DRIVESIZE
Replies: 6
Views: 5248

Re: Unable to Filter Disk Types with CHECK_DRIVESIZE

Running a nightly but for this particular situation I doubt it makes a difference, this looks like a feature request to the NSClient++ team. There are two hidden volumes with no mount points on one of my systems that when I add in those filters suddenly get "exposed" to be counted and NRPE...
by rdorman
Tue Aug 30, 2016 12:56 pm
Forum: Open Source Nagios Projects
Topic: Unable to Filter Disk Types with CHECK_DRIVESIZE
Replies: 6
Views: 5248

Re: Unable to Filter Disk Types with CHECK_DRIVESIZE

And it would seem that that didn't fix the issue because at least one of my systems throw back that one of the \?\\ etc partitions has no file system and so the scripts kicks it back b/c it cant get a size. Can the filter be written to EXCLUDE rather than include? Like exclude CDROM? I went through ...
by rdorman
Tue Aug 30, 2016 12:19 pm
Forum: Open Source Nagios Projects
Topic: Unable to Filter Disk Types with CHECK_DRIVESIZE
Replies: 6
Views: 5248

Re: Unable to Filter Disk Types with CHECK_DRIVESIZE

So that dealt with my original issue (a DVD drive being instered cauing an aert to go off) but now my disk checks all show the \?\\.... System Volume partitions. I tried the following: /usr/lib64/nagios/plugins/check_nrpe -n --host wsus.chimera.local --command check_drivesize -a "filter=type in...
by rdorman
Mon Aug 29, 2016 8:39 am
Forum: Open Source Nagios Projects
Topic: Unable to Filter Disk Types with CHECK_DRIVESIZE
Replies: 6
Views: 5248

Unable to Filter Disk Types with CHECK_DRIVESIZE

I am trying to universally exclude CD-ROM and other removable drives from my drive check monitors. Here is the command line that I am using: /usr/lib64/nagios/plugins/check_nrpe -H host.domain.local -n -c check_drivesize "crit=free<1g" "filter=type out ('CDROM')" I have also trie...