Versions Compared

Key

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

...

Code Block
languagetext
dbHostname=<hostname>
httpContext=http://<hostname>:9999
uptime.conf:monitorHost=<hostname>

 

In using up.time 7.2 or later you may also notice that the Dashboard now are blank.

To resolve the blank Dashboards issue you will have to ensure the configuration above is done first then continue with the instructions below: 
Update - uptime/apache/conf/httpd.conf
Change all references from old hostname to new hostname
Tip
If your up.time deployment is running on a Linux server then you will be able to do a global substitution in vi, using the command:
 %s/oldhostname/newhostname/g)
 
Update - uptime/controller/resources/uptime-controller.conf
Change all references from old hostname to new hostname
 
If using SSL then you will also need to rebuild the keystore
First remove the keystore which is located in uptime/controller/etc
Then generate another keystore file with the new hostname.  In the uptime/controller directory run 'sh ./generate-keystore.sh'

Lastly, you will have to restart the up.time service for the changes to take effect: