Alerts
Your system displays alert messages to notify you of situations that need your attention. You can view these alerts through the Admin App, CLI, and REST API.
Each alert corresponds to a system event.
Severity | Alert Description | Action |
Severe | Instance ip-address disk usage severe threshold |
The specified instance has less than 10% free disk space. Add additional storage to the instance. Important: If an instance runs out of disk space, the system might become unresponsive. |
Severe | Master Instance ip-address is down |
Do one of these:
|
Severe | Service is down |
Verify the health of your instances. If one is down, do one of these:
Otherwise, if your instances are healthy and the problem persists, contact support. |
Severe | Worker Instance ip-address is down |
Do one of these:
|
Warning | Instance ip-address disk usage warning threshold |
The specified instance has less than 25% free disk space. Add additional storage to the instance. Important: If an instance runs out of disk space, the system can become unresponsive. |
Warning | Package installation failed |
Your system failed to install a package that you uploaded. |
Warning | Service below recommendation |
The service is currently running on fewer than the recommended number of instances. Configure this service to run on additional instances. |
Warning | Service under-protected |
A service has lost redundancy; that is, one or more instances on which that service is running are unresponsive. Verify the health of your instances. If one is down, do one of these:
Otherwise, if your instances are healthy and the problem persists, contact support. |
Warning | SSL server certificate chain expires soon |
A certificate in the SSL server certificate chain for this system expires soon. If the certificate chain expires, users will be unable to access the system. |
Warning | SSL server certificate chain expired |
The SSL server certificate chain for this system contains an expired certificate. Users cannot access the system until the certificate chain is replaced. |
Info | Package installation in progress |
Your system is currently installing a package that you uploaded. Depending on the contents of the package, this might take a while. |
Warning | Workflow Monitor App Workflow is not running and will be restarted. | No action required. The workflow will automatically restart. |
Warning | The Monitor-App is not processing data fast enough. Dashboard data is more than 15 minutes behind the latest data from the source. While in this state, monitors might fail to be triggered or might be triggered unexpectedly. If this alert persists, your system might be undersized. Consider adding more instances. | Wait to see if the Monitor Appcatches up and the alert goes away. If it doesn't, add more instances to the system. |
Warning | The Monitor-App is not processing data fast enough. Dashboard data is more than 30 minutes behind the latest data from the source. While in this state, monitors might fail to be triggered or might be triggered unexpectedly. If this alert persists, your system might be undersized. Consider adding more instances. | Wait to see if the Monitor Appcatches up and the alert goes away. If it doesn't, add more instances to the system. |
Viewing alerts
To view an alert:
Procedure
To view alerts, click the user icon (
) in the top right corner of each Admin App page and then click Notifications.
Related CLI commands
listAlerts
Related REST API methods
GET /alerts
You can get help on specific REST API methods for the Admin App at REST API - Admin.