Skip to content

Commit 3bbf3f0

Browse files
authored
Merge pull request #252 from claudex/fix/doc-lvm
Document -a for lvm-prom-collector
2 parents 628cc25 + a64a64b commit 3bbf3f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lvm-prom-collector

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#
77
# Options:
88
#
9+
# -a for all metrics
910
# -g for used and free space of logical volume groups
1011
# -p for used and free space of physical volumes.
1112
# -s for the percentage usage of the snapshots
@@ -27,6 +28,7 @@ display_usage() {
2728
echo "Usage: lvm-prom-collector options"
2829
echo "Options:"
2930
echo "Expose various types of information about lvm2"
31+
echo "Use -a for all metrics"
3032
echo "Use -g for used and free space of logical volume groups."
3133
echo "Use -p for used and free space of physical volumes."
3234
echo "Use -s for the percentage usage of snapshots."

0 commit comments

Comments
 (0)