mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
SenderBase limits were wrong.
This commit is contained in:
parent
f91d44d9c3
commit
9f6ea4e487
1 changed files with 2 additions and 2 deletions
|
@ -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_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
|
graph_args --lower-limit -10 --upper-limit 10
|
||||||
reputation.label Reputation
|
reputation.label Reputation
|
||||||
reputation.warning :0
|
reputation.warning 0:
|
||||||
reputation.critical :-5
|
reputation.critical -5:
|
||||||
EOF
|
EOF
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue