I'm using the zabbix server 3.0 in docker with monitoringartist image which seems to me to be supported officially. And as agents I'm using zabbix-agent downloaded from the Debian repository for two hosts (including my laptop). I copy and pasted the Standard Dockerized Zabbix deployment in github, so the creation of zabbix server, database and persistent storage was a breeze, it only took seconds. The zabbix server is running as a docker container in my laptop (172.17.0.3). And I'm using my laptop (172.17.0.1 & 192.168.1.23) and another computer (192.168.1.21) as agents/clients.
I can access the zabbix server webpage from my laptop's webbrowser and make changes to it and the agents are running fine. I did exactly as written in Quickstart in Zabbix Documentation 3.0, making hosts and items, but I don't see any data if I go to Monitoring -> Latest data. These are the statuses of my hosts for STATUS, AVAILABILITY and AGENT:

It looks okay. (It's supposed to say NONE for the AGENT column right?)
* I don't use the host on the first row anymore (192.168.1.83), it's turned off.
The server's /var/log/zabbix/zabbix_server.log is empty for some reason, even though the debug level is at "5 - extended debugging".
And both agents produce identical logs (latest):
This is my item (it looks okay):

Where did I go wrong? Is there anything else I should check?
I can access the zabbix server webpage from my laptop's webbrowser and make changes to it and the agents are running fine. I did exactly as written in Quickstart in Zabbix Documentation 3.0, making hosts and items, but I don't see any data if I go to Monitoring -> Latest data. These are the statuses of my hosts for STATUS, AVAILABILITY and AGENT:

It looks okay. (It's supposed to say NONE for the AGENT column right?)
* I don't use the host on the first row anymore (192.168.1.83), it's turned off.
The server's /var/log/zabbix/zabbix_server.log is empty for some reason, even though the debug level is at "5 - extended debugging".
And both agents produce identical logs (latest):
Code:
13463:20160702:140628.474 Starting Zabbix Agent [gakali]. Zabbix 3.0.3 (revision 60173). 13463:20160702:140628.474 **** Enabled features **** 13463:20160702:140628.474 IPv6 support: YES 13463:20160702:140628.474 TLS support: YES 13463:20160702:140628.474 ************************** 13463:20160702:140628.474 using configuration file: /etc/zabbix/zabbix_agentd.conf 13463:20160702:140628.479 agent #0 started [main process] 13472:20160702:140628.479 agent #1 started [collector] 13473:20160702:140628.479 agent #2 started[listener #1] 13474:20160702:140628.480 agent #3 started[listener #2] 13475:20160702:140628.480 agent #4 started[listener #3] 13476:20160702:140628.481 agent #5 started [active checks #1] 13477:20160702:140628.481 agent #6 started [active checks #2]

Where did I go wrong? Is there anything else I should check?
Comment