Page History
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:
Code Block | ||
---|---|---|
| ||
# cd /usr/local/uptime/archives |
...
# mv archives archives_old |
...
# ln -s </new/archive/location> archives |