Refactoring: Changed all check parameters starting with an 'o' to the new rulespec...
[check_mk.git] / agents / plugins / lvm
blob00cd5fec1b2eaa5e21b4524554f3f9c06b683d72
1 #!/bin/bash
2 echo "<<<lvm_vgs>>>"
3 vgs --units b --nosuffix --noheadings --separator ' '
5 echo "<<<lvm_lvs:sep(124)>>>"
6 lvs --units b --nosuffix --noheadings --separator '|'
8 #echo "<<<lvm_pvs>>>"
9 #pvs --units b --nosuffix --noheadings --separator ' '