ports/sysutils/munin-common/files/patch-plugins_node.d_ipmi__.in
Mathieu Arnold f7b5fefe05 Tell plugins they can use awk and do not need gawk.
While there, make ipmi_ plugins easier to use, and sort the plugins.conf
file.

Submitted by:	bcr
Sponsored by:	Absolight
2017-01-19 15:45:22 +00:00

11 lines
272 B
Text

--- plugins/node.d/ipmi_.in.orig 2017-01-18 20:25:20 UTC
+++ plugins/node.d/ipmi_.in
@@ -73,7 +73,7 @@ export CONFIG MEASURE
#### Work is done in this awk script
-ipmitool sensor | gawk -F'|' '
+ipmitool sensor | awk -F'|' '
BEGIN {
FANS = "";
TEMPS = "";