@cryptotaxi247 / netdata / commits / 3463cd59f

Regenerate integrations docs (#21156)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>

Netdata bot committed Oct 16, 2025 at 09:39 UTC 3463cd59fadaa1bf4c4ff54b299f7fae40cde42f
1 file changed +49
integrations/cloud-notifications/integrations/servicenow.md new
+49
@@ -0,0 +1,49 @@
1 +<!--startmeta
2 +custom_edit_url: "https://github.com/netdata/netdata/edit/master/integrations/cloud-notifications/integrations/servicenow.md"
3 +meta_yaml: "https://github.com/netdata/netdata/edit/master/integrations/cloud-notifications/metadata.yaml"
4 +sidebar_label: "ServiceNow"
5 +learn_status: "Published"
6 +learn_rel_path: "Alerts & Notifications/Notifications/Centralized Cloud Notifications"
7 +message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE NOTIFICATION'S metadata.yaml FILE"
8 +endmeta-->
9 +
10 +# ServiceNow
11 +
12 +<img src="https://netdata.cloud/img/servicenow.png" width="150"/>
13 +
14 +<img src="https://img.shields.io/badge/maintained%20by-Netdata-%2300ab44" />
15 +
16 +## Setup
17 +
18 +
19 +### Prerequisites
20 +
21 +- Netdata Cloud account
22 +- Access to the Space as an **Admin**
23 +- The Space needs to be on a paid plan
24 +- The ServiceNow **Event Management** plugin enabled on your instance
25 +- A ServiceNow user with the `evt_mgmt_admin` role and a password for API access
26 +
27 +### ServiceNow Configuration
28 +
29 +1. Verify that the **Event Management** plugin is activated on your ServiceNow instance.
30 +2. Navigate to **System Security** --> **Users** and create a dedicated integration user if one does not already exist.
31 +3. Assign the `evt_mgmt_admin` role to this user and set a strong password. Keep the username and password available for the Netdata configuration step.
32 +
33 +### Netdata Configuration
34 +
35 +1. Click on the **Space settings** cog (located above your profile icon)
36 +2. Click on the **Alerts & Notifications** tab
37 +3. Click on the **+ Add configuration** button
38 +4. Add the ServiceNow Integration
39 +5. A modal will be presented to you to enter the required details to enable the integration:
40 + - **Notification settings**
41 + - Configuration name (optional): A descriptive name to identify this notification configuration
42 + - Rooms: A list of Rooms for which you want to be notified
43 + - Notifications: Event types for which you want to receive notifications.
44 + - **Integration configuration**
45 + - Instance URL: The base URL of your ServiceNow instance (for example, `https://my-instance.service-now.com/`).
46 + - Username: The username of the ServiceNow integration user you created.
47 + - Password: The password of the ServiceNow integration user you created.
48 +
49 +