From 9a47ddaedbd887e5f970a3e3adcd1a55f949448d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=85=89=E6=9D=83?= Date: Mon, 21 Mar 2016 11:35:19 +0800 Subject: [PATCH] Modify 'Configuration' to a new line. --- plugins/inputs/ipmi/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/inputs/ipmi/README.md b/plugins/inputs/ipmi/README.md index 4e7b64718..d6fd3e7d7 100644 --- a/plugins/inputs/ipmi/README.md +++ b/plugins/inputs/ipmi/README.md @@ -16,8 +16,10 @@ ipmitool -I lanplus -H 192.168.1.1 -U USERID -P PASSW0RD sdr * Fields: - status - value -## Configuration +## Configuration + +```toml [[inputs.ipmi]] ## specify servers via a url matching: ## [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) ## servers = ["USERID:PASSW0RD@lan(10.20.2.203)"] +``` ## Output