Ad Widget

Collapse

Zabbix Database Query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tcilmo
    Senior Member
    • Nov 2016
    • 122

    #1

    Zabbix Database Query

    I want to query the Zabbix database for the count of events (all source types) from the events table that were added over the last 24 hours. Anyone have any suggestions on how to accomplish this?

    A possible query would look something like:

    Code:
    select count(*) from events where source = 3 and clock ……
    However, I can’t see to figure out how to select what I need since the clock column uses unix_time.
Working...