Ad Widget

Collapse

How to? send alert from application to Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mdo0911
    Junior Member
    • Feb 2025
    • 1

    #1

    How to? send alert from application to Zabbix

    Applications are the best source of information about when something goes wrong. Good error handling code would detect an event. When an error is detected, I would like to immediately send an alert to Zabbix. Running a bunch of scripts via Zabbix at regular intervals is a lot of unnecessary overhead and if the interval is set to say, 5 minutes, then you might have to wait as long as 5 minutes to learn about the event. Having the application generate the alert as part of the error handlers in the code is preferred. FYI, we already do this with old monitoring software. All I want to do is replace the alerting code to send to Zabbix instead. Any help will be greatly appreciated! Mike
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    Zabbix_sender. https://www.zabbix.com/documentation...oncepts/sender

    Comment

    Working...