Hello.
I am running a zabbix 4.2.8 instance which database is currently about 6GB. It backs up in about 5 minutes now. Backup is using mysqldump.
During the backup zabbix is kind of frozen but after it finishes it catches up and all data is saved in the database.
The problem is that there is a trigger with nodata condition.
It detects the brief 5 minute no data and raises the problem.
The problem is kind of strange as it starts about 2:04:40 (thats correct) but finishes at 2:00:00 (and that is wrong).
The duration of the problem is also negative in webGUI.
Now, my question is three fold:
1. Is it possible to run the native database backup in a way so it does not lock the database? (no LVM available for that purpose now)
2. Is it possible to easily define a trigger which would cover all items not getting fresh data? Maybe some internal zabbix queue metric would show such case?
3. Is the negative time problem known or shall I submit a bug for it?
I am running a zabbix 4.2.8 instance which database is currently about 6GB. It backs up in about 5 minutes now. Backup is using mysqldump.
During the backup zabbix is kind of frozen but after it finishes it catches up and all data is saved in the database.
The problem is that there is a trigger with nodata condition.
It detects the brief 5 minute no data and raises the problem.
The problem is kind of strange as it starts about 2:04:40 (thats correct) but finishes at 2:00:00 (and that is wrong).
The duration of the problem is also negative in webGUI.
Now, my question is three fold:
1. Is it possible to run the native database backup in a way so it does not lock the database? (no LVM available for that purpose now)
2. Is it possible to easily define a trigger which would cover all items not getting fresh data? Maybe some internal zabbix queue metric would show such case?
3. Is the negative time problem known or shall I submit a bug for it?
Comment