Werk 16354 was adapted. The following is the new Werk, a diff is shown at the end of the
message.
Title: nginx_status_2.py: Fix SyntaxError
Class: fix
Compatible: compat
Component: checks
Date: 1701879932
Edition: cre
Level: 1
Version: 2.2.0p17
The Python 2-version of the NGINX agent plugin crashed with a SyntaxError:
C+:
File "nginx_status_2.py", line 132
config: dict = {}
^
SyntaxError: invalid syntax
C-:
------------------------------------<diff>-------------------------------------------
Title: nginx_status_2.py: Fix SyntaxError
Class: fix
Compatible: compat
Component: checks
Date: 1701879932
Edition: cre
Level: 1
Version: 2.2.0p17
The Python 2-version of the NGINX agent plugin crashed with a SyntaxError:
- C:+
+ C+:
File "nginx_status_2.py", line 132
config: dict = {}
^
SyntaxError: invalid syntax
- C:-
+ C-: