Hello,
Some of the items on my hosts stopped working - the error "special characters .... are not allowed in the parameters" started appearing i zabbix_agent logs.
it's strange because it worked before and looking in the GUI I see that the macros still exist (or are inhrerited from the template).
Now I see errors in zabbix_agent.log looking like this:
It looks like zabbix_agent is getting "raw" configuration without any macros substituted.
A week earlier we migrated the entire infrastructure to zabbix7 and proxygroups.
The problem appeared after several days - as if only after some discovery, or previous items expired, or some failover on proxygroups.
Some of the items on my hosts stopped working - the error "special characters .... are not allowed in the parameters" started appearing i zabbix_agent logs.
it's strange because it worked before and looking in the GUI I see that the macros still exist (or are inhrerited from the template).
Now I see errors in zabbix_agent.log looking like this:
Code:
active check "file.stat[{$SYSLOG_FILE},14]" is not supported: Special characters "\, ', ", `, *, ?, [, ], {, }, ~, $, !, &, ;, (, ), <, >, |, #, @, 0x0a" are not allowed in the parameters.
A week earlier we migrated the entire infrastructure to zabbix7 and proxygroups.
The problem appeared after several days - as if only after some discovery, or previous items expired, or some failover on proxygroups.
Comment