mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-31 05:13:45 +00:00
Turn off debugging for __init__
This commit is contained in:
parent
682917ec36
commit
24e6888b68
1 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ class MuninNftCountersPlugin(MuninPlugin):
|
|||
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
|
||||
graph_category = "network"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue