Ad Widget

Collapse

Monitor mbean notifications

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dror.vangosh
    Junior Member
    • Jun 2017
    • 1

    #1

    Monitor mbean notifications

    Hi All

    I'm new in zabbix and required to send notification if job process in my application is failed.
    my understanding of the system brought me to try and create a new item which will listen to JMX mbean and then to create trigger on failed events which will be sent to an email.
    this is my mbean
    "MBean Name com.foresight.fsight.optimization.management:type= JMXNotificationManager,name=notificationManager"

    from the documentation i understood i need 2 parameters to create an item
    1. object name which i believe is equal to the mbean name
    2. attribute name - which from my understanding after looking in jconsole is bmi.event

    my questions are
    1. is it possible to create item in the way i have described?
    2. if so how should it looks like?
Working...