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?
Ad Widget
Collapse
Dummy data for zabbix
Collapse
X
-
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