Hi, i'm new in Zabbix and i'm testing the tools and it capabilities.
I saw in the thread "Items return multiple values?" dated 30-12-2013 that it is possible to define a UserParameter script that collecte multiple values and have them send by the zabbix_send command to the server where trapper items have previously been defined. I tried this and it works fine.
I have defined a discovery rules to retrieve a list of disks and then I would like for each disk to get several I/O stat metrics in one time. I mean to get a set of i/O stat metrics value for each disk the UserParameter script receives as input parameter. Actually, I don't know if it is possible to merge these two facilities: on one side the ability to retrieve multiple value with one UserParameter script (with item trapper on the server) and on the other side to have them retrived for a list of disks which has been filled with a discovery rules.
Thank's a lot for any help.
I saw in the thread "Items return multiple values?" dated 30-12-2013 that it is possible to define a UserParameter script that collecte multiple values and have them send by the zabbix_send command to the server where trapper items have previously been defined. I tried this and it works fine.
I have defined a discovery rules to retrieve a list of disks and then I would like for each disk to get several I/O stat metrics in one time. I mean to get a set of i/O stat metrics value for each disk the UserParameter script receives as input parameter. Actually, I don't know if it is possible to merge these two facilities: on one side the ability to retrieve multiple value with one UserParameter script (with item trapper on the server) and on the other side to have them retrived for a list of disks which has been filled with a discovery rules.
Thank's a lot for any help.
Comment