Application Monitoring

All applications can have individual monitoring

Monitoring feature is now in beta stage. If you encounter any bugs or would like to provide feedback, please create a GitHub issue!

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?

Last updated