Ad Widget

Collapse

Zabbix Agent: v2.4.7. Itme showing unsupported item

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manish199014
    Junior Member
    • Feb 2017
    • 1

    #1

    Zabbix Agent: v2.4.7. Itme showing unsupported item

    Hello members,

    I am trying to read the logs from my ubuntu machine but when I create the Items it stays enable but as soosn as i referesh the page it changed to unsuported.


  • Pada
    Senior Member
    • Apr 2012
    • 236

    #2
    A 2s update interval is perhaps a bit extreme, especially if you're going to keep the history for 90 days!

    I'd reckon that your problem is that the Zabbix Agent is running under the Zabbix user, which does not have read access to your apache logs.
    To test, run the following from the root user:
    Code:
    su zabbix -s /bin/bash -c "tail /var/log/apache2/error"

    Comment

    Working...