Ad Widget

Collapse

Item "not supported" --> ALARM: ON

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikty
    Senior Member
    • Jul 2007
    • 104

    #1

    Item "not supported" --> ALARM: ON

    Hi,

    How Can I set a trigger to fire whene an item is not supported?

    I have thougth to the function nodata()
  • skogan
    Member
    • Nov 2007
    • 70

    #2
    I don't think that's possible.

    Triggers in Zabbix are directly defined by the items that are used in the expression. If any of the said items are unsopported or disabled the trigger becomes disabled too. Thus, you can't have an enabled trigger associated with an unspported item.

    Comment

    • vikty
      Senior Member
      • Jul 2007
      • 104

      #3
      Ok

      Thanks fot the reply

      I will search an other way....

      Comment

      • skogan
        Member
        • Nov 2007
        • 70

        #4
        What are you trying to set up? Maybe I can help you with that.

        Comment

        • vikty
          Senior Member
          • Jul 2007
          • 104

          #5
          thank, but I have just resolved

          Comment

          • dukelion
            Junior Member
            • Oct 2006
            • 1

            #6
            If your data source return either same value or ZBX_NOT_SUPPORTED you can use count() function to define such trigger, for example:
            web.test.rspcode[Sites,some-url.tld].count(1800,200)}<1

            Comment

            • vikty
              Senior Member
              • Jul 2007
              • 104

              #7
              mmhh...

              Originally posted by skogan
              Triggers in Zabbix are directly defined by the items that are used in the expression. If any of the said items are unsopported or disabled the trigger becomes disabled too. Thus, you can't have an enabled trigger associated with an unspported item.
              If this is true, I can't implement any trigger to check if a item is unsupported

              Comment

              • jean
                Member
                • Apr 2006
                • 85

                #8
                In my case, I need to check the presence of a running process with snmp, example ping.exe. When the ping is running, an entry in the SNMP tree is present, but when the process stop, the entry in the SNMP tree disappear. I could understand why, but my item status in Zabbix is Active when the ping run and Not supported when the ping stop...

                How I could have an alarm in Zabbix when the status of the item become Not Supported ?

                Comment

                Working...