From 3712e9c5e546c8cd0849dfc41476c4132c3c77cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Sch=C3=A4fer?= Date: Tue, 31 Dec 2024 13:07:29 +0100 Subject: [PATCH] Update naxsi_exceptions --- plugins/naxsi/naxsi_exceptions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/naxsi/naxsi_exceptions b/plugins/naxsi/naxsi_exceptions index 263263f6..3943c521 100644 --- a/plugins/naxsi/naxsi_exceptions +++ b/plugins/naxsi/naxsi_exceptions @@ -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):