forked from infra/ansible
Zabbix: add an hour to the MariaDB backup trigger to give the daily cron time to run
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
parent
3191e90c16
commit
ef5567d8c0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ zabbix_export:
|
|||
value: mysql
|
||||
triggers:
|
||||
- uuid: 194ae33956aa49e39553003a40bbd967
|
||||
expression: 'now() - last(/MariaDB Backups/vfs.file.time[/backups/fpo-mediawiki-latest.xz,modify]) > 86400'
|
||||
expression: 'now() - last(/MariaDB Backups/vfs.file.time[/backups/fpo-mediawiki-latest.xz,modify]) > 90000'
|
||||
name: 'Mysql backup is out of date'
|
||||
opdata: 'Backup Timestamp: {ITEM.LASTVALUE1}'
|
||||
priority: WARNING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue