Ad Widget

Collapse

Apache Monitoring Script - Method 2 - Zabbix 2.0.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lemon-web
    Junior Member
    • Dec 2012
    • 2

    #1

    Apache Monitoring Script - Method 2 - Zabbix 2.0.2

    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
    Code:
    query_apachestats.py["80 K]
    to
    Code:
    query_apachestats.py["{HOST.CONN}","80","K"]
    thats it!

    updated template is attached..

    cheers
    Attached Files
Working...