Changeset 685

Show
Ignore:
Timestamp:
01/28/05 17:19:17 (7 years ago)
Author:
lupe
Message:

Minor corrections

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/node/node.d.freebsd/df.in

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r682 r685  
    99# 
    1010# $Log$ 
     11# Revision 1.7  2005/01/28 16:19:17  lupe 
     12# Minor corrections 
     13# 
    1114# Revision 1.6  2005/01/28 14:47:31  lupe 
    1215# Add graph_info and some filed.info 
     
    4447#%# capabilities=autoconf 
    4548 
    46  
    47  
     49MAXLABEL=20 
    4850 
    4951if [ "$1" = "autoconf" ]; then 
     
    6769                echo -n "$name.label " 
    6870                echo $i | awk "{ 
    69                         dir=\$6 
     71                        dir=\$6; 
    7072                        if (length(dir) <= $MAXLABEL) 
    7173                                print dir 
  • trunk/node/node.d.freebsd/df_inode.in

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r682 r685  
    99# 
    1010# $Log$ 
     11# Revision 1.7  2005/01/28 16:19:17  lupe 
     12# Minor corrections 
     13# 
    1114# Revision 1.6  2005/01/28 14:47:31  lupe 
    1215# Add graph_info and some filed.info 
     
    4447#%# capabilities=autoconf 
    4548 
     49MAXLABEL=20 
    4650 
    4751print_values() { 
  • trunk/node/node.d.freebsd/if_.in

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r682 r685  
    1111# 
    1212# $Log$ 
     13# Revision 1.6  2005/01/28 16:19:16  lupe 
     14# Minor corrections 
     15# 
    1316# Revision 1.5  2005/01/28 14:47:31  lupe 
    1417# Add graph_info and some filed.info 
     
    7275        echo 'graph_vlabel bits per ${graph_period} in (-) / out (+)' 
    7376        echo 'graph_category network' 
    74         echo "graph_info This graph shows the traffic of the $INTERFACE network interface. Please note that the traffic is showed in bits per second, not bytes." 
     77        echo "graph_info This graph shows the traffic of the $INTERFACE network interface. Please note that the traffic is shown in bits per second, not bytes." 
    7578        echo 'rbytes.label received' 
    7679        echo 'rbytes.type COUNTER' 
     
    8184        echo 'obytes.negative rbytes' 
    8285        echo 'obytes.cdef obytes,8,*' 
    83         echo 'obytes.info Traffic sent (+) and received (-) on the $INTERFACE network interface." 
     86        echo "obytes.info Traffic sent (+) and received (-) on the $INTERFACE network interface." 
    8487        exit 0 
    8588fi; 
  • trunk/node/node.d.freebsd/swap.in

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r682 r685  
    99# 
    1010# $Log$ 
     11# Revision 1.7  2005/01/28 16:19:16  lupe 
     12# Minor corrections 
     13# 
    1114# Revision 1.6  2005/01/28 14:47:31  lupe 
    1215# Add graph_info and some filed.info 
     
    6770        echo 'graph_vlabel pages per ${graph_period} in (-) / out (+)' 
    6871        echo 'graph_category system' 
    69         echo 'graph_info This graph shows the swap activity of the system." 
     72        echo 'graph_info This graph shows the swap activity of the system.' 
    7073        echo 'swap_in.label swap' 
    7174        echo 'swap_in.type DERIVE'