From 7aff22536df75998f174b83aa16066e87465f66c Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Wed, 23 Oct 2024 17:53:07 -0400 Subject: [PATCH] better itemid description in schema --- borgmatic/config/schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 134e265b..7739a53a 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1609,8 +1609,8 @@ properties: itemid: type: integer description: | - The itemid to publish to - for details. + The ID of the Zabbix item used for collecting data. + Unique across the entire Zabbix system. example: 55105 host: type: string