Hi there
I'm setting up a zabbix installation using 1.4.2 running on ubuntu (7.04 on the zabbix server, 6.06 for the monitored boxes running zabbix_agentd) and I've come across a problem with include files.
I'm trying to use separate include files for the separate applications I'm monitoring. Each include file has a couple of UserParameter definitions in it. On the server, I have lines like this at the end of zabbix_agentd.conf
Include=/etc/zabbix/app1.inc
Include=/etc/zabbix/app2.inc
...
If I have more than 6 "Include=" lines, none of my UserParameter definitions work. If I combine all my UserParameter definitions into a single file and include that with a single "Include=" line, it all works fine.
I can work around this limitation, by having a script that builds up a zabbix_agentd.conf file for each server. But, it seems a bit weird, so I thought you'd like to know.
Regards
David
I'm setting up a zabbix installation using 1.4.2 running on ubuntu (7.04 on the zabbix server, 6.06 for the monitored boxes running zabbix_agentd) and I've come across a problem with include files.
I'm trying to use separate include files for the separate applications I'm monitoring. Each include file has a couple of UserParameter definitions in it. On the server, I have lines like this at the end of zabbix_agentd.conf
Include=/etc/zabbix/app1.inc
Include=/etc/zabbix/app2.inc
...
If I have more than 6 "Include=" lines, none of my UserParameter definitions work. If I combine all my UserParameter definitions into a single file and include that with a single "Include=" line, it all works fine.
I can work around this limitation, by having a script that builds up a zabbix_agentd.conf file for each server. But, it seems a bit weird, so I thought you'd like to know.
Regards
David