I have the following problem:
- One 'X' host have the information of 'N' other hosts
- The 'N' hosts have an item that must be populated by the 'X' host.
- These 'N' hosts can change from 'X' hosts
- 'X' can internally know the 'N' hosts, but 'N' doesnt know 'X'
Is there any way to do this?
I know that I can make a script on zabbix server and call this script on the 'N' hosts items, so that this script logs into the 'X' hosts and retrieve the information, but I dont want to do this.
I would like to have an item on the 'X' host that retrieve a map with (host'N' name, value) and insert the value into host'N' item.
- One 'X' host have the information of 'N' other hosts
- The 'N' hosts have an item that must be populated by the 'X' host.
- These 'N' hosts can change from 'X' hosts
- 'X' can internally know the 'N' hosts, but 'N' doesnt know 'X'
Is there any way to do this?
I know that I can make a script on zabbix server and call this script on the 'N' hosts items, so that this script logs into the 'X' hosts and retrieve the information, but I dont want to do this.
I would like to have an item on the 'X' host that retrieve a map with (host'N' name, value) and insert the value into host'N' item.

Comment