LMacPhail / zabbix-history-influxdb

A loadable module for zabbix which will export history data to an InfluxDB repository.
GNU General Public License v2.0
44 stars 15 forks source link

skip writing values of items missing in DB instead of exiting #7

Closed i-ky closed 5 years ago

i-ky commented 5 years ago

This should resolve #3, but I'm not sure about LOG_LEVEL_ERR. It seems to be a pretty normal situation, when item gets deleted in DB, but continues to get new values while it still exists in server's in-memory configuration cache or proxy's configuration. Perhaps severity can be lowered for this message.