1
0
Fork 0
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:
Jirka Schäfer 2024-12-31 13:07:29 +01:00 committed by GitHub
parent ba1030066b
commit 3712e9c5e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):