Hi there!
This is my first Zabbix install. I have Ubuntu 7.10, and I have compiled Zabbix myself and installed it on /opt/zabbix. So far so good. I have also modified conf files to use Mysql database I filled with sql data provided by installation and have configured Apache to show php frontend. I use 1.5.3 because 1.4 was full of glitches and 1.5 is working kinda beautifully.
However, I have problem. I have installed client and enabled template for Zabbix Server, which itself uses Template_Linux. It has all kind of items and pooling and reporting works nicely. However, when I try to create graph of using incoming traffic on eth0, it has greyed out "Not supported" in a cell, while other stuff has green "Active". So in result I can't get graph. For other "Active" stuff I can create Graph (for example, process count) without problem.
Is this known problem? How would be shortest way to debug it what would cause this?
RESOLVED: Reason was rather simple. I have put wrong unique hostname in Zabbix agent configuration file. Therefore, Zabbix agent failed to bind with port, and therefore Zabbix server couldn't poll data from agent. I missed lines in server log which indicated that it can't connect to agent port.
This is my first Zabbix install. I have Ubuntu 7.10, and I have compiled Zabbix myself and installed it on /opt/zabbix. So far so good. I have also modified conf files to use Mysql database I filled with sql data provided by installation and have configured Apache to show php frontend. I use 1.5.3 because 1.4 was full of glitches and 1.5 is working kinda beautifully.
However, I have problem. I have installed client and enabled template for Zabbix Server, which itself uses Template_Linux. It has all kind of items and pooling and reporting works nicely. However, when I try to create graph of using incoming traffic on eth0, it has greyed out "Not supported" in a cell, while other stuff has green "Active". So in result I can't get graph. For other "Active" stuff I can create Graph (for example, process count) without problem.
Is this known problem? How would be shortest way to debug it what would cause this?
RESOLVED: Reason was rather simple. I have put wrong unique hostname in Zabbix agent configuration file. Therefore, Zabbix agent failed to bind with port, and therefore Zabbix server couldn't poll data from agent. I missed lines in server log which indicated that it can't connect to agent port.