Hello,
I would like to know whether it is possible for an item to get an array.
Here is the idea:
I wrote a check_fping command.
I would like it to return to zabbix server an array like:
$values["Round trip time"]
$values["loss"]
I know I could do one check_ping_RTT and one check_ping_loss but I would like to retrieve directly all informations from only one ping.
Do you have an idea if it's possible?
I would like to know whether it is possible for an item to get an array.
Here is the idea:
I wrote a check_fping command.
I would like it to return to zabbix server an array like:
$values["Round trip time"]
$values["loss"]
I know I could do one check_ping_RTT and one check_ping_loss but I would like to retrieve directly all informations from only one ping.
Do you have an idea if it's possible?
Comment