I have a Zabbix 2.2 installation and I need to monitor a Windows Server running Apache.
I have enabled mod_status, installed zapache (https://www.zabbix.org/wiki/Docs/howto/apache_monitoring_script#Method_3) and I am able to zabbix_get
the values from the Zabbix Server:
ubuntu@zabbix-server:/var/log$ zabbix_get -s <host> -p 10050 -k "apache[ReqPerSec]"
1.45184
ubuntu@zabbix-server:/var/log$ zabbix_get -s <host> -p 10050 -k "apache[BytesPerReq]"
2446.25
However, when I configure a Template and attach it to the host, Zabbix doesn't show the collected data.
Any ideas?