equal
deleted
inserted
replaced
135 |
135 |
136 Exit with status 'WARNING' if any checked volume uses more than I<threshold> percent of its size. |
136 Exit with status 'WARNING' if any checked volume uses more than I<threshold> percent of its size. |
137 |
137 |
138 =back |
138 =back |
139 |
139 |
140 I<thinlv> and I<poollv> should be given as names understood by lvs. thresholds should be given in decimal notation with 2 positions after the decimal point. |
140 I<thinlv> and I<poollv> should be given as names understood by lvs. If both are omitted, then data usage for all thinlv and poollv and metadata usage for all poollv is checked. Thresholds should be given in decimal notation with 2 positions after the decimal point. |
141 |
141 |
142 =head1 EXAMPLE |
142 =head1 EXAMPLE |
143 |
143 |
144 check_lvmthin -w 76.54 -t vg/lv |
144 check_lvmthin -w 76.54 -t vg/lv |
145 |
145 |
146 =head1 AUTHOR |
146 =head1 AUTHOR |
147 |
147 |
148 Matthias Förste <foerste@schlittermann.de> |
148 Matthias Förste <foerste@schlittermann.de> |
149 |
149 |
|
150 The lastest version is available at L<https://ssl.schlittermann.de/hg/ius/nagios/nagios-plugin-lvmthin/> |
|
151 |
150 =cut |
152 =cut |
151 |
153 |
152 EOP |
154 EOP |