[Index]
An Alert list can be exposed on the GUI by adding the data/Alert model to the administrator menu. This will enable an administrator to inspect the list of alert messages.
The Alert list is summarized by:
Administrators can also filter alerts by any of these fields.
When features are enabled to send alert messages, these are recorded in the list. Each alert also has such properties as a severity (Error, Warning or Info), the number of times that the same alert has been raised and the time stamp of the last alert instance. See: Field Reference for data/Alert.
When an alert is raised, the Notifications indicator on the main user interface will show this. Clicking the Notifications button will show a message in red that alerts have been raised: "There are one or more alerts. Click here to view them." When clicking on this message, the user is directed to the list of alert messages.
Alert messages can be inspected and then acted upon by the administrator. If an issue that raised the alert has been resolved, the administrator can delete the alert from the list. If no alerts are present in the list, no notification is shown.
If any of the following messages are shown upon login or when typing health login, the steps below should be carried out:
For general information on scheduling, see: Scheduling.
For considerations and guidance on frequency of the schedule to set up for your system. see the System Maintenance section of the Best Practices Guide.
Important
Schedules must be set up on all unified nodes. This ensures that they still run in the event of a failover and DR scenario.
For cache database maintenance:
With for example a schedule name dbcache:
schedule add dbcache voss trim-cache
See also Database Commands
Typing health login at the command line will now not show the CACHE DATABASE MAINTENANCE NOT SCHEDULED message.
The schedule instance can be modified, for example every 24 hours:
schedule time dbcache every 24 hours
For transaction database maintenance:
With for example a schedule name dbtxn:
schedule add dbtxn voss transaction archive 7
or
schedule add dbtxn voss transaction delete 7
Note that transaction archiving also deletes transactions. For further details, see Database Commands for Transaction Management
Typing health login at the command line will now not show the TRANSACTION DATABASE MAINTENANCE NOT SCHEDULED message.
The schedule instance can be modified, for example weekly on Sunday:
schedule time dbtxn weekly 0
Used to inform admin users when a note-worthy event takes place on the system
Title | Description | Details | |||||||||||||||||||||||||||||||||||||||||||||||
ID * | The unique ID of the alert |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Code * | The code of the alert |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Category * | The category of the alert |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Severity | The severity of the alert |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Message | The message describing the alert |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Count | The number of times this alert has occurred |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Latest Alert | The last time this alert occurred |
|