Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

If you have any Notification rules set in Iguana X, these notification configurations are stored in the notifications directory:

<instance directory>/configurations/notifications/

The notification directory will contain a notifications.json file to store your configurations, including the component configured to send the notifications, the components status (on/off), and each notification rule you have set.

It may look like:

{
    "component_id": "SlackNotifier1_al28shE6Gvth6A",
    "is_on": false,
    "rules": [
        {
            "matches": "#prod",
            "threshold": 1,
            "type": "error_count"
        },
        {
            "matches": "#demo",
            "threshold": 360,
            "type": "inactive_time"
        },
        {
            "matches": "#test",
            "threshold": 10,
            "type": "queue_count"
        }
    ]
}

  • No labels