We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 628cc25 + a64a64b commit 3bbf3f0Copy full SHA for 3bbf3f0
1 file changed
lvm-prom-collector
@@ -6,6 +6,7 @@
6
#
7
# Options:
8
9
+# -a for all metrics
10
# -g for used and free space of logical volume groups
11
# -p for used and free space of physical volumes.
12
# -s for the percentage usage of the snapshots
@@ -27,6 +28,7 @@ display_usage() {
27
28
echo "Usage: lvm-prom-collector options"
29
echo "Options:"
30
echo "Expose various types of information about lvm2"
31
+ echo "Use -a for all metrics"
32
echo "Use -g for used and free space of logical volume groups."
33
echo "Use -p for used and free space of physical volumes."
34
echo "Use -s for the percentage usage of snapshots."
0 commit comments