diff options
Diffstat (limited to 'doc/stats_dabmux_munin.py')
-rwxr-xr-x | doc/stats_dabmux_munin.py | 4 |
1 files changed, 0 insertions, 4 deletions
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) |