Hi,
Environment: Zabbix 4.0 Appliance VM (testing)
I need to import Cacti data to Zabbix.
I've created a python script that converts rrdtoool's dump xml to a file that can be read by zabbix_sender.
I'm using the OS Linux template Network Interfaces discovery created items.
To import the data, I changed the item type to Zabbix trapper in the item prototypes and changed discovery time to 1m so it'll recreate the item as trapper.
I use the zabbix_sender utility to import the data and it says that all was processed.
Zabbix server looks fine too, I see the items being read fine into the right place
I don't see any data in mysql or graph/history values.
When I create a test item as trapper it works fine.
The file looks like this:
"Zabbix server" net.if.in[enp0s3] 1540623000 296
Am I missing something?
Environment: Zabbix 4.0 Appliance VM (testing)
I need to import Cacti data to Zabbix.
I've created a python script that converts rrdtoool's dump xml to a file that can be read by zabbix_sender.
I'm using the OS Linux template Network Interfaces discovery created items.
To import the data, I changed the item type to Zabbix trapper in the item prototypes and changed discovery time to 1m so it'll recreate the item as trapper.
I use the zabbix_sender utility to import the data and it says that all was processed.
Zabbix server looks fine too, I see the items being read fine into the right place
I don't see any data in mysql or graph/history values.
When I create a test item as trapper it works fine.
The file looks like this:
"Zabbix server" net.if.in[enp0s3] 1540623000 296
Am I missing something?
Comment