Ad Widget

Collapse

External Script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aniltonf
    Junior Member
    • Dec 2014
    • 2

    #1

    External Script

    Hello...

    I have an script (shell Script) that read from a Data Base values that I'll like to show in a chart in ZABBIX.

    Solution:
    I have an script reading from an equipmente all errors avery 5min and store the info into a DB.

    Than, I have this script picking tha data from DB and show on the screan.


    Question:
    1. What paramenters is ZABBIX wating...
    2. How can I set this script into zabbix and configure a chart with it...


    I've searching a lot into severals docs but, nothing is about my problem.

    If someone can help, please

    Thank you
    Last edited by aniltonf; 29-12-2014, 20:32.
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #2
    There are several ways thinkable:
    • External checks - to execute a script/command to evaluate a value per item or to send a bulk of item values to proper Trapper items.
    • Trapper items - to send data either individually or in a bulk by a script/program.
    • User parameters - see External checks
    • Loadable modules see User parameters/External checks
    • ODBC monitoring - to query item values from a database directly
    • ...

    Once the values are gathered one can visualize them in Graphs

    Comment

    Working...