forked from canonical/hardware-observer-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
29 lines (28 loc) · 848 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
#
options:
exporter-port:
type: int
default: 10000
description: |
Start the prometheus exporter at "exporter-port". By default, it will
start at port 10000.
exporter-log-level:
type: string
default: "INFO"
description: |
Start the prometheus exporter with log level "exporter-log-level". By
default, it will set to INFO. Allowed values are "DEBUG", "INFO",
"WARNING", "ERROR", "CRITICAL". Values other than those will result in
failure of the exporter.
redfish-username:
type: string
default: ""
description: |
BMC username to be used by the redfish collector.
redfish-password:
type: string
default: ""
description: |
BMC password to be used by the redfish collector.