Hi,
We can use the Zabbix agent to retrieve the max amount of open file descriptors, as defined by the kernel on a Linux system.
Can we also use that zabbix agent (with the built-in options) to check how many open files they currently have? I seem to be missing it, or just completely looking over the options.
Since we're managing a few hundred servers, I don't want to implement it on each system as a custom UserParameter in the Zabbix Config, but a standard Zabbix Agent check would be nice. :-)
If not, I'll revert to a "lsof | wc -l" kind of solution, but prefer to keep that as a last resort.
Regards,
M.
We can use the Zabbix agent to retrieve the max amount of open file descriptors, as defined by the kernel on a Linux system.
Can we also use that zabbix agent (with the built-in options) to check how many open files they currently have? I seem to be missing it, or just completely looking over the options.
Since we're managing a few hundred servers, I don't want to implement it on each system as a custom UserParameter in the Zabbix Config, but a standard Zabbix Agent check would be nice. :-)
If not, I'll revert to a "lsof | wc -l" kind of solution, but prefer to keep that as a last resort.
Regards,
M.
Comment