Ad Widget

Collapse

DBforBIX to Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sujithdeva
    Junior Member
    • Oct 2013
    • 2

    #1

    DBforBIX to Zabbix

    Hi,

    I am new Zabbix ,Trying to generate graph in Zabbix through DBforBIX.

    DBforBix configured in the same Box where Zabbix is Running.

    sample query confgured with Postgres Instance.

    QueryList=activeconn
    activeconn.Query=select datid,datname from pg_stat_database;

    DBforBIX started in debug mode and the console log I can see the result set where Postgres Running in another instance.


    2013-10-31 14:00:01,436 [pool-1-thread-71] DEBUG DBforBIX - Actual query is activeconnNextrun 2013/10/31 14:02:00 on database=PGSQLDB2 Period=2
    2013-10-31 14:00:01,438 [pool-1-thread-71] DEBUG DBforBIX - I'm going to return 11818template011826postgres16384abc1template126184 zabbix for query activeconn on database=PGSQLDB2
    .

    Now from Zabbix Instance .I imported the template and the template loaded successfully and displaying the Items.

    But when trying to preview the graph its not displaying anything.

    Can some one reply how to display the query results in Zabbix .

    Would like to get the configuration details in Zabbix for pulling the query result from DBforBIX.

    Advance thanks for any help.


    Sujith
Working...