Monitoring LVM Usage

repa

Renowned Member
Nov 18, 2010
38
4
73
Hi,

we use PRTG to monitor our servers.

how can we monitor the usage of the disk image LVM volumes?

We have to volumes (local-SSD, local-lvm) but as we cannot mount them, what are the options to monitor the free space?

thanks
 
Don't know exactly how PRTG is doing its checking, but as it's using SSH, I guess, it may be able to use some scripts.
Code:
lvm fullreport --reportformat json
A possible starting point.