ServiceNow alert
The ServiceNow alert method automatically opens an issue in your ServiceNow workflow to notify you whenever an incident is triggered.
Authentication
ServiceNow credentials
Configuring the ServiceNow alert method requires the following:
-
Your ServiceNow username.
-
Your ServiceNow password.
-
Your ServiceNow Instance name.
An Instance name is a globally unique name across all ServiceNow instances. Check the<instanceURL>/stats.do
page for any instance to view its name.
Setting up ACLs
To allow ServiceNow alerts to integrate with Nobl9, you need to set up an Access Control List (ACL) for your ServiceNow users.
To create a new ACL, you must have the security_admin
permission assigned.
Follow the instructions below to set up your ServiceNow users:
-
Go to System Security > Access Control (ACL) and create new access control.
-
In the drop-down menus, select the following values:
- Type: record
- Operation: create
- Name: Event [em_event]
- In the Requires role section, choose Assign new/existing role.
- In the example below, we created a new
api_event_create
role:
- In the example below, we created a new
-
Click Submit.
-
Go to User Administration > Users. Select the user's profile, go to the Roles tab, and click the Edit button. Assign the following roles to the user's account:
api_event_create
- at least
evt_mgmt_integration
level role
It should look like this:
- Click the Update button.
For more details on ACLs, see ServiceNow documentation.
Configuring the ServiceNow alert method
You can configure your ServiceNow alert method directly in the Nobl9 UI, or by applying a YAML file in sloctl
.
Nobl9 UI
To set up the alert method in the Nobl9 UI, follow these steps:
- Navigate to Integrations > Alert Methods.
- Click .
- Click the relevant Alert Method icon.
Then, in the ServiceNow Configuration Wizard:
-
Enter your ServiceNow Username (mandatory).
-
Enter your ServiceNow Password (mandatory).
-
Enter an Instance name (mandatory).
For more information, refer to the Authentication section.
- Select a Project.
Specifying a project is helpful when multiple users are spread across multiple teams or projects. When the Project field is left blank, Nobl9 uses thedefault
project. - Enter a Display Name.
You can enter a user-friendly name with spaces in this field. - Enter a Name.
The name is mandatory and can only contain lowercase, alphanumeric characters, and dashes (for example,my-alert-method-1
). Nobl9 duplicates the display name here, transforming it into the supported format, but you can edit the result. - Enter a Description.
Here you can add details such as who is responsible for the integration (team/owner) and the purpose of creating it. - Click Add Alert Method
YAML configuration
- General YAML
- Working YAML
apiVersion: n9/v1alpha
kind: AlertMethod
metadata:
name: string # Mandatory
displayName: string # Optional
project: default # Mandatory
spec:
description: string # Optional
pagerduty:
integrationKey: # PagerDuty integration key
apiVersion: n9/v1alpha
kind: AlertMethod
metadata:
name: opsgenie-notification-basic
displayName: Opsgenie notification with Basic
spec:
description: Sends HTTP request to Opsgenie
opsgenie:
auth: Basic ZWIyNDM1OTItZmFhMi00YmEyLWE1NTFxLTFhbHBmNTY1Yzg4OQ==
url: <https://api.opsgenie.com>
Testing the ServiceNow alert method in the UI
- Navigate to Integrations > Alert Methods.
- Click the required alert method.
Its Details page opens. - Click Test under the alert method name:
- For the correct configuration, Nobl9 displays Test completed successfully! under the button
- Otherwise, Nobl9 displays the Test failed message, specifying what is set incorrectly