From 86f19dee2bb9d4880ed595bbd397bfe774cfc4b2 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 16 Oct 2017 11:10:06 -0700 Subject: [PATCH] Fix typo in ipmi_sensor readme --- plugins/inputs/ipmi_sensor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/ipmi_sensor/README.md b/plugins/inputs/ipmi_sensor/README.md index 90abf393a..820af50a4 100644 --- a/plugins/inputs/ipmi_sensor/README.md +++ b/plugins/inputs/ipmi_sensor/README.md @@ -55,7 +55,7 @@ ipmitool -I lan -H SERVER -U USERID -P PASSW0RD sdr #### Permissions When gathering from the local system, Telegraf will need permission to the -impi device node. When using udev you can create the device node giving +ipmi device node. When using udev you can create the device node giving `rw` permissions to the `telegraf` user by adding the following rule to `/etc/udev/rules.d/52-telegraf-ipmi.rules`: