Versions Compared

Key

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

...

Follow these steps to apply this update to your up.time 7.2 Monitoring Station:
Panel
bgColor#fff
  1. Download the following .zip archive that contains the updated jar files: https://s3.amazonaws.com/the-grid/css/graphs-java-update/uptime-graphs-java-update.zip
  2. Connect to your up.time 7.2 server, and stop all the up.time services:
Windows monitoring stations:
net stop "up.time Web Server" 
net stop " Data Collector" 

 

3.

net stop "up.time Data Store" 
Linux monitoring stations:
/etc/init.d/uptime_httpd stop 
/etc/init.d/uptime_core stop 
/etc/init.d/uptime_datastore stop 

  1. Navigate to the directory where up.time was installed ( <uptime_dir> ):
Default Windows Location: C:\Program Files\uptime software\uptime\
 
Default Linux location: /usr/local/uptime
From within the <uptime_dir> navigate to /GUI/java/
Extract the contents of the uptime-graphs-java-update.zip into this directory, and overwrite any existing files.
The updated files should be:
-WebAppRecorderSigned.jar 
-UptimeTeeChartSigned.jar 
4. Start your up.time 7.2 services:
Windows monitoring stations: 
net start "up.time Data Store" 
net start "up.time Data Collector" 
net start "up.time Web Server" 
Linux monitoring stations: 
/etc/init.d/uptime_datastore start 
/etc/init.d/uptime_core start 
/etc/init.d/uptime_httpd start  
The up.time graphs should now be working properly.

 

...