Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2005 07:59:53 GMT
From:      Mike <mspam@ideaway.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/87196: human readable disk free in daily output run
Message-ID:  <200510100759.j9A7xrLM085953@www.freebsd.org>
Resent-Message-ID: <200510100800.j9A80Vlm018599@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87196
>Category:       conf
>Synopsis:       human readable disk free in daily output run
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 10 08:00:30 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Mike
>Release:        6-beta5
>Organization:
>Environment:
...
>Description:
faily output run emailed to root is human readable, but the defaults for the "df" disk free output do not include the -h "human readable" flag.  trivial patch "corrects" the problem and makes the outptu significantly more useful, especially for newbies.

--- /tmp/old    Mon Oct 10 07:51:16 2005
+++ /etc/defaults/periodic.conf Mon Oct 10 07:51:27 2005
@@ -86,7 +86,7 @@
 
 # 400.status-disks
 daily_status_disks_enable="YES"                                # Check disk status
-daily_status_disks_df_flags="-k -t nonfs"              # df(1) flags for check
+daily_status_disks_df_flags="-k -t nonfs -h"           # df(1) flags for check
 
 # 405.status-ata_raid
 daily_status_ata_raid_enable="NO"                      # Check ATA raid status

>How-To-Repeat:
              
>Fix:
              
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510100759.j9A7xrLM085953>