Skip to main content

Moogsoft Express Webhook (DEPRECATED)

You can configure a Moogsoft Express webhook to post data to Moogsoft Enterprise when an alert occurs in Express.

When you use the integrations UI, you can only configure the visible properties. If you want to implement a more complex Express webhook LAM with custom settings, see Configure the Moogsoft Express Webhook LAM (DEPRECATED).

See the Moogsoft Express documentation for details on Express components.

Before You Begin

Before you start to set up your integration, ensure you have met the following requirements:

  • You have an active Moogsoft Express account.

  • You have the necessary permissions to create a webhook in Moogsoft Express.

Configure the Express Webhook Integration

To configure the Express Webhook integration:

  1. Navigate to the Integrations tab.

  2. Click Moogsoft Express in the Monitoring section.

  3. Provide a unique integration name. You can use the default name or customize the name according to your needs.

  4. Set a Basic Authentication username and password.

Configure Moogsoft Express

Log in to Moogsoft Express and create a webhook to send alert data to Moogsoft Enterprise. For more help, see the Moogsoft Express documentation.

  1. Create a new webhook using the following details:

    Field

    Value

    Name

    Moogsoft Enterprise

    Type

    Alert

    URL

    <your Moogsoft integration URL>

    For example:

    https://example.Moogsoft.com/events/express_express1

  2. Add the following API request header fields to the Headers section (you do not need to configure the Authentication Method fields):

    Field

    Value

    Content-Type

    application/json

    Authorization

    <your Basic Authorization key>

  3. Apply the following payload inside the Body section:

    {
        "dedupe_key": "$dedupe_key",
        "severity": "$severity",
        "service": "$service",
        "location": "$location",
        "manager": "$manager",
        "time": "$last_event_time",
        "description": "$description",
        "alert_id": "$alert_id",
        "source": "$source",
        "alias": "$alias",
        "check": "$check",
        "class": "$class"
    }
  4. Test and save the webhook.

After you complete the configuration, Moogsoft Express sends new alerts to Moogsoft Enterprise.