Versions Compared

Key

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

...

  1. Change the archive policy to the number of months that you want to retain -- for example one month. To reduce the amount of data that up.time keeps in the DataStore, make the the number of months smaller than the current number.
  2. Stop and then restart the up.time Data Collector using the following commands: Starting (or restarting) and Stopping up.timeUptime Infrastructure Monitor

When up.time restarts, it should start archiving data. The archived files will be placed in the directory <uptime_dir>/archives. Once the archiving process is completed, the entry Finished Archiving should appear in the file <uptime_dir>/logs/uptime.log.

...

To export your configuration and performance information, first stop the uptime_core or Data Collector service, so that up.time isn't actively writing to the database: Starting (or restarting) and Stopping up.timeUptime Infrastructure Monitor

Now run the following command to export the database contents:

Code Block
> cd <uptime_dir>mysql\bin
> mysqldump -uuptimeuroot -puptimepuptimerocks -P3308 --protocol=tcp uptime > export.txt

...