0
votes
1answer
174 views

Nagios: Any point in monitoring /proc/sys/fs/inode-nr when also using inode monitoring in check_disk

We are using the standard Nagios check_disk plugin which has the ability to monitor the inode usage on a system. We also have an in-house plugin which checks the data in /proc/sys/fs/inode-nr. ...
2
votes
2answers
1k views

Monitoring /proc/sys/fs/inode-nr

As part of a general overhaul of some Nagios scripts, I am adding parameters to the scripts so that the thresholds can be determined on a machine-by-machine basis. As an example, we are specifying ...