changed systemids to chassis
This commit is contained in:
@@ -3,7 +3,7 @@ interval: 10
|
|||||||
port: 8000
|
port: 8000
|
||||||
username: gloabl-user
|
username: gloabl-user
|
||||||
password: global-password
|
password: global-password
|
||||||
systemid: ["1"] # Strings, not integers!
|
chassis: ["1"] # Strings, not integers!
|
||||||
hosts:
|
hosts:
|
||||||
- fqdn: host1.example.com
|
- fqdn: host1.example.com
|
||||||
username: user1
|
username: user1
|
||||||
@@ -12,5 +12,5 @@ hosts:
|
|||||||
username: user2
|
username: user2
|
||||||
password: secret2
|
password: secret2
|
||||||
- fqdn: host3.example.com
|
- fqdn: host3.example.com
|
||||||
systemid: ["0"] # Strings, not integers!
|
chassis: ["0"] # Strings, not integers!
|
||||||
- fqdn: host4.example.com
|
- fqdn: host4.example.com
|
||||||
|
|||||||
Reference in New Issue
Block a user