Details
-
New Feature Request
-
Status: Closed
-
Trivial
-
Resolution: Duplicate
-
3.0.1
-
Team B
-
Sprint 77 (Jun 2021), Sprint 78 (Jul 2021), Sprint 79 (Aug 2021)
-
2
Description
zabbix has kernel.maxfiles item to find out the limit on the open files, but no item to obtain the currently open file count.
this can be found out from the /proc/sys/fs/file-nr file - the first number is the current, the last one is the max.
zabbix currently obtains max from /proc/sys/fs/file-max reading both numbers from /proc/sys/fs/file-nr might or might not be better if both items present.
Attachments
Issue Links
- depends on
-
ZBXNEXT-6688 New items for Agent and Agent2
-
- Closed
-
- is duplicated by
-
ZBXNEXT-5327 new item key: number of open file descriptors
-
- Closed
-
- mentioned in
-
Page Loading...