Ad Widget

Collapse

Creating graphics with auto discovery ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hackedia
    Junior Member
    • Jun 2018
    • 4

    #1

    Creating graphics with auto discovery ?

    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,


  • Hackedia
    Junior Member
    • Jun 2018
    • 4

    #2
    Hi guys !

    I can't find any way to generate graphics from host's scripts without having to create the graphs manually !

    Comment

    Working...