1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-01 05:43:44 +00:00

Turn off debugging for __init__

This commit is contained in:
Sandro 2022-06-07 23:15:30 +02:00
parent 682917ec36
commit 24e6888b68

View file

@ -158,7 +158,7 @@ class MuninNftCountersPlugin(MuninPlugin):
isMultigraph = True isMultigraph = True
def __init__(self, argv=(), env=None, debug=True): def __init__(self, argv=(), env=None, debug=False):
""" """
@ -179,7 +179,7 @@ class MuninNftCountersPlugin(MuninPlugin):
""" """
MuninPlugin.__init__(self, argv, env, debug=True) MuninPlugin.__init__(self, argv, env, debug)
# Munin graph parameters # Munin graph parameters
graph_category = "network" graph_category = "network"