Ad Widget

Collapse

Creating a graph using MBeans CompositeData in Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aravinda
    Junior Member
    • Oct 2017
    • 2

    #1

    Creating a graph using MBeans CompositeData in Zabbix

    I'm exposing CompositeData[] via a JMX from one of the services. Data will be in the type like,

    HTML Code:
    key1 : value 1 [String]
    key2 : value 2 [Integer]
    I am trying to consume this data in Zabbix.
    1. How can i generate,
    • graph of key2 against key1 or
    • table of key1 & key2.

    2. If this is not supported by zabbix, can i use other platforms like grafana to do this.

    Documentation doesn't have enough information around this.
  • kaspars.mednis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2017
    • 349

    #2
    key1 : value 1 [String]
    key2 : value 2 [Integer]
    Is really your key1 value a string ? whats in that string ? i can hardly imagine in zabbix to draw a graph from a string value...
    Zabbix has no problems to draw a graph of a two or more numeric values

    Regards,
    Kaspars

    Comment

    • aravinda
      Junior Member
      • Oct 2017
      • 2

      #3
      Originally posted by kaspars.mednis
      Is really your key1 value a string ? whats in that string ? i can hardly imagine in zabbix to draw a graph from a string value...
      Zabbix has no problems to draw a graph of a two or more numeric values

      Regards,
      Kaspars
      HI Kaspars,

      Thank you for the reply. I want to generate a graph of connection-status(1/0) of multiple servers against it's name(string). Is this possible to do this in zabbix?

      Comment

      Working...