Here's a typo which caused the OpenVPN plugin to constantly fail:
|
_server["name"] = _server.get("description").strip() if _server.get("description") else "OpenVPN_{protocoll}_{local_port}".format(**_server) |
The OpenVPN_{protocoll}_{local_port} should read OpenVPN_{protocol}_{local_port}.
Here's a typo which caused the OpenVPN plugin to constantly fail:
checkmk-opnsense-agent/opnsense_checkmk_agent.py
Line 883 in 7f7d90f
The
OpenVPN_{protocoll}_{local_port}should readOpenVPN_{protocol}_{local_port}.