After running the command below we get:
# ls -l /usr/opt/perl5/lib/site_perl/
total 8
drwxr-xr-x 3 root system 256 Dec 2 2010 5.8.2
drwxr-xr-x 13 root system 4096 Mar 22 2013 5.8.8
Search found 2 matches
- Tue Mar 18, 2014 12:15 pm
- Forum: Nagios XI
- Topic: DB2 monitoring error check_db2_health
- Replies: 19
- Views: 7119
- Mon Mar 17, 2014 3:55 pm
- Forum: Nagios XI
- Topic: How to check disk space on AIX
- Replies: 1
- Views: 414
How to check disk space on AIX
How to check the disk space on a AIX server in one command for multiple folder like - /home, /var, /dev, /usr / below is the example of what I have setup to just check /dev folder. This command is in my nrpe.cfg file.
command[check_dev]=/usr/local/nagios/libexec/check_disk -w 30% -c 5% -p /dev
command[check_dev]=/usr/local/nagios/libexec/check_disk -w 30% -c 5% -p /dev