Search found 4 matches

by KWE1980
Wed Jul 25, 2018 5:19 am
Forum: Open Source Nagios Projects
Topic: check_drivesize on terminalserver
Replies: 7
Views: 3734

Re: check_drivesize on terminalserver

Hello,
the right parameter was

Code: Select all

exclude='System reserved' 
, since then the "Failure 57 " doesn't appeared.
Many thanks.
by KWE1980
Mon Jun 18, 2018 1:59 am
Forum: Open Source Nagios Projects
Topic: check_drivesize on terminalserver
Replies: 7
Views: 3734

Re: check_drivesize on terminalserver

i am sorry, the problem is not solved. We still have the problem, sometimes the system revert "Filter processing failed: Failed to get size for \?\Volume{8b925a08-5d1b-11e7-a216-806e6f6e6963}\: 57: Falscher Parameter." At the moment i see only one way to solve it: register every system wit...
by KWE1980
Thu May 24, 2018 5:37 am
Forum: Open Source Nagios Projects
Topic: check_drivesize on terminalserver
Replies: 7
Views: 3734

Re: check_drivesize on terminalserver

Hello, thanks for you response. This is no solution for us. We need dynamic driveletters, for example we want have system A: it has drives c +e system B: it has drives c + d +f system C: it has drives c To configure the drive letters hard in the check is not what we want. But i think i got the solut...
by KWE1980
Wed May 23, 2018 5:37 am
Forum: Open Source Nagios Projects
Topic: check_drivesize on terminalserver
Replies: 7
Views: 3734

check_drivesize on terminalserver

Hello, we are using Nagios 4.3.4 and checking our Windows Server with check_nrpe and NSClient version NSCP-0.5.2.35-x64. The command we use is this one: Check_Drivesize "crit=free<1G" "warn=free<10G" drive=all-volumes "filter=type in ('fixed', 'remote')" show-all an the...