[ZBXNEXT-9162] Add ability to monitor free space in LVM volume groups Created: 2024 May 06 Updated: 2025 Jan 14 |
|
| Status: | Open |
| Project: | ZABBIX FEATURE REQUESTS |
| Component/s: | Agent (G) |
| Affects Version/s: | 6.0.29 |
| Fix Version/s: | None |
| Type: | Change Request | Priority: | Minor |
| Reporter: | Orion Poplawski | Assignee: | Vladislavs Sokurenko |
| Resolution: | Unresolved | Votes: | 3 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
RedHat Enterprise Linux |
||
| Description |
|
It would be very helpful to have Zabbix report on the size and free/allocated extents for Linux Volume Groups. The complicating factor is that it seems that root access is needed to access that information. But perhaps a helper program with limited capabilities could be used. |
| Comments |
| Comment by ken [ 2025 Jan 14 ] |
|
non root user can access lvm properties with `setcap` modify, according to https://unix.stackexchange.com/questions/189054/how-to-obtain-info-about-physical-volume-as-non-root-user. is a huge pain with PVE behind client's firewall, which can only use active agent. |