mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
While there, make ipmi_ plugins easier to use, and sort the plugins.conf file. Submitted by: bcr Sponsored by: Absolight
11 lines
272 B
Text
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 = "";
|