From 0b8e183f9812c0de9d643e5aa2ff90a25c562fa5 Mon Sep 17 00:00:00 2001 From: Marco Lucarelli Date: Thu, 29 Jan 2026 15:39:58 +0100 Subject: [PATCH] changed systemids to chassis --- python/redfish-api/config.yaml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/redfish-api/config.yaml.example b/python/redfish-api/config.yaml.example index 7a7547b..f3a4f05 100644 --- a/python/redfish-api/config.yaml.example +++ b/python/redfish-api/config.yaml.example @@ -3,7 +3,7 @@ interval: 10 port: 8000 username: gloabl-user password: global-password -systemid: ["1"] # Strings, not integers! +chassis: ["1"] # Strings, not integers! hosts: - fqdn: host1.example.com username: user1 @@ -12,5 +12,5 @@ hosts: username: user2 password: secret2 - fqdn: host3.example.com - systemid: ["0"] # Strings, not integers! + chassis: ["0"] # Strings, not integers! - fqdn: host4.example.com