Hi there,
I've had some problems with the Apache Monitoring Script under Zabbix 2.0.2, it seems that the key behavior changed in version 2.0.2 or earlier...
At the end I just needed to change the key from
to
thats it!
updated template is attached..
cheers
I've had some problems with the Apache Monitoring Script under Zabbix 2.0.2, it seems that the key behavior changed in version 2.0.2 or earlier...
At the end I just needed to change the key from
Code:
query_apachestats.py["80 K]
Code:
query_apachestats.py["{HOST.CONN}","80","K"]
updated template is attached..
cheers