alerts on inode linux

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
sunlinux
Posts: 1
Joined: Thu May 10, 2012 2:26 am

alerts on inode linux

Post by sunlinux »

Hi I want to gets alerts from nagios once my remote server partition low on inods, I have nrpe install on remote server but unable to figure out how to make it , also meantime how do I check through cli from nagios server to remote inodes check
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: alerts on inode linux

Post by jsmurphy »

The standard check_disk command with the Nagios Plugins package allows you to check and alert on the amount of inodes: http://nagiosplugins.org/man/check_disk

As for working out how to compile NRPE: http://nagios.sourceforge.net/docs/nrpe/NRPE.pdf see section c) Remote host setup
Locked