Modify 'Configuration' to a new line.
This commit is contained in:
@@ -16,8 +16,10 @@ ipmitool -I lanplus -H 192.168.1.1 -U USERID -P PASSW0RD sdr
|
|||||||
* Fields:
|
* Fields:
|
||||||
- status
|
- status
|
||||||
- value
|
- value
|
||||||
## Configuration
|
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
```toml
|
||||||
[[inputs.ipmi]]
|
[[inputs.ipmi]]
|
||||||
## specify servers via a url matching:
|
## specify servers via a url matching:
|
||||||
## [username[:password]@][protocol[(address)]]
|
## [username[:password]@][protocol[(address)]]
|
||||||
@@ -25,6 +27,7 @@ ipmitool -I lanplus -H 192.168.1.1 -U USERID -P PASSW0RD sdr
|
|||||||
## root:passwd@lan(127.0.0.1)
|
## root:passwd@lan(127.0.0.1)
|
||||||
##
|
##
|
||||||
servers = ["USERID:PASSW0RD@lan(10.20.2.203)"]
|
servers = ["USERID:PASSW0RD@lan(10.20.2.203)"]
|
||||||
|
```
|
||||||
|
|
||||||
## Output
|
## Output
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user