Werk #16354: nginx_status_2.py: Fix SyntaxError
| Component | Checks & agents | ||||
| Title | nginx_status_2.py: Fix SyntaxError | ||||
| Date | Dec 6, 2023 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The Python 2-version of the NGINX agent plugin crashed with a SyntaxError:
File "nginx_status_2.py", line 132
config: dict = {}
^
SyntaxError: invalid syntax