We have a scripts which, per run, outputs variable/data pairs such as
lic1 123
lic2 23
lic3 98
(Basically, it counts the number of active concurrent users per licence.)
In zabbix, I'd like to create 3 items (lic1, lic2 and lic3) using UserParameters, but would like to avoid having to run this script for each variable. Is that possible?
Kind regards,
Herta
lic1 123
lic2 23
lic3 98
(Basically, it counts the number of active concurrent users per licence.)
In zabbix, I'd like to create 3 items (lic1, lic2 and lic3) using UserParameters, but would like to avoid having to run this script for each variable. Is that possible?
Kind regards,
Herta
Comment