I'm exposing CompositeData[] via a JMX from one of the services. Data will be in the type like,
I am trying to consume this data in Zabbix.
1. How can i generate,
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.
HTML Code:
key1 : value 1 [String] key2 : value 2 [Integer]
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.
Comment