Anyone know of any potential issues writing directly to the database? Mostly I just want to INSERT or UPDATE the host_inventory table, but perhaps the host table as well. I realize there is the API, and I did mess around with it a bit in Python, but I would rather cook up some simple bash scripts to do what I need.
I tested some inserts on a test Zabbix box and everything shows up fine but I am wondering if this will break something in the future. If anyone can foresee some problems with this, I would like to know. Thank you,
I tested some inserts on a test Zabbix box and everything shows up fine but I am wondering if this will break something in the future. If anyone can foresee some problems with this, I would like to know. Thank you,


Comment