Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the file /opt/SPYNuptm/bin/perfparse.sh in a text editor.
  2. Search for $DFBIN
  3. Change the line to:

    Code Block
    languagebash
    $DFBIN -k -t nonfs | fgrep -v proc | fgrep -v cdrom | fgrep -v floppy | $AWKBIN '{ if ( index ( $1, ":" ) <= 0 ) { if ($2=="") { fs=$1; getline; print fs " " $0 } else { print $0 } } }' | tail +2
  4. Save the file.

NFS file systems should be ignored starting with the next agent polling cycle.