Under Hosts Zabbix states my BSD box is Monitored and Available, yet using the Unix template I get no data when I view Latest Data.
Here is my config on the FreeBSD box
This box is also the server.
Server=192.168.0.10
ListenIP=192.168.0.10
ServerPort=10051
Hostname=ASTRO
ListenPort=10050
StartAgents=5
EnableRemoteCommands=1
DebugLevel=3
PidFile=/var/tmp/zabbix_agentd.pid
LogFile=/var/log/zabbix_agentd.log
Timeout=3
UserParameter=cat,cat /usr/home/ftp/exh2k3_users
UserParameter=catfile[*], cat $1
Here is my config on the FreeBSD box
This box is also the server.
Server=192.168.0.10
ListenIP=192.168.0.10
ServerPort=10051
Hostname=ASTRO
ListenPort=10050
StartAgents=5
EnableRemoteCommands=1
DebugLevel=3
PidFile=/var/tmp/zabbix_agentd.pid
LogFile=/var/log/zabbix_agentd.log
Timeout=3
UserParameter=cat,cat /usr/home/ftp/exh2k3_users
UserParameter=catfile[*], cat $1
Comment