Hello,
I have a Zabbix-Agent returning some data using a
item.
The result is a String at the "Java properties" format:
I would like to split this into different Items. I could not find a way to do that. Do you have any suggestion other than using my own script along with zabbix_sender?
Regards,
Renaud
I have a Zabbix-Agent returning some data using a
Code:
web.page.get[host,<path>,<port>]
The result is a String at the "Java properties" format:
Code:
key1=value1 key2=value2
Regards,
Renaud
Comment