R repa Renowned Member Nov 18, 2010 38 4 73 Mar 22, 2018 #1 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
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
Alwin Proxmox Retired Staff Retired Staff Aug 1, 2017 4,617 492 88 Mar 22, 2018 #2 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.
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.