Ad Widget

Collapse

Zabbix Agent - Interface Status

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simao
    Member
    • Jan 2013
    • 39

    #1

    Zabbix Agent - Interface Status

    Hi,

    I need verify interface status for my hosts monitored by zabbix_agent similar to snmp.
    For example:It's working for hosts that are queried via snmp, which i use ifOperStatus[interface]. But i need to do the same with Zabbix Agent.

    I know that there are some keys there, like net.if.in .net.if.list, but i couldn't find net.if.status for example.

    Many thanks.
  • Pada
    Senior Member
    • Apr 2012
    • 236

    #2
    From the manual it doesn't seem like there is a network status item for the Zabbix Agent: https://www.zabbix.com/documentation...s/zabbix_agent

    You could add a UserPameter that would use like 'ifconfig' in combination with awk/grep to get the status.

    Comment

    • simao
      Member
      • Jan 2013
      • 39

      #3
      Originally posted by Pada
      From the manual it doesn't seem like there is a network status item for the Zabbix Agent: https://www.zabbix.com/documentation...s/zabbix_agent

      You could add a UserPameter that would use like 'ifconfig' in combination with awk/grep to get the status.
      Thank you Pada, i will try this.

      Comment

      • renanmvc
        Junior Member
        • Feb 2014
        • 12

        #4
        Originally posted by simao
        Thank you Pada, i will try this.
        Oi funcionou?
        Estou com o mesmo problema e ainda não encontrei solução.
        Ajude-me por favor

        Comment

        Working...