Hi,
I can't get Zabbix to work. I have 3 machines, all running 1.4:
A: The main server, with the web gui:
OS: Suse 10
IP: 172.16.167.14
Config:
NodeID=1
DebugLevel=4
PidFile=/var/tmp/zabbix_server.pid
LogFile=/tmp/zabbix_server.log
DBName=zabbix
DBHost=localhost
DBUser=zabbix_user
DBPassword=******
B: A node:
OS: Debian 4.0
IP: 172.16.167.106
Config:
NodeID=2
DebugLevel=4
PidFile=/var/tmp/zabbix_server.pid
LogFile=/tmp/zabbix_server.log
DBHost=localhost
DBName=zabbix
DBUser=zabbix_user
DBPassword=******
C: A machine with an agent:
OS: Gentoo
IP: 172.16.167.4
Config:
Server=172.16.167.106
Hostname=struense
RefreshActiveChecks=60
DebugLevel=5
PidFile=/var/tmp/zabbix_agentd.pid
LogFile=/tmp/zabbix_agentd.log
All machines can see each other. Zabbix_sender can send messages. Hostnames are resolved. A and B use Mysql. I've run "zabbix_server -n 1" on machine A, and "zabbix_server -n 2" on machine B. The databases appear to be correct. I've set up machine B as a node, and it appears to work.
I've set up an item and a trigger for machine C -- monitoring to checksum of a file. The item uses a passive agent, but changing it to active doesn't change things. Everything appears to be configured correctly (vis-a-vis the manual), as far as I can see.
The problem is that it doesn't work. Changes (hosts, items, rules) never propagate to the database on machine B, which I figure they should. And so, the agent never discovers that it's supposed to do anything.
The logs don't help.
I can't get Zabbix to work. I have 3 machines, all running 1.4:
A: The main server, with the web gui:
OS: Suse 10
IP: 172.16.167.14
Config:
NodeID=1
DebugLevel=4
PidFile=/var/tmp/zabbix_server.pid
LogFile=/tmp/zabbix_server.log
DBName=zabbix
DBHost=localhost
DBUser=zabbix_user
DBPassword=******
B: A node:
OS: Debian 4.0
IP: 172.16.167.106
Config:
NodeID=2
DebugLevel=4
PidFile=/var/tmp/zabbix_server.pid
LogFile=/tmp/zabbix_server.log
DBHost=localhost
DBName=zabbix
DBUser=zabbix_user
DBPassword=******
C: A machine with an agent:
OS: Gentoo
IP: 172.16.167.4
Config:
Server=172.16.167.106
Hostname=struense
RefreshActiveChecks=60
DebugLevel=5
PidFile=/var/tmp/zabbix_agentd.pid
LogFile=/tmp/zabbix_agentd.log
All machines can see each other. Zabbix_sender can send messages. Hostnames are resolved. A and B use Mysql. I've run "zabbix_server -n 1" on machine A, and "zabbix_server -n 2" on machine B. The databases appear to be correct. I've set up machine B as a node, and it appears to work.
I've set up an item and a trigger for machine C -- monitoring to checksum of a file. The item uses a passive agent, but changing it to active doesn't change things. Everything appears to be configured correctly (vis-a-vis the manual), as far as I can see.
The problem is that it doesn't work. Changes (hosts, items, rules) never propagate to the database on machine B, which I figure they should. And so, the agent never discovers that it's supposed to do anything.
The logs don't help.
Comment