zabbix-apache-stats
zabbix-apache-stats copied to clipboard
After trying to run the executable i get that error. Ubuntu 14.04, Zabbix 2.4
When I run /usr/lib/zabbix/check_apache --config /etc/zabbix/zabbix_agentd.conf I get "failed to parse server-status: need more than 1 value to unpack" RHEL 7.1 Server version: Apache/2.4.6 (Red Hat Enterprise Linux) Can confirm...
Removed line starting with TLSSessionCacheStatus. Fix for https://github.com/gpmidi/zabbix-apache-stats/issues/9 and https://github.com/gpmidi/zabbix-apache-stats/issues/10
You have to modify the script, because the status page format changed in 2.4.13, but you specified the version with == operator. If you change to >=, then the script...
Apache stats: I am noticing a gradual increase in the yellow line and it seems like it hits a limit every sunday. And then app starts throwing 404s in between...
Now parse function returns the same data for both apache2 server-status output.
Trying to send data to a zabbix 2.4.7 instance I get this error: ``` /var/lib/zabbix/bin/check_apache --config /etc/zabbix/zabbix_agentd.conf sendValues: - apache[ReadingRequest] 9 - apache[Uptime] 578838 - apache[Logging] 0 - apache[TotalAccesses] 200095...
I tried to run this script from our monitoring server for a remote host running Apache 2.4.16, but when I excecute cron, it returns the following error. Traceback (most recent...