From 9f6ea4e487cc85cd65674dc00113abc9f6f56f33 Mon Sep 17 00:00:00 2001 From: Phil! Gold Date: Tue, 9 Aug 2016 15:26:47 -0400 Subject: [PATCH] SenderBase limits were wrong. --- plugins/senderbase/senderbase | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/senderbase/senderbase b/plugins/senderbase/senderbase index cbfdb9a7..d00f5d18 100755 --- a/plugins/senderbase/senderbase +++ b/plugins/senderbase/senderbase @@ -51,8 +51,8 @@ graph_title SenderBase Reputation for $real_ip_address graph_info Current reputation from senderbase.org. Ranges from -10 (very poor) through 0 (neutral) to 10 (very good). graph_args --lower-limit -10 --upper-limit 10 reputation.label Reputation -reputation.warning :0 -reputation.critical :-5 +reputation.warning 0: +reputation.critical -5: EOF exit 0 fi