hi everyone,
I created a LLD (low level discovery) using zabbix agent and user parameter .
I set up a script that outputs a json file which contains values that I'd like to use for Filesystem Discovery
the json file looks like this:
{
"mountPoint": [
{"{INDEX}":"1" ,"{#FSTYPE}":"rootfs", "{#MOUNTPOINT}":"/"}
{ "{INDEX}":"2" , "{#FSTYPE}":"sysfs", "{#MOUNTPOINT}":"/sys"}
{ "{INDEX}":"3", "{#FSTYPE}":"proc", "{#MOUNTPOINT}":"/proc"}
.......
Discovery works halfway, Items are found, but not their vaules(Unsupported Item Key).
I think the problem is related to the definition of the keys in the items prototype. I don't know how to assing the macro value to the key.
Thanks to everyone who tries to help me.
I created a LLD (low level discovery) using zabbix agent and user parameter .
I set up a script that outputs a json file which contains values that I'd like to use for Filesystem Discovery
the json file looks like this:
{
"mountPoint": [
{"{INDEX}":"1" ,"{#FSTYPE}":"rootfs", "{#MOUNTPOINT}":"/"}
{ "{INDEX}":"2" , "{#FSTYPE}":"sysfs", "{#MOUNTPOINT}":"/sys"}
{ "{INDEX}":"3", "{#FSTYPE}":"proc", "{#MOUNTPOINT}":"/proc"}
.......
Discovery works halfway, Items are found, but not their vaules(Unsupported Item Key).
I think the problem is related to the definition of the keys in the items prototype. I don't know how to assing the macro value to the key.
Thanks to everyone who tries to help me.
Comment