Ad Widget

Collapse

Rfc-3877

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Minken
    Junior Member
    • Nov 2011
    • 3

    #1

    Rfc-3877

    Hi, I couldn't find the answer on the forum so i'm asking. I was wondering if Zabbix supports RFC-3877 and if something needs to be configured before it does so and also how it handles "Alarm-models" that the RFC states (http://tools.ietf.org/html/rfc3877#section-3.2)?

    Regards
  • nelsonab
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2006
    • 1233

    #2
    Hmmm, If you can make that work via an SNMP trap then you may be able to get Zabbix to use it. Otherwise there is no direct support for that RFC.

    If you can make it work via an SNMP trap, I could see something like the following being done.

    First two items would be added per notification:
    state (Integer, for speed), message (text, maybe log)

    Then have an SNMP trap script listen for the notification. If the notification activates set the state to "on" (1), and pushes the notification message into the message item. If the script retrieves an off notification set state to "off" (0) and set the message if available.

    In Zabbix have a trigger written against the state field. If the state becomes anything other than "off" (0) activate the trigger, and set the trigger message to be the last value of the message item. In the action you can set an escallation as needed, and send the trigger text. If the state item is overloaded to have more than "on" or "off" you may wish to display that as well, but that will be implementation specific.

    If the above idea does not work then I would suggest opening a feature request ticket under ZBXNEXT if one has not been opened already at https://support.zabbix.com.
    RHCE, author of zbxapi
    Ansible, the missing piece (Zabconf 2017): https://www.youtube.com/watch?v=R5T9NidjjDE
    Zabbix and SNMP on Linux (Zabconf 2015): https://www.youtube.com/watch?v=98PEHpLFVHM

    Comment

    Working...