Package: logwatch Version: 5.2.2-5 Severity: wishlist It's not useful for me to see the disk usage of NFS mounts for each client machine, rather, only for the NFS server itself. Attached is a patch which adds the -l flag to the df service, restricting the output to local filesystems. I expect you may well prefer it to be a configuration option, however...
-- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.12.4-bytemark-uml-20050811-1-small Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages logwatch depends on: ii mailx 1:8.1.2-0.20040524cvs-4 A simple mail user agent ii perl 5.8.4-8sarge3 Larry Wall's Practical Extraction -- no debconf information -- Jon Dowland http://alcopop.org/
--- zz-disk_space~ 2006-03-06 10:02:57.000172083 +0000 +++ zz-disk_space 2006-03-06 10:03:01.000927197 +0000 @@ -24,7 +24,7 @@ echo echo "------------------ Disk Space --------------------" echo - df -k + df -lk echo fi