Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lvm-prom-collector
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#
# Options:
#
# -a for all metrics
# -g for used and free space of logical volume groups
# -p for used and free space of physical volumes.
# -s for the percentage usage of the snapshots
Expand All @@ -27,6 +28,7 @@ display_usage() {
echo "Usage: lvm-prom-collector options"
echo "Options:"
echo "Expose various types of information about lvm2"
echo "Use -a for all metrics"
echo "Use -g for used and free space of logical volume groups."
echo "Use -p for used and free space of physical volumes."
echo "Use -s for the percentage usage of snapshots."
Expand Down