1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 02:18:08 +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

@ -30,6 +30,11 @@ def main():
try: mode = sys.argv[1]
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":