From 3da7471fe6dd9ddcd267349ee1fe982852ccbf32 Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Fri, 18 Oct 2024 18:00:14 -0400 Subject: [PATCH] added note about zabbix 7.0+ --- docs/how-to/monitor-your-backups.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/how-to/monitor-your-backups.md b/docs/how-to/monitor-your-backups.md index ddc540b9..3bc1a056 100644 --- a/docs/how-to/monitor-your-backups.md +++ b/docs/how-to/monitor-your-backups.md @@ -601,6 +601,9 @@ zabbix: - fail ``` +Zabbix 7.0+ +This hook requires the Zabbix server be running version 7.0+ + Authentication Methods Authentication can be accomplished via `api_key` or `username` and `password`. If both are declared, `api_key` will be chosen.