Skip to content

Commit

Permalink
Add encrypt/checksum duration graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 5, 2023
1 parent 9e7904c commit 2b446f1
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion zabbix_templates/db_backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
{
"uuid": "8ec2b2f44ddf4f36b3dbb2aa15e3a32f",
"name": "[{#NAME}] Duration",
"name": "[{#NAME}] Backup Duration",
"type": "TRAP",
"key": "dbbackup.backup.duration.[{#NAME}]",
"delay": "0",
Expand Down Expand Up @@ -201,6 +201,34 @@
}
}
]
},
{
"uuid": "8c641e33659e4c8b866da64e252cfc2a",
"name": "[{#NAME}] Checksum Duration",
"graph_items": [
{
"color": "199C0D",
"calc_fnc": "ALL",
"item": {
"host": "DB Backup",
"key": "dbbackup.backup.checksum.duration.[{#NAME}]"
}
}
]
},
{
"uuid": "65b8770f71ed4cff9111b82c42b17571",
"name": "[{#NAME}] Encrypt Duration",
"graph_items": [
{
"color": "199C0D",
"calc_fnc": "ALL",
"item": {
"host": "DB Backup",
"key": "dbbackup.backup.encrypt.duration.[{#NAME}]"
}
}
]
}
]
}
Expand Down

0 comments on commit 2b446f1

Please sign in to comment.