Hello, dears!
What is the best way to control ulimits off all users processes in system?
Is it possible with node_exporter which is running in one user account to control ulimits off anouther user accounts?
I need to control nproc and nofile limits and current counts for several users in system.
The only way I could imagine is to write shell script cron job and get this data via textfile collector...