From 9f90d07be34a249a7a0c58ddf40ad85cc3242bbf Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 30 May 2018 12:43:46 +0200 Subject: Remove munin version check from stats_dabmux_munin.py Its more practical when running it directly --- doc/stats_dabmux_munin.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc') diff --git a/doc/stats_dabmux_munin.py b/doc/stats_dabmux_munin.py index 6a52011..c750d5b 100755 --- a/doc/stats_dabmux_munin.py +++ b/doc/stats_dabmux_munin.py @@ -119,10 +119,6 @@ ctx = zmq.Context() class RCException(Exception): pass -if not os.environ.get("MUNIN_CAP_MULTIGRAPH"): - sys.stderr.write("This needs munin version 1.4 at least\n") - sys.exit(1) - def do_transaction(command, sock): """To a send + receive transaction, quit whole program on timeout""" sock.send(command) -- cgit v1.2.3