check_disk_inode
Posted: Fri Sep 16, 2016 7:00 am
Hi,
I want find the inode usage for Aix server.I tried the plugin mentioned in url below.
https://exchange.nagios.org/directory/P ... es/details
When I run the plugin I am getting an error.Please help me with this
I want find the inode usage for Aix server.I tried the plugin mentioned in url below.
https://exchange.nagios.org/directory/P ... es/details
Code: Select all
$ ./check_disk_inode -w 60 -c 85 -p /
Error! Disk partition / can't be checked. Does it exist?
$ df
Filesystem 512-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 1048576 831272 21% 5505 6% /
/dev/hd2 7864320 1929176 76% 47891 17% /usr
/dev/hd9var 6291456 5883992 7% 1745 1% /var
/dev/hd3 6291456 6151864 3% 698 1% /tmp
/dev/hd1 2097152 2058056 2% 189 1% /home
/dev/hd11admin 262144 261384 1% 11 1% /admin
Code: Select all
$ ./check_disk_inode -w 60 -c 85 -p /
Error! Disk partition / can't be checked. Does it exist?