[ZBXNEXT-1616] Agent supported vfs mount status on discovered mounts. Created: 2013 Feb 11 Updated: 2024 Apr 10 Resolved: 2022 Nov 30 |
|
Status: | Closed |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | Agent (G), Documentation (D) |
Affects Version/s: | None |
Fix Version/s: | 6.4.0alpha1, 6.4 (plan) |
Type: | New Feature Request | Priority: | Trivial |
Reporter: | tagwolf | Assignee: | Zabbix Development Team |
Resolution: | Fixed | Votes: | 6 |
Labels: | lld, mountpoint | ||
Σ Remaining Estimate: | Not Specified | Remaining Estimate: | Not Specified |
Σ Time Spent: | Not Specified | Time Spent: | Not Specified |
Σ Original Estimate: | Not Specified | Original Estimate: | Not Specified |
Issue Links: |
|
||||||||||||||||||||
Sub-Tasks: |
|
||||||||||||||||||||
Team: | |||||||||||||||||||||
Sprint: | Sprint 90 (Jul 2022), Sprint 91 (Aug 2022), Sprint 92 (Sep 2022), Sprint 93 (Oct 2022), Sprint 94 (Nov 2022), Sprint 95 (Dec 2022) | ||||||||||||||||||||
Story Points: | 1 |
Description |
It would be nice to have file system mount status as a supported check. (Read Only, etc). Many people who run VM's nowadays have issues with VM's locking a particular filesystem as read only if disk activity is attempted during a network storage hiccup. This causes major problems for these VM's and it'd be a great thing to monitor as an active check. |
Comments |
Comment by Mickael Martin [ 2021 Dec 14 ] |
Hello, You can add this item prototype :
vfs.file.regmatch[/etc/mtab,"^.*? {#FSNAME} .*([ |,]ro[,| ]).*"]
to check if your file system is in RO state. |
Comment by Sergey Simonenko (Inactive) [ 2022 Sep 02 ] |
Available in versions:
|
Comment by Martins Valkovskis [ 2022 Sep 07 ] |
Updated documentation: |