publish my redfish_exporter
This commit is contained in:
14
python/redfish-api/config.yaml.example
Normal file
14
python/redfish-api/config.yaml.example
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
interval: 10
|
||||
port: 8000
|
||||
username: gloabl-user
|
||||
password: global-password
|
||||
hosts:
|
||||
- fqdn: host1.example.com
|
||||
username: user1
|
||||
password: secret1
|
||||
- fqdn: host2.example.com
|
||||
username: user2
|
||||
password: secret2
|
||||
- fqdn: host3.example.com
|
||||
- fqdn: host4.example.com
|
||||
Reference in New Issue
Block a user