1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 18:38:30 +00:00

Add the suggest command

This commit is contained in:
Christoph Heer 2010-07-17 00:26:40 +02:00 committed by Steve Schnepp
parent cdedc3af5d
commit 7d79f288f5

View file

@ -31,6 +31,11 @@ def main():
except Exception, IndexError: mode = ""
wildcard = sys.argv[0].split("prosody_")[1].split("_")[0]
if mode == "suggest":
print "c2s"
print "s2s"
sys.exit(0)
if wildcard == "c2s":
if mode == "config":
print "graph_title Prosody C2S Connections"