I need to read information from a flat file generated by the 'topasrec' utility on AIX 5.3, and insert it into Zabbix. Currently, I have an external script that's working to insert the data items I want, but the source file is updated only every 15 minutes, and then copied to my Zabbix server, so the ACTUAL timestamp when the item was recorded in the flat file may be much earlier than the timestamp that is automatically generated when the item is inserted into Zabbix. This could result in misleading interpretation of the data.
Does anyone know of a way to actively post both a timestamp and a data item into Zabbix?
I realize that I could write a perl DBI script to post the data into the MySQL database, however Zabbix must be updated through the "normal"method so that the data can be reported and graphed. This would result in double-posting of the data, and half the rows in the table would have incorrect timestamps.
Any ideas?
Does anyone know of a way to actively post both a timestamp and a data item into Zabbix?
I realize that I could write a perl DBI script to post the data into the MySQL database, however Zabbix must be updated through the "normal"method so that the data can be reported and graphed. This would result in double-posting of the data, and half the rows in the table would have incorrect timestamps.
Any ideas?
Comment