You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

The archive folder is hard-coded to the base Uptime Infrastructure Monitor installation directory on the server hosting the up.time Data Collector or uptime_core service.

To change this location, you have the option of creating a logical link to another folder on the same server or a different server.

For example, using the ln command for Linux or Solaris environments:

# cd /usr/local/uptime/archives 
# mv archives archives_old 
# ln -s </new/archive/location> archives
  • No labels