Prerequisites
In Nightingale
- You must have permission to modify System Settings=>Global Notifications or Alert Management=>Alert Rules.
- Your Nightingale server must be able to access the domain api.flashcat.cloud to push alerts to the external network.
Supported Versions
This guide is compatible with Nightingale V5 and V6 versions.
Setup Steps
In Flashduty
You can obtain an integration push URL through either of these two methods:Using Private Integration
Choose this method when you don’t need to route alert events to different channels - it’s simpler.Using Shared Integration
Choose this method when you need to route alert events to different channels based on the alert Payload information.In Nightingale/Flashcat
Configure in Nightingale/Flashcat v8.0.0-beta.7 +
In the new version, although you can configure the collaboration space directly in the alert notification rules, you still need to create a collaboration space in Flashduty and configure the dispatch strategy.Step 1: Add Notification Media
- Log in to your n9e console, select Alerting > Media types and click Add
- Fill in the media name and identifier, select Flashduty type, and enter the integration push URL in the
URLsection - Click Save and complete
Step 2: Configure Notification Rules
- Log in to your n9e console, select Alerting > Rules and click Add or edit the existing alert rules
- Configure the basic information as needed
- Select the
Flashdutynotification media added in the previous step - Select the collaboration space (the collaboration space must be created in Flashduty in advance), and select other options as needed
- Click Save and complete
Step 3: Select Notification Rules in Alert Rules
- Log in to your n9e console, select Alerting > Alert Rules and click Add or edit the existing alert rules
- Select the
Flashdutynotification rule added in the previous step, and select other options as needed - Click Save and complete
Configure in Nightingale/Flashcat v5~v8.0.0-beta.6
Choose one of the following two methods:Method 1: Configure by Strategy
Select multiple alert rules and configure webhook in batch.
- Log in to your n9e console, select Alert Management > Alert Rules to enter the alert rules list page
- Select the alert rules you want to import in batch, choose batch update alert rules in the upper right corner
- In the popup, select the “Callback URL” field and enter the integration push URL in the new input box, as shown below:

- Return to the integration list, if the latest event time is displayed, the configuration is successful and events are being received
- Complete
Method 2: Global Configuration
Nightingale supports configuring global webhook URLs in both the interface and configuration file to push all alert events. Choose one of the following two methods.
V6 and Above
- Log in to your n9e console
- Go to
System Settings-Notification Settings-Callback URLpage - As shown below, enable a new webhook, fill in the integration push URL in the
URLsection

- Complete
V5.4~5.15 Versions
- Log in to your n9e server instance
- Find and open the configuration file, usually etc/server.conf
-
Modify the Alerting configuration section, add Webhook configuration as follows:
Replace the Url parameter value with your integration push URL.config
- Save the configuration file
- Restart n9e server to apply the configuration
- Return to the integration list, if the latest event time is displayed, the configuration is successful and events are being received
- Complete
Severity Mapping
Nightingale/Flashcat to Flashduty alert severity mapping:
| n9e | Flashduty | Status |
|---|---|---|
| 1 | Critical | Critical |
| 2 | Warning | Warning |
| 3 | Info | Info |