vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Here's a quick patch to have /etc/daily show the inodes in df as well. I know I've had a few problems with servers were inodes would fill up (usually on /var) way before the space came close to filling up, and having my daily mails show me the inodes as well as space would have helped me spot the problems earlier. Index: daily ================================================== ================= RCS file: /cvs/src/etc/daily,v retrieving revision 1.51 diff -u -r1.51 daily --- daily 29 Sep 2005 00:31:08 -0000 1.51 +++ daily 18 Nov 2005 20:43:25 -0000 @@ -115,7 +115,7 @@ echo "Checking subsystem status:" echo "" echo "disks:" -df -kl +df -kli echo "" dump W echo "" |