Skip to content
Snippets Groups Projects
Commit 69d1c005 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

housekeeping: make that all partitioned tables are deleted, if necessary

parent 2b03f86b
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,11 @@
delegate_to: "{{ zabbix_db_host }}"
with_items:
- { table: "history", months: 4 }
- { table: "history_str", months: 4 }
- { table: "history_text", months: 4 }
- { table: "history_uint", months: 4 }
- { table: "trends", months: 13 }
- { table: "trends_uint", months: 13 }
tags:
- database
- zabbix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment