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
In the template for zabbix_agentd.conf.erb line 40 the config parameter SourceIP is defined in lower case. This will cause agent to fail on startup with unknown parameter error. Changing from sourceip to SourceIP should fix the issue.
The text was updated successfully, but these errors were encountered:
In the template for zabbix_agentd.conf.erb line 40 the config parameter SourceIP is defined in lower case. This will cause agent to fail on startup with unknown parameter error. Changing from sourceip to SourceIP should fix the issue.
The text was updated successfully, but these errors were encountered: