Ad Widget

Collapse

Building Item and Trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vlam
    Senior Member
    Zabbix Certified Specialist
    • Jun 2009
    • 166

    #1

    Building Item and Trigger

    Hi All

    I need some help with creating an item for the following and a trigger for it if anyone can help

    zabbix_sender -z {Zabbix_Server_IP} -p 10051 -s " CloudOpera Server " -k trap -o "{"severity":"high","meDn":494918576192174203,"add itionalInformation":"Peer IP:Peer_IP","probableCause":"","meName":"OC108OC", "alarmId":"OC_00009007","alarmName":”Host NTP connection failed ","csn":258143} "

    Any help in getting this right will be greatly appreciated
    4 Zabbix Frontend Servers (Load balanced)
    2 Zabbix App Servers (HA)
    2 Zabbix Database Servers (HA)
    18 Zabbix Proxy Servers (HA)
    3897 Deployed Zabbix Agents
    6161 Values per second
    X-Layer Integration
    Jaspersoft report Servers (HA)
  • allexpetrov
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • May 2017
    • 361

    #2
    Could you please provide more details on what you actually want to perform, otherwise I can't understand:
    1. When trigger should fire ? On which value or which change or what?
    2. What are you trying to get? I mean which VALUE you are receiving from that -o command?
    3. You don't need to define the port if it goes with the standard one

    Also, zabbix-sender is a local command line utility. Why you are trying to use macro as a server name ? Instead of that try to define $VARIABLE for it and pass it to the command.

    P.S. - Type = Zabbix trapper

    Please go through the manual - https://www.zabbix.com/documentation...cepts/sender?s[]=zabbix&s[]=sender

    Regards,
    Alex!

    Comment

    • vlam
      Senior Member
      Zabbix Certified Specialist
      • Jun 2009
      • 166

      #3
      Hi

      I need to monitor components of a Huawei Cloud environment that is being setup, as this has its own monitoring components it logs everything already but they cannot integrate into our call logging systems so the plan is to monitor the error output logs from there monitoring and then we can on the type of error being picked up log calls for the support teams.
      4 Zabbix Frontend Servers (Load balanced)
      2 Zabbix App Servers (HA)
      2 Zabbix Database Servers (HA)
      18 Zabbix Proxy Servers (HA)
      3897 Deployed Zabbix Agents
      6161 Values per second
      X-Layer Integration
      Jaspersoft report Servers (HA)

      Comment

      • allexpetrov
        Senior Member
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • May 2017
        • 361

        #4
        Can your devices put the log into syslog on some 3rd server ? You can parse with log[] item that syslog contents and put them into Zabbix.

        Regards,
        Alex!

        Comment

        Working...