Versions Compared

Key

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

...

Code Block
cd /usr/local/nmis8/database
find . –name "*rrd" -type f -mtime +30 -print -exec rm {} \;
find . -name "*rrd" -type f -size 0 -print -exec rm {} \;

We have added a script to help with this, you can run it from admin folder, it will clean up files in there which are more than 30 days old, e.g.

Code Block
/usr/local/nmis8/admin/nmis_file_cleanup.sh /usr/local/nmis8 30

Other things

Check the runtime graphs

...