Ad Widget

Collapse

LLW - List of Array (Zabbix Trapper)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mgt
    Junior Member
    • Jul 2014
    • 7

    #1

    LLW - List of Array (Zabbix Trapper)

    Hi All,

    I have a problem with creating a discovery rules. Does anyone have a good idea how we can this monitoring this.

    What I have

    I have a zabbix trapper client on multiple host, this trapper send a lot information to my zabbix client.
    I have multiple scripts;

    My zabbix client send this value's.

    Startime.scrript1.system
    Endtime.script1.system
    Errors.script1.system
    Count.script1.system
    ( a lot more)...

    Startime.script2.system
    ...

    What I need to check

    For each value I check

    - Is the value updated each 2 ours
    - Is the error value more than
    - Is the the count more than 0
    and a lot more ;-)

    I got the idea to do this with a array that I set a array that give the value's Script1, Script2, Script3
    so I can create one time the keyvalue's and Triggers, and not for each script .

    Can someone tell me how I this can do? or give me a some tip?
  • mgt
    Junior Member
    • Jul 2014
    • 7

    #2
    Someone a idea?

    Comment

    • jvalenzani
      Member
      Zabbix Certified Specialist
      • Sep 2010
      • 53

      #3
      Start reading the documentation about Low Level Discovery. There are also some examples on how to implement your own rules.

      Comment

      • mgt
        Junior Member
        • Jul 2014
        • 7

        #4
        Hi,
        Thanks for the standard support link ;-).
        On this page is not the needed information.

        I'm ussing the "Zabbix Trapper" and need a standard array, not a output of a system. The link gives only examples of output of a system with the zabbix agent.

        Comment

        • jvalenzani
          Member
          Zabbix Certified Specialist
          • Sep 2010
          • 53

          #5
          Just use the combo box to select a different type.



          I really recommend you to read the documentation. I think you have some concepts wrong.

          Comment

          • mgt
            Junior Member
            • Jul 2014
            • 7

            #6
            Aha! Yup I thinks thats we have a misconception
            I give It a new try

            - I have a lot of servers running on Windows X
            - On this server runs 3 to 5 clients for each server
            - For each client runs 15 script; hourly
            - for each script I send a messages with the "org.kjkoster.zapcat.zabbix.Sender". I send 5 messages (startime, endtime, errors counting, count of posts oid).

            I'm not happy to make (5 (messages) * 3 (clients) * 15 (scripts) = 225 trapper key's manually. But not talking about the triggers (the next step, I will check 3 thinks for each TrapperKey, I need to make 600+ trigger key's).

            As example
            - Servername: DC001
            - ScriptClient: Exchange
            - ScriptName: NewUsers

            The script is running on 0:00 and send the following messages on Zabbix

            Zapcat.Exchange.NewUsers.Script01.Startime = 30-07-2014 0:00
            Zapcat.Exchange.NewUsers.Script01.Endtime = 30-07-2014 0:15
            Zapcat.Exchange.NewUsers.Script01.Error = 0

            When I this make manualy it's working . I'm search now for a simpel solution thats i can use to resolve my problem, and i not create a lot of items on Zabbix.

            I therefore expect that LLW it is the best solution for my "problem".
            I can only outgoing traffic to Zabbix.

            Do you have any idea how I can handle this?

            Comment

            Working...