[Nagiosplug-devel] [ nagiosplug-Patches-772757 ] check_disk same thing mentioned in ( 726552 ).
SourceForge.net
noreply at sourceforge.net
Mon Nov 22 22:06:02 CET 2004
Patches item #772757, was opened at 2003-07-16 19:58
Message generated for change (Comment added) made by mattkent
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=772757&group_id=29880
Category: Enhancement
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Jason Burnett (trig_monkeypr0n)
Assigned to: Matthew Kent (mattkent)
Summary: check_disk same thing mentioned in ( 726552 ).
Initial Comment:
This is the same enhancement mentioned in ( 726552 )
but the actual patch is attached.
----------------------------------------------------------------------
>Comment By: Matthew Kent (mattkent)
Date: 2004-11-22 22:05
Message:
Logged In: YES
user_id=983566
Don't think I like the logical AND approach instead of the
current OR. Having it as OR allows you to use the same
levels in a template for multiple servers with slight
variations in disk size without missing alerts. Plus I can't
really see the value in AND'ing them together, if you find
the percent value not precise enough on a large volume, you
can just specify a minimum byte level.
If I'm missing something please let me know and I'll open
this again.
----------------------------------------------------------------------
Comment By: Matthew Kent (mattkent)
Date: 2004-11-22 21:47
Message:
Logged In: YES
user_id=983566
Copying from other ticket #726552 for reference
Fixed the parameter parsing to work regardless of the
order of the values -- now either "%,KB" or
"KB,%" work
for -w and -c parameters.
When both % and KB are specified, the results of the
tests are now logically AND-ed together, rather than
OR-ed, so a disk check with -c 5%,1000000 specified
would fail if a disk volume had BOTH less than 5% free
space AND less than 1GB free.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=772757&group_id=29880
More information about the Devel
mailing list