Notifications
Appliku sends notifications for important events such as deployment status changes, server health alerts, and other operational events. Notifications are visible in the Appliku dashboard.
Notification Events
| Event | Description |
|---|---|
| Deployment succeeded | An application deployment completed successfully |
| Deployment failed | A deployment failed during build or release |
| Deployment timeout | A deployment exceeded the maximum allowed time |
| Server RAM alert | Server memory usage exceeds 80% |
| Server offline | A server becomes unreachable |
| Server setup complete | A newly added server finished provisioning |
Viewing Notifications
Notifications appear in the Appliku dashboard. Check the notification area for recent events related to your team's resources.
Configuring Notification Preferences
You can configure which notifications you want to receive:
- Open the Appliku dashboard
- Go to your team or account settings
- Navigate to the Notifications section
- Toggle individual notification types on or off
Server Health Alerts
Appliku monitors your servers and sends alerts when resource usage exceeds safe thresholds:
- RAM usage above 80% -- Indicates the server may be running low on memory. Consider upgrading the server or reducing the number of running containers.
If you receive frequent RAM alerts, review your running processes and databases. Each container consumes memory. Common solutions include upgrading to a larger server, reducing process scale, or moving databases to a dedicated server.
Deployment Notifications
Deployment notifications help you stay informed about the status of your releases:
- Succeeded -- The new version is live
- Failed -- Check the build logs in the Deployments tab for error details
- Timeout -- The build or release phase took too long. Review your build process for bottlenecks.
Next Steps
- Teams Overview -- How teams work
- Account Settings -- Personal notification preferences