mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-30 12:54:50 +00:00
Update naxsi_exceptions
This commit is contained in:
parent
ba1030066b
commit
3712e9c5e5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import json
|
|||
|
||||
state_file = os.path.join(os.environ.get('MUNIN_PLUGSTATE'), os.environ.get('MUNIN_STATEFILE'))
|
||||
warning_level = os.environ.get('warning_level', 20)
|
||||
critial_level = os.environ.get('critical_level', 2)
|
||||
critical_level = os.environ.get('critical_level', 2)
|
||||
|
||||
|
||||
def run_binary(args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue