Ad Widget

Collapse

Using Zabbix to capture enterprise script failures

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NellyRic
    Junior Member
    • Mar 2025
    • 1

    #1

    Using Zabbix to capture enterprise script failures

    Hi all,

    I'm looking to start using Zabbix to capture any script failure across a mid size organisation.
    I understand that a good way to config Zabbix to do this is to set up a global trigger? Can I use a script wrapper to point return codes at the Zabbix server?

    Any help would be very much appreciated.
  • Brambo
    Senior Member
    • Jul 2023
    • 245

    #2
    If you don't have a zabbix agent running than a zabbix-sender could be an option. Make sure your script have a try catch statement and handle the catch towards zabbix-sender. You need to have some sort of output which needs to be send to zabbix

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4806

      #3
      First thing would be to read some docs and familiarize yourself with concept of how Zabbix works. what are hosts and items and how they can obtain values, different item types etc.
      Blabbering something about "global triggers" is just nonsense...

      Comment

      • cyber
        Senior Member
        Zabbix Certified SpecialistZabbix Certified Professional
        • Dec 2006
        • 4806

        #4
        First thing would be to read some docs and familiarize yourself with concept of how Zabbix works. what are hosts and items and how they can obtain values, different item types etc.
        Blabbering something about "global triggers" is just nonsense...

        Comment

        Working...