You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firewalld-formular will render the following pillar data into a XML service file:
services:
monitoring:
short: monitoring
description: >-
These ports are required for monitoring based on check_mk & NRPE.
ports:
tcp:
- 5665
- 6556
However it does not encode XML entities (such as & into &, which leads to the service not being loaded into firewalld` and the following error message:
ERROR: Failed to load service file
'/etc/firewalld/services/monitoring.xml': INVALID_SERVICE: not a valid
service file: not well-formed (invalid token): line 9, column 74
Hence, this service will not be loaded and the firewall behaves differently than expected.
The text was updated successfully, but these errors were encountered:
firewalld-formular
will render the following pillar data into a XML service file:However it does not encode XML entities (such as
&
&
into, which leads to the service not being loaded into
firewalld` and the following error message:Hence, this service will not be loaded and the firewall behaves differently than expected.
The text was updated successfully, but these errors were encountered: