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",
|
|
|
|
"client_config": [
|
|
|
|
{
|
|
|
|
"hostname": "my-host-1",
|
|
|
|
"username": "username-1",
|
|
|
|
"password": "password-1",
|
|
|
|
"endpoint": "https://my-endpoint-1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "my-host-2",
|
|
|
|
"username": "username-2",
|
|
|
|
"password": "password-2",
|
|
|
|
"endpoint": "https://my-endpoint-2"
|
|
|
|
}
|
|
|
|
]
|
2022-11-23 10:37:31 +01:00
|
|
|
},
|
|
|
|
"ipmi_recv": {
|
|
|
|
"type": "ipmi",
|
|
|
|
"exclude_metrics": [
|
|
|
|
"fan_speed",
|
|
|
|
"voltage"
|
|
|
|
],
|
|
|
|
"client_config": [
|
|
|
|
{
|
|
|
|
"username": "username-1",
|
|
|
|
"password": "password-1",
|
|
|
|
"endpoint": "ipmi-sensors://my-endpoint-1",
|
|
|
|
"host_list": [
|
|
|
|
"my-host-1"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"username": "username-2",
|
|
|
|
"password": "password-2",
|
|
|
|
"endpoint": "ipmi-sensors://my-endpoint-2",
|
|
|
|
"host_list": [
|
|
|
|
"my-host-2"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2022-01-25 15:37:43 +01:00
|
|
|
}
|
2022-11-23 10:37:31 +01:00
|
|
|
}
|