Ad Widget

Collapse

Zabbix + apache

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • avrilspirit
    Junior Member
    • May 2010
    • 5

    #1

    Zabbix + apache

    Hello,
    I tried a script for apache and i have a small problem.
    When I try with an zabbix_get -s192.168.0.8 -kapache2.total_accesses

    script : here

    I received all the time this message :
    ZBX_NOTSUPPORTED

    My zabbix_agentd is well configured with ipserver 192.168.0.165

    and http://192.168.0.165/server-status works

    Can you help me ?

    I tried others script and always the same problem...





  • MrKen
    Senior Member
    • Oct 2008
    • 652

    #2
    Try this:

    zabbix_get -s192.168.0.8 -k"apache2.total_accesses"

    HTH
    MrKen
    Disclaimer: All of the above is pure speculation.

    Comment

    • avrilspirit
      Junior Member
      • May 2010
      • 5

      #3
      thanks for your response but no it's the same problem with " "

      Comment

      • avrilspirit
        Junior Member
        • May 2010
        • 5

        #4
        I tried another thing with "user defined monitored parameters" to see if all predefined works or not.

        If i try the first : UserParameter=system.test,wholwc -1
        if i try with zabbix_get => it's works

        but why it's don't work with an external script ? the right of the file ?

        Comment

        Working...