# ServerGuard24

[<mark style="color:blue;">ServerGuard24</mark>](https://www.serverguard24.com/) is an server monitoring service and can help monitor your servers from the simple website to the complex IT landscape.

Route detailed alerts from ServerGuard24 to the right users in Squadcast.

### Using ServerGuard24 as an Alert Source

1. Navigate to **Services** -> **Service Overview** -> select or search for your Service. Expand the accordion -> In the Alert Sources section, click **Add**.

![](/files/jnyZrG28PsQGcEISI05r)

2\. Select **ServerGuard24.** Copy the displayed **Webhook URL** to [configure](/integrations/alert-source-integrations-native/uptime.md#create-squadcast-webhook-in-serverguard24) it within **ServerGuard24.** Finish by clicking **Add Alert Source** -> **Done.**

![](/files/0EGQdyYszA6GzipgEPbN)

{% hint style="warning" %}
**Important:**

When an alert source turns Active, it’ll show up under Configured Alert Sources, you can either generate a test alert from the integration or wait for a real-time alert to be generated by the Alert Source. An Alert Source is active if there is a recorded incident via that Alert Source for the Service.
{% endhint %}

## Create Squadcast Webhook Alert in ServerGuard24

**(1)** Login to your ServerGuard24 dashboard. Under the **Settings** tab, select **Integrations** and click on **+ New Integration**

![](/files/gOvJRqYEAn5L1l4gdnyj)

**(2)** Under the **New Integration**, put in the **Description** and select **Type** as Custom. Select **Request Type** as POST JSON and paste the previously copied Squadcast Webhook URL in the **URL** place holder.

![](/files/SWYtSLfbzRrhJdOqI4N0)

**(3)** Now, Paste the json mentioned below inside the **Data Template** box. Check the checkbox for **Standard Integration** and click on **Save**

```json
{
"ID" : "{ID}",
"STATUS" : "{STATUS}",
"STATUS2" : "{STATUS2}",
"OUTPUT" : "{OUTPUT}",
"REMARK" : "{REMARK}",
"SHORTLINK" : "{SHORTLINK}",
"DOWNMSG" : "{DOWNMSG}",
"TIMESTAMP" : "{TIMESTAMP}",
"DATETIMEGMT" : "{DATETIME_GMT}",
"DATETIMELOC" : "{DATETIME_LOC}",
"DATETIMEFRM" : "{DATETIME_FRM}",
"DATETIMEISO" : "{DATETIME_ISO}",
"CHECK" : "{CHECK}",
"SERVER" : "{SERVER}",
"ADDRESS" : "{ADDRESS}",
"DEBUGOUTPUT" : "{DEBUGOUTPUT}"
}
```

![](/files/fSyV3rOj24hkd50EyDC2)

Finally, you can assign the integration created above to various checks for incident creation.

That's it, you are good to go! Your ServerGuard24 integration is now complete.

Whenever ServerGuard24 fires an alert, an incident will be created in Squadcast for it. Also, when an alert status changes to **OK** in ServerGuard24, the corresponding incident gets **auto-resolved** in Squadcast.

*Have any questions?* [*Ask the community*](https://community.squadcast.com/view/home)*.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.incidents.cloud.solarwinds.com/integrations/alert-source-integrations-native/serverguard24.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
