> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allquiet.app/llms.txt
> Use this file to discover all available pages before exploring further.

# PRTG Network Monitor

> Connect PRTG with All Quiet

<Info>Setup time: 3 Min</Info>

Integrate PRTG Network Monitor with All Quiet in a matter of minutes. With webhooks, you can automatically send alerts from PRTG directly to All Quiet, streamlining your team's incident management process.

## 1. Create PRTG Integration on All Quiet

Sign in to your All Quiet account.

### Create Integration

1. Click on the `Inbound Integrations` tab.
2. Click on `+ Create`.

<img className="Prtg_Create" src="https://mintcdn.com/allquiet/wy2LeWs8PEqlTNOC/images/prtg/01.png?fit=max&auto=format&n=wy2LeWs8PEqlTNOC&q=85&s=e90e90839cd0780dd97acace31c289e8" width="2740" height="678" data-path="images/prtg/01.png" />

### Select PRTG as the integration's type

1. Enter a `Display Name` for your integration, e.g. "PRTG".
2. Select a `Team`.
3. Select `PRTG` as the integration's type.
4. Click `Create Inbound Integration`.

<img className="Prtg_Select" src="https://mintcdn.com/allquiet/wy2LeWs8PEqlTNOC/images/prtg/02.png?fit=max&auto=format&n=wy2LeWs8PEqlTNOC&q=85&s=4c416233f68900020c6ab7ab990a2bf2" width="2133" height="2216" data-path="images/prtg/02.png" />

### Get the All Quiet Webhook URL

After creating the integration on All Quiet, you can view and copy the webhook URL. You will require this URL in step 2 when configuring the custom integration on PRTG.

<img className="Prtg_Get" src="https://mintcdn.com/allquiet/wy2LeWs8PEqlTNOC/images/prtg/03.png?fit=max&auto=format&n=wy2LeWs8PEqlTNOC&q=85&s=189680f7fa1b4d25cf173386e6001c53" width="2190" height="900" data-path="images/prtg/03.png" />

## 2. Configure the Integration with PRTG

Once you've set up an integration of type "PRTG" with All Quiet, it takes only two more steps in your PRTG account to finish off your setup.

### Set up the Notification Template

Sign in to your PRTG Account.
We first need to create a Notification Template that allows us to connect PRTG with All Quiet.

1. From the home screen, click on `Setup`
2. Select `Account Settings`
3. Open `Notification Templates`

<img className="Prtg_FindNotificationTemplates" src="https://mintcdn.com/allquiet/7W0VpTIZCctIzo8C/images/prtg/04.png?fit=max&auto=format&n=7W0VpTIZCctIzo8C&q=85&s=e42956a68e095226279c018724a062bf" width="2768" height="882" data-path="images/prtg/04.png" />

Click `Add Notification Template`.

<img className="PrtgAddAllQuietNotificationTemplate1" src="https://mintcdn.com/allquiet/7W0VpTIZCctIzo8C/images/prtg/05.png?fit=max&auto=format&n=7W0VpTIZCctIzo8C&q=85&s=014e5a2a625761c1cca79477ba5abb51" width="3746" height="913" data-path="images/prtg/05.png" />

Now it's time to define the template

1. Give your notification template a `Name`, e.g. `All Quiet`.
2. Activate the `Execute HTTP Action` toggle.
3. As `URL`, paste in the All Quiet Webhook URL you've obtained in step [Get the All Quiet Webhook URL](/integrations/inbound/prtg#get-the-all-quiet-webhook-url).
4. Make sure the HTTP Method is `Post` and paste in the following `Payload`.

```
colorofstate=%colorofstate&company=%company&comments=%comments&commentssensor=%commentssensor&commentsdevice=%commentsdevice&commentsgroup=%commentsgroup&commentsprobe=%commentsprobe&coverage=%coverage&cumsince=%cumsince&date=%date&datetime=%datetime&device=%device&deviceid=%deviceid&down=%down&downtime=%downtime&group=%group&groupid=%groupid&history=%history&home=%home&homem=%homem&host=%host&iconofstate=%iconofstate&lastcheck=%lastcheck&lastdown=%lastdown&lastmessage=%lastmessage&lastup=%lastup&lastvalue=%lastvalue&linkprobe=%linkprobe&linkgroup=%linkgroup&linkdevice=%linkdevice&linksensor=%linksensor&location=%location&message=%message&name=%name&nodename=%nodename&shortname=%shortname&prio=%prio&priority=%priority&probe=%probe&probeid=%probeid&programname=%programname&programversion=%programversion&sensor=%sensor&sensorid=%sensorid&server=%server&serviceurl=%serviceurl&settings=%settings&since=%since&sitename=%sitename&state=%state&statesince=%statesince&status=%status&summarycount=%summarycount&syslogerrors=%syslogerrors&syslogmessages=%syslogmessages&syslogwarnings=%syslogwarnings&systemdatetime=%systemdatetime&time=%time&timezone=%timezone&toaddress=%toaddress&traperrors=%traperrors&trapmessages=%trapmessages&trapwarnings=%trapwarnings&uptime=%uptime&elapsed_lastcheck=%elapsed_lastcheck&elapsed_lastdown=%elapsed_lastdown&elapsed_lastup=%elapsed_lastup&laststatus=%laststatus&objecttags=%objecttags&parenttags=%parenttags&tags=%tags
```

5. Click `Create`to save the Template.

<img className="PrtgAddAllQuietNotificationTemplate1" src="https://mintcdn.com/allquiet/7W0VpTIZCctIzo8C/images/prtg/06.png?fit=max&auto=format&n=7W0VpTIZCctIzo8C&q=85&s=78749f1fdf3e4087ac27ac85dca759a7" width="3938" height="2770" data-path="images/prtg/06.png" />

<Check>You successfully set up the Notification Template. Next, we need to connect this template with your PRTG to your Monitors to automatically forward alerts to All Quiet.</Check>

### Adjust the Notification Trigger

1. In the navigation, open the `Devices` section
2. Open the `Overview`
3. Select the `Root` module
4. and open `Notification Triggers`

<img className="Prtg_NewAlertingRule1" src="https://mintcdn.com/allquiet/7W0VpTIZCctIzo8C/images/prtg/07.png?fit=max&auto=format&n=7W0VpTIZCctIzo8C&q=85&s=4b4542b30209dddb0616d2508a3095d2" width="2488" height="1057" data-path="images/prtg/07.png" />

Create the following Notification Triggers. Of course, the intervals are subject to your preference.

<Tip> We recommend to make use of the option repeat every x minutes.</Tip>

<img className="Prtg_NewAlertingRule2" src="https://mintcdn.com/allquiet/7W0VpTIZCctIzo8C/images/prtg/08.png?fit=max&auto=format&n=7W0VpTIZCctIzo8C&q=85&s=d6b736e73d31a27807dba6c8e310b506" width="2984" height="910" data-path="images/prtg/08.png" />

<Check> You're ready to go. If you set up your integration this way, PRTG Network Monitor alerts will automatically create and update All Quiet incidents.</Check>

### Adjust Payload Mapping

Looking to customize the fields of your incidents by adjusting the pre-built payload mapping? Simply head over to the “Payload” tab within your integration and make the necessary edits to the mapping. For detailed guidance, you may check out our [payload mapping documentation](/essentials/inbound#how-does-attribute-mapping-work).

<Tip>Using our Terraform provider? [Download](https://allquiet.app/api/integrations/terraform/default/PRTG.tf) the default mapping of the `allquiet_integration_mapping` resource for the PRTG Network Monitor integration. Simply copy the syntax to your .tf file and tailor the resource to your team's needs!</Tip>
