Skip to content

Commit

Permalink
Update lvm-prom-collector
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas M <[email protected]>
  • Loading branch information
lukasmrtvy authored Dec 19, 2023
1 parent f720d08 commit 805cc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvm-prom-collector
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [ "$physical" = true ]; then
# shellcheck disable=SC2086
declare $line
echo "node_physical_volume_size{name=\"$LVM2_PV_NAME\", uuid=\"$LVM2_PV_UUID\", format=\"$LVM2_PV_FMT\"} $LVM2_PV_SIZE"
echo "node_physical_volume_free{name=\"$LVM2_PV_NAME\",vg_name=\"$LVM2_VG_NAME\" uuid=\"$LVM2_PV_UUID\", format=\"$LVM2_PV_FMT\"} $LVM2_PV_FREE"
echo "node_physical_volume_free{name=\"$LVM2_PV_NAME\",vg_name=\"$LVM2_VG_NAME\", uuid=\"$LVM2_PV_UUID\", format=\"$LVM2_PV_FMT\"} $LVM2_PV_FREE"
done
fi

Expand Down

0 comments on commit 805cc3f

Please sign in to comment.