End of Sale Notice:

F5 NGINX is announcing the End of Sale (EoS) for NGINX Controller API Management Module, effective January 1, 2024.

F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing NGINX Controller API- Management customers can continue to use the product past the EoS date. License renewals are not available after September 30, 2024.

See our End of Sale announcement for more details.
End of Sale Notice:

F5 NGINX is announcing the End of Sale (EoS) for NGINX Controller Application Delivery Module, effective January 1, 2024.

F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing NGINX Controller Application Delivery customers can continue to use the product past the EoS date. License renewals are not available after September 30, 2024.

See our End of Sale announcement for more details.

ServiceNow Alerts Integration

Set up Alerts Integration with ServiceNow. Deprecated in v3.13.

ServiceNow Alert Integration

Deprecated:
The ServiceNow Alert Integration is deprecated in NGINX Controller v3.13.

The ServiceNow integration sends all notifications from NGINX Controller to the Incidents table in your ServiceNow account. Follow the steps below to set up the integration.

  1. Install Python3 on your machine.

  2. In your ServiceNow instance, go to System OAuth > Application Registry and create a new OAuth API endpoint for external clients.

    Fill out the form and specify a long refresh token lifespan. Consider aligning the token lifespan with the expiry date of your NGINX Controller license.

    Important:
    The ServiceNow integration will fail once the refresh token expires.
  3. Select the Configure ServiceNow button. In the prompt, provide the requested information for the ServiceNow client and select Save.

    • ServiceNow Instance - The instance ID for your ServiceNow account.
    • Client ID - Client ID from ServiceNow (from Step 2).
    • Client Secret - Client Secret from ServiceNow (from Step 2).
    • Username - Your ServiceNow username; this is used to generate the access token and will not be stored.
    • Password - Your ServiceNow password; this is used to generate the access token and will not be stored.
    • Controller host - The URL of your NGINX Controller instance.
    • Controller email - The email that you use to log in to Controller.
    • Controller password - The password that you use to log in to Controller.
    • Controller port - The port on which NGINX Controller is running; the default is 80.
    • Company name - The name of your company; this is used to create the ServiceNow transport.
  4. Watch Controller alerts come through as incidents in ServiceNow.

    Mapping of Controller Alerts to ServiceNow Priority:

    • (‘alerts’, ‘created’) → 1
    • (‘alerts’, ‘cleared’) → 3
    • (‘agent’, ’nginx_not_found’) → 1
    • (‘agent’, ’nginx_config_parsing_error’) → 1
    • (‘ssl_expiration’, ‘ssl_cert_has_expired’) → 1
    • (‘ssl_expiration’, ‘ssl_cert_will_expire’) → 2
    • (‘agent’, ‘agent_version_old’) → 2
    • (‘agent’, ‘agent_version_obsoleted’) → 1
    • (‘group_actions’, ‘group_action_completed’) → 3