2022-02-21 12:45:08 +01:00
|
|
|
{
|
2022-11-23 10:37:31 +01:00
|
|
|
"natsrecv": {
|
2022-01-25 15:37:43 +01:00
|
|
|
"type": "nats",
|
|
|
|
"address": "nats://my-url",
|
2022-11-23 10:37:31 +01:00
|
|
|
"port": "4222",
|
2022-01-25 15:37:43 +01:00
|
|
|
"database": "testcluster"
|
2022-04-19 12:05:03 +02:00
|
|
|
},
|
|
|
|
"redfish_recv": {
|
|
|
|
"type": "redfish",
|
2022-12-01 09:48:34 +01:00
|
|
|
"endpoint": "https://%h-bmc",
|
2022-04-19 12:05:03 +02:00
|
|
|
"client_config": [
|
|
|
|
{
|
2022-12-01 09:48:34 +01:00
|
|
|
"host_list": "my-host-1-[1-2]",
|
2022-04-19 12:05:03 +02:00
|
|
|
"username": "username-1",
|
2022-12-01 09:48:34 +01:00
|
|
|
"password": "password-1"
|
2022-04-19 12:05:03 +02:00
|
|
|
},
|
|
|
|
{
|
2022-12-01 09:48:34 +01:00
|
|
|
"host_list": "my-host-2-[1,2]",
|
2022-04-19 12:05:03 +02:00
|
|
|
"username": "username-2",
|
2022-12-01 09:48:34 +01:00
|
|
|
"password": "password-2"
|
2022-04-19 12:05:03 +02:00
|
|
|
}
|
|
|
|
]
|
2022-11-23 10:37:31 +01:00
|
|
|
},
|
|
|
|
"ipmi_recv": {
|
|
|
|
"type": "ipmi",
|
2022-12-01 09:48:34 +01:00
|
|
|
"endpoint": "ipmi-sensors://%h-ipmi",
|
2022-11-23 10:37:31 +01:00
|
|
|
"exclude_metrics": [
|
|
|
|
"fan_speed",
|
|
|
|
"voltage"
|
|
|
|
],
|
|
|
|
"client_config": [
|
|
|
|
{
|
|
|
|
"username": "username-1",
|
|
|
|
"password": "password-1",
|
2022-12-01 09:25:40 +01:00
|
|
|
"host_list": "my-host-1-[1-2]"
|
2022-11-23 10:37:31 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"username": "username-2",
|
|
|
|
"password": "password-2",
|
2022-12-01 09:25:40 +01:00
|
|
|
"host_list": "my-host-2-[1,2]"
|
2022-11-23 10:37:31 +01:00
|
|
|
}
|
|
|
|
]
|
2022-01-25 15:37:43 +01:00
|
|
|
}
|
2022-12-01 09:48:34 +01:00
|
|
|
}
|