GPegel / Template-App-Redis

Zabbix Template App Redis
5 stars 8 forks source link

Zabbix not receiving metrics #3

Open jabaughman opened 6 years ago

jabaughman commented 6 years ago

Hello,

I followed the configuration guide in the read me to set this up. I created the python file in /etc/zabbix/scripts/ directory, and made the necessary permission changes. I added the cronjob in root. I can manually run the script and it will output the metric to the console. Zabbix indicates the items that are imported from the template are enabled without any errors, however when I preview the graph items, there is no data.

John

oCroso commented 5 years ago

Are you receiving the data to the Zabbix server? There may not be communication between your Redis node and your Zabbix server.

M1k12 commented 4 years ago

Hey,

I have the same problem, everything looks to work fine only I don't get any data in my graphs. I'm using Zabbix 4.4 and Redis 4.0. All the items in Zabbix are also enabled and not failing. Cronjob is working fine too, no errors from the .py script.

Nice job btw on this..I looked at a lot of zabbix-redis templates and scripts and like 95% don't work or give an import error .