mt_system: typo
This commit is contained in:
parent
5b4fff96c7
commit
010d3101e3
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ function get_write_sect_since_reboot_value {
|
|||
|
||||
function get_temperature_label {
|
||||
while read -r line; do
|
||||
echo "$line" | awk '/temperature:/{
|
||||
echo "$line" | awk '/temperature/{
|
||||
print "multigraph temperature_graph_""'"$name"'";
|
||||
print "graph_title temperature " "'"$name"'";
|
||||
print "graph_vlabel °C";
|
||||
|
@ -218,7 +218,7 @@ function get_temperature_value {
|
|||
get_ros_version
|
||||
while read -r line; do
|
||||
if [ "$MUNIN_CAP_DIRTYCONFIG" = "0" ] || [ -z "$MUNIN_CAP_DIRTYCONFIG" ]; then
|
||||
echo "$line" | awk '/temperature:/{
|
||||
echo "$line" | awk '/temperature/{
|
||||
print "multigraph temperature_graph_""'"$name"'";
|
||||
}'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue