Ad Widget

Collapse

how can I get the latestdata from my DB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • woody1112
    Junior Member
    • Mar 2010
    • 2

    #1

    how can I get the latestdata from my DB

    hello everyone!
    I am a new to zabbix, and I have install it successfully on CentOS 5.4. The agent and server is on the same machine for test. I can see the graph in the web front-end, but the lastvalue in my DB(mysql) is always null or only a single number. Is my configuration not proper or there's some way to solve this issue? I want the historic data.
    Can anybody tell me how to tackle this, thanks a lot!!!! (:-))
    Last edited by woody1112; 17-03-2010, 02:37.
  • bobrivers
    Senior Member
    • Feb 2007
    • 115

    #2
    Hi,

    Sorry, but I didn't understood your problem. When you go to Monitoring > Latest Data, can you see something? Or do you want to access the database directly and see the values directly on the table?

    Are zabbix_server and zabbix_agentd started?
    Did you checked the zabbix log files in order to see if it throws any error message?

    Bob

    Comment

    • woody1112
      Junior Member
      • Mar 2010
      • 2

      #3
      I have figured it out

      I thought that the data monitered is stored in DB one by one, but I only can find one single data in the table 'items'. Now I think that i can compose a program to get the data using this sentance: zabbix_get.
      thanks anyway!!
      :-)

      Comment

      Working...