Application Monitoring
All applications can have individual monitoring
Application monitors are checking whether the application is deployed on all scheduled devices. To setup the application monitoring follow the steps below:
Enabling App Monitor
name: synpse-go
scheduling:
type: AllDevices
spec:
containers:
- name: hello
image: quay.io/synpse/hello-synpse-go:latest
ports:
- 8080:8080
monitor:
notifications:
- name: discord
discord:
webhookUrl: https://discord.com/api/webhooks/xxx/yyy
Once the monitor configuration is setup, it will start monitoring the apps.
Incidents
App incidents will appear in the status section on right side:

Missing a Provider?
Ping us on Discord or create a GitHub issue 🙏
Last updated
Was this helpful?