mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
senderscore: fix doc
This commit is contained in:
parent
2e566be36d
commit
e8d5b8448b
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
#!/usr/bin/python
|
#!/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 socket
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue