Skip to main content

System Fix Needed Notification

Overview

Properties
Kindnotification:system-fix-needed
WhenA runtime policy detected a non-compliant system on one of the configured triggerEnvironments. An action is required by the system owner and developers
Recipient typesSystem Owner, System Developers

Additional configurations

To let witboost inform users about a system fix needed, you need to configure the set of environments that fires this notification.

This can be done in your app-config.yaml by adding the following lines under the notifications section at the root level:

notifications:
systemFixNeeded:
triggerEnvironments: ['production'] # Write the name of the environments in which you would like the notification to be sent

The name of the environments should match any of the environments configured in your witboost installation. It should be one or more items listed under mesh.builder.environments.

JSON Schema

Loading ....