Disable or Delete a Notification Channel

Temporarily Disable a Notification Channel

To temporarily disable a notification channel:

  1. Log in to Sysdig Monitor or Sysdig Secure as administrator and select Settings.

  2. Select Notification Channels.

  3. Toggle the Enabled slider to off.

You can re-enable the channel by toggling the slider back to on.

Mute Notifications During Downtime

Administrators using Sysdig Monitor can choose to turn off all alert events and notifications if desired, for example, during a scheduled system downtime.

Muting notifications affects all channels globally. When muting is switched on, no notifications will be sent through any configured channel. You can choose whether to notify specific channels that notifications are temporarily disabled. Muting and re-enabling notifications is a MANUAL process.

  1. Log in to Sysdig Monitor or Sysdig Secure as administrator and select Settings through the user menu in the bottom left corner.

  2. Select Notification Channels.

  3. Select the Downtime toggle.

    Optional: check the Yes box to Notify Channels when prompted, and select the desired channels.

    At this time, only Email and Slack channels can be notified when downtime is started/stopped.

Delete a Notification Channel

  1. Log in to Sysdig Monitor or Sysdig Secure as administrator and select Settings.

  2. Select Notification Channels.

  3. Select the three dots next to a created channel and click Delete Channel.

Configure an Alert Start-Up Delay (On-Premises Only)

Sysdig alert jobs begin immediately at start-up. However, in instances where Sysdig goes down unexpectedly, or without proper shutdown/startup procedures implemented, data can be missing, triggering alert notifications.

A start-up delay in alert jobs can be configured in on-premises environments, by setting the draios.alerts.startupDelay parameter. The parameter requires a duration value; the example below shows a duration of 10 minutes:

draios.alerts.startupDelay=10m

This parameter can be configured for Kubernetes environments:

  • For Kubernetes environments, add the parameter to the sysdigcloud.jvm.worker.options parameter in the configmap.

For more information on editing the configmap refer to the On-Premises Installation documentation.