Changeset 80

Show
Ignore:
Timestamp:
02/01/04 20:00:29 (8 years ago)
Author:
lupe
Message:

Ignore devfs,fdescfs,linprocfs in addition to procfs,nfs.

Files:

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r6 r80  
    99# 
    1010# $Log$ 
     11# Revision 1.2  2004/02/01 19:00:29  lupe 
     12# Ignore devfs,fdescfs,linprocfs in addition to procfs,nfs. 
     13# 
    1114# Revision 1.1  2004/01/02 18:50:00  jimmyo 
    1215# Renamed occurrances of lrrd -> munin 
     
    3942        echo 'graph_args --upper-limit 100 -l 0' 
    4043        echo 'graph_vlabel %' 
    41         /bin/df -P -t noprocfs,nfs | tail +2 | grep -v "//" | while read i; do 
     44        /bin/df -P -t noprocfs,devfs,fdescfs,linprocfs,nfs | tail +2 | grep -v "//" | while read i; do 
    4245                name=`echo $i | sed 's/[\/.-]/_/g'| awk '{ print $1 }'` 
    4346                echo -n "$name.label " 
     
    4952fi 
    5053 
    51 /bin/df -P -t noprocfs,nfs | tail +2 | grep -v "//" | while read i; do 
     54/bin/df -P -t noprocfs,devfs,fdescfs,linprocfs,nfs | tail +2 | grep -v "//" | while read i; do 
    5255        name=`echo $i | sed 's/[\/.-]/_/g'| awk '{ print $1 ".value " }'` 
    5356        echo -n "$name " 
  • trunk/node/node.d.freebsd/df_inode.in

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r6 r80  
    99# 
    1010# $Log$ 
     11# Revision 1.2  2004/02/01 19:00:29  lupe 
     12# Ignore devfs,fdescfs,linprocfs in addition to procfs,nfs. 
     13# 
    1114# Revision 1.1  2004/01/02 18:50:00  jimmyo 
    1215# Renamed occurrances of lrrd -> munin 
     
    2831 
    2932print_values() { 
    30         /bin/df -P -i -t noprocfs,nfs | tail +2 | grep -v "//" | while read i; do 
     33        /bin/df -P -i -t noprocfs,devfs,fdescfs,linprocfs,nfs | tail +2 | grep -v "//" | while read i; do 
    3134                name=`echo $i | sed 's/[\/.]/_/g'| awk '{ print $1 ".value " }'` 
    3235                echo -n "$name " 
     
    4952        echo 'graph_args --upper-limit 100 -l 0' 
    5053        echo 'graph_vlabel %' 
    51         /bin/df -P -i -t noprocfs,nfs | tail +2 | grep -v "//" | while read i; do 
     54        /bin/df -P -i -t noprocfs,devfs,fdescfs,linprocfs,nfs | tail +2 | grep -v "//" | while read i; do 
    5255                name=`echo $i | sed 's/[\/.]/_/g'| awk '{ print $1 }'` 
    5356                echo -n "$name.label "