I'm using Zabbix to monitor certain test data, for which I'm using Zabbix agent's user parameters. Those work generally fine.
However, there is one remote test site, for which it is not possible to have real-time monitoring. The remote site can't be connected from Internet and itself, it can send data to my Zabbix host only once per hour.
I would like to feed this data to Zabbix then once per hour, so that I could see from graphs, how test data has behaved in past - of course there is one hour delay in updating graphs.
Is there any way to feed data to Zabbix SQL tables afterwards, and to adjust data timestamps to reflect the real situation? If I feed the data manually using my own PHP scripts, is there risk that Zabbix "normal" data gathering would get confused?
However, there is one remote test site, for which it is not possible to have real-time monitoring. The remote site can't be connected from Internet and itself, it can send data to my Zabbix host only once per hour.
I would like to feed this data to Zabbix then once per hour, so that I could see from graphs, how test data has behaved in past - of course there is one hour delay in updating graphs.
Is there any way to feed data to Zabbix SQL tables afterwards, and to adjust data timestamps to reflect the real situation? If I feed the data manually using my own PHP scripts, is there risk that Zabbix "normal" data gathering would get confused?
Comment