Ad Widget

Collapse

Dummy data for zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Molusco
    Junior Member
    • Dec 2019
    • 20

    #1

    Dummy data for zabbix

    Hi, I want to experiment with the api of zabbix and pyzabbix, I have intalled zabbix in a virtual machine, but I need data, where I could download dummy data to instert in the zabbix database?
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    What data do you need?
    For monitoring data, try using the Zabbix server item values registered by default. If you need historical data for an item with another specific string or number, create an item for it. Simply inserting into a database will not work. For items that execute scripts or use Zabbix trappers, it is relatively easy to record their own values.

    Comment

    • 1berto
      Senior Member
      • Sep 2018
      • 182

      #3
      I never do it, but if you can create 'fake' item values, the API is the way to do this, not direct inserts in the database.

      Comment

      Working...