If you have any Notification rules set in Iguana XIguanaX, these notification configurations are stored in the notifications directory:
Code Block |
---|
<instance<working directory>/config/configurationssettings/notifications/.json |
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.
...
Code Block | ||
---|---|---|
| ||
{ "component_id": "SlackNotifier1IguanaXNot_al28shE6Gvth6AtKIItRIQJALmaY", "is_on": false, "rules": [ { "limit": 6, "priority": "low", "matchestags": [ "#prod"*" ], "threshold": "1", "type": "error_count" }, { "limit": 6, "priority": "low", "matchestags": [ "#demo"#prod" ], "threshold": "360", "type": "inactive_time" }, { "limit": 6, "priority": "low", "matchestags": [ "#test"#prod" ], "threshold": "10", "type": "queue_count" } ] } |
...