Versions Compared

Key

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

Abiquo When users log in the platform can display a notification of a planned maintenance window to all users. Users can acknowledge the popup and request that the platform does not display it again, and this preference is stored in cookies. The maintenance window can .

...

To display additional maintenance information, the user can click on the ? Help button in the top left-hand corner of the popup. This will open a link that the administrator can configure.

By default, the maintenance window in the UI will have a status of scheduled, in progress, or finished. The user can customize the states as UI labels, for example, . The platform determines this status automatically from the dates set by the administrator.

  • To customize the maintenance states, change the UI labels for maintenance.status.
    For example, to change the scheduled label to planned, modify the label text as follows: "maintenance.status.not_started" : "

...

Image Removed

The platform also displays a maintenance link at the bottom of the screen.

Image Removed

...

To configure and activate maintenance notices for a maintenance window:

  1. Go to Configuration → Dashboard 

  2. Set the properties as described in the following table. 

Name

Type

Required

Description

Example

Enable maintenance mode

Boolean

yes

This attribute is used to enable

Enable this feature

true

Maintenance start time

String

yes

This attribute is used to specify the

The start of the maintenance period in Javascript date-time format: yyyy-mm-ddTHH:MM:ss.lo

2018-10-19T11:00:00.000+0200

Maintenance end time

String

yes

This attribute is used to specify the

The end of the maintenance period in Javascript date-time format: yyyy-mm-ddTHH:MM:ss.lo

2018-12-03T12:00:00.000+0200

Additional maintenance info URL

String

no

This attribute is used to add

Add a link in the maintenance popup to

add

display additional information about

the

maintenance.

The link appears as a "?" symbol

To reach the link, click the ? help button in the top left-hand corner of the popup.

https://wiki.abiquo.com/display/doc/Configuration+View