Skip to content

Commit

Permalink
At #57 Modify example in IPMI sample.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-jinhyeong committed Oct 5, 2023
1 parent 76773c7 commit 8fc2699
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/inputs/ipmi_sensor/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
# privilege = "ADMINISTRATOR"
##
## optionally specify one or more servers via a url matching
## optionally specify hostname tag
## [username[:password]@][protocol[(address),hostname]]
## optionally specify customTags
## [username[:password]@][protocol[(address)],[{customTags}]]
## e.g.
## root:passwd@lan(127.0.0.1),example-host
## root:passwd@lan(127.0.0.1),{'hostname':'example-host'}
##
## 'hostname' is an optional tag to identify the server
## if no hostname is entered, the hostname tag will not be generated
## 'customTags' is an optional custom tags used in IPMI Server information
## if no customTags is entered, the customTags will not be generated
## if no servers are specified, local machine sensor stats will be queried
##
# servers = ["USERID:PASSW0RD@lan(192.168.1.1),example-host"]
# servers = ["USERID:PASSW0RD@lan(192.168.1.1),{'hostname':'example-host', ...}"]

## Recommended: use metric 'interval' that is a multiple of 'timeout' to avoid
## gaps or overlap in pulled data
Expand Down

0 comments on commit 8fc2699

Please # to comment.