Hello,
I would like to ask if there is a procedure for completely deleting all data from the database, including problems (both acknowledged and unacknowledged), history, trends, and all other data collected by the Zabbix Server. However, I want to retain any data that has been created manually by the administrator (i.e., dashboards, users, templates, hosts). Zabbix should be empty with collected data.
Would using the Housekeeper be an appropriate solution for this (I want to remove that data in short term)?
Alternatively, since I am using PostgreSQL, could TimescaleDB be used for this purpose?
It is important to note that all collected data must be removed. From my understanding, Housekeeper does not delete acknowledged events, but I need to remove those as well.
Could you advise on the best approach to achieve this?
Regards,
r
I would like to ask if there is a procedure for completely deleting all data from the database, including problems (both acknowledged and unacknowledged), history, trends, and all other data collected by the Zabbix Server. However, I want to retain any data that has been created manually by the administrator (i.e., dashboards, users, templates, hosts). Zabbix should be empty with collected data.
Would using the Housekeeper be an appropriate solution for this (I want to remove that data in short term)?
Alternatively, since I am using PostgreSQL, could TimescaleDB be used for this purpose?
It is important to note that all collected data must be removed. From my understanding, Housekeeper does not delete acknowledged events, but I need to remove those as well.
Could you advise on the best approach to achieve this?
Regards,
r
Comment