1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Update psad plugin to use DERIVE

Now using DERIVE, with zero minimum value.
As per suggestion from Kenyon.

Thanks!
Dave Driesen
This commit is contained in:
Dave Driesen 2013-04-25 16:38:51 +03:00
parent bc0bab7a0e
commit 0914022b9b

View file

@ -88,12 +88,14 @@ attacks_logged.label Scans detected per hour
attacks_logged.draw LINE1 attacks_logged.draw LINE1
attacks_logged.warning 10 attacks_logged.warning 10
attacks_logged.critical 20 attacks_logged.critical 20
attacks_logged.type COUNTER attacks_logged.type DERIVE
attacks_logged.min 0
attacks_logged.cdef attacks_logged,12,* attacks_logged.cdef attacks_logged,12,*
autoblocks_logged.label Auto-blocks per hour autoblocks_logged.label Auto-blocks per hour
autoblocks_logged.draw LINE1 autoblocks_logged.draw LINE1
autoblocks_logged.type COUNTER autoblocks_logged.type DERIVE
autoblocks_logged.min 0
autoblocks_logged.cdef autoblocks_logged,12,* autoblocks_logged.cdef autoblocks_logged,12,*
EOM EOM