Wireguard systemd services contain @ symbol in the service name.
I am using this custom template: https://github.com/MogiePete/zabbix-...ice-monitoring
I keep getting the error: systemd.service.status[wg-quick@wg0] [m|ZBX_NOTSUPPORTED] [Special characters "\, ', ", `, *, ?, [, ], {, }, ~, $, !, &, ;, (, ), <, >, |, #, @, 0x0a" are not allowed in the parameters.]
I tried adding "wg-quick\@wg0" and "wg-quick"@"wg0" but zabbix still does not allow it.
How do I escape the @ symbol?
I am using this custom template: https://github.com/MogiePete/zabbix-...ice-monitoring
I keep getting the error: systemd.service.status[wg-quick@wg0] [m|ZBX_NOTSUPPORTED] [Special characters "\, ', ", `, *, ?, [, ], {, }, ~, $, !, &, ;, (, ), <, >, |, #, @, 0x0a" are not allowed in the parameters.]
I tried adding "wg-quick\@wg0" and "wg-quick"@"wg0" but zabbix still does not allow it.
How do I escape the @ symbol?
Comment