From 0914022b9bc00f190f2c81ca22c10b143cb1069b Mon Sep 17 00:00:00 2001 From: Dave Driesen Date: Thu, 25 Apr 2013 16:38:51 +0300 Subject: [PATCH] Update psad plugin to use DERIVE Now using DERIVE, with zero minimum value. As per suggestion from Kenyon. Thanks! Dave Driesen --- plugins/network/psad | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/network/psad b/plugins/network/psad index 36b9ab6a..6fbbbaed 100755 --- a/plugins/network/psad +++ b/plugins/network/psad @@ -88,12 +88,14 @@ attacks_logged.label Scans detected per hour attacks_logged.draw LINE1 attacks_logged.warning 10 attacks_logged.critical 20 -attacks_logged.type COUNTER +attacks_logged.type DERIVE +attacks_logged.min 0 attacks_logged.cdef attacks_logged,12,* autoblocks_logged.label Auto-blocks per hour autoblocks_logged.draw LINE1 -autoblocks_logged.type COUNTER +autoblocks_logged.type DERIVE +autoblocks_logged.min 0 autoblocks_logged.cdef autoblocks_logged,12,* EOM