1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

senderscore: fix doc

This commit is contained in:
Steve Schnepp 2012-09-01 11:23:01 +02:00
parent 2e566be36d
commit e8d5b8448b

View file

@ -1,5 +1,13 @@
#!/usr/bin/python
#
# Here's a plugin which lets you monitor your senderscore.org reputation. For
# people sending a large amount of email - this might be useful.
#
# Config env var used:
# [senderscore]
# env.senderscore_check_ip xxx.yyy.zzz.ttt
#
import socket
import sys
import os