Skip to content

Commit

Permalink
Update Zabbix Template to fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 8, 2023
1 parent 3010a4d commit c88fbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zabbix_templates/db_backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
},
{
"uuid": "74d16a7680544c65af22cc568ce3d59d",
"expression": "last(/DB Backup4/dbbackup.backup.size.[{#NAME}])/last(/DB Backup4/dbbackup.backup.size.[{#NAME}],#2)>0.2",
"expression": "last(/DB Backup4/dbbackup.backup.size.[{#NAME}])/last(/DB Backup4/dbbackup.backup.size.[{#NAME}],#2)<0.2",
"name": "[{#NAME}] Backup 20% Smaller in Size",
"priority": "WARNING",
"manual_close": "YES"
Expand Down

0 comments on commit c88fbac

Please sign in to comment.