Hi everyone !
First, thanks for all your support !
Context :
Basically im using Centreon for my clients, but i got a specific client who want to keep working with Zabbix,
To make my scripts working in his infrastructure i create a wrapper who interpret the request from Zabbix, execute the scripts, and giveback the return code.
Now i want to implemate graphics in my wrapper :
A tutorial told me that, for each curves of a graph, i need to create manually a zabbix trapper, and, from my wrapper, create one line per curves (with the key value) looking like this :
(zabbix_sender -s {hote_trapper} -z {ip_du_serveur_Zabbix} -k {clé} -o {valeur})
Is there any other way more automated to do so ? I ear about automated discovery, but my wrapper is only returning return code, using triggers to interpret it as signals (OK/WARNING/CRITICAL/UNKNOWN).
Cordialy,
Thanks,
First, thanks for all your support !
Context :
Basically im using Centreon for my clients, but i got a specific client who want to keep working with Zabbix,
To make my scripts working in his infrastructure i create a wrapper who interpret the request from Zabbix, execute the scripts, and giveback the return code.
Now i want to implemate graphics in my wrapper :
A tutorial told me that, for each curves of a graph, i need to create manually a zabbix trapper, and, from my wrapper, create one line per curves (with the key value) looking like this :
(zabbix_sender -s {hote_trapper} -z {ip_du_serveur_Zabbix} -k {clé} -o {valeur})
Is there any other way more automated to do so ? I ear about automated discovery, but my wrapper is only returning return code, using triggers to interpret it as signals (OK/WARNING/CRITICAL/UNKNOWN).
Cordialy,
Thanks,
Comment