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.
What's the meaning of inode in my alerts? in this line "DISK WARNING - free space: / 56969 MB /60% inode=98%/:" and also i don't understand 60% and 98%
inodes are basically how the UNIX/Linux's file system stores information about files on disk. Information such as ownership, permissions, and file type (but not the name) is stored in the inode. Your check is telling you that the disk is 60% full, but you are running out of your total allowed inodes. Here's a relevant StackOverflow post that explains it a bit better: