nagios監控inodes

昨天遇到了inodes滿了的故障,http://2860664.blog.51cto.com/2850664/1657711,導致我加班。於是又想到了nagios

nagios監控inodes腳本下載地址:https://exchange.nagios.org/directory/Plugins/Network-and-Systems-Management/check_disk_inodes/details

使用格式

Usage: 
check_disk_inodes [-v] [-h] [-w UsedInodesWarning] [-c UsedInodesCritical] [-p Partition] 

Options: 
--version|-v) 
prints the program version 
--help|-h) 
prints this help information 
-w) 
warning threshold (in percents without % sign) for used inodes 
-c) 
critical threshold (in percents without % sign) for used inodes 
-p) 
disk partition to check 

Example: 

# ./check_disk_inodes -w 80 -c 90 -p /var 
OK; /var: total inodes 65536, used 1698 (2.6%), free 63838 (97.4%) | 'used inodes'=1698;52428;58982;0;65536 'used inodes (pct.)'=2.6%;80;90;0;100 



其中紅色字體代表分區掛載位置。

怎麼往nagios添加就不用我說了吧。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章