aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/munin-common/files/patch-plugins_node.d_ipmi__.in
blob: ec85b72b42efff8ca49d67cba3e7c6b3901ebb1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
awk works just fine here.

--- plugins/node.d/ipmi_.in.orig	2020-03-24 12:31:00 UTC
+++ plugins/node.d/ipmi_.in
@@ -76,7 +76,7 @@ export CONFIG MEASURE
 
 #### Work is done in this awk script
 
-ipmitool sensor | gawk -F'|' '
+ipmitool sensor | awk -F'|' '
 BEGIN {
     FANS = "";
     TEMPS = "";