PRTG Network Monitor
Connect your PRTG notifications to PagerTree.
Company | Estimated Time | Vendor Docs | Open Source |
---|---|---|---|
10 minutes |
What is PRTG?
PRTG (Paessler Router Traffic Grapher) is a network monitoring tool that helps you to ensure that your computer systems are running smoothly and that no outages occur. PRTG monitors your whole IT infrastructure 24/7 and alerts you to problems before users even notice.
How It Works
PRTG triggers notifications when a sensor’s check fails.
When the payload status is down (
status === "Down"
), an alert is created in PagerTree automatically.When the payload status contains “now: up” (
status contains "now: up"
), the alert is resolved in PagerTree automatically.
Integration Walkthrough
In this integration tutorial we will show you how to send alerts from PRTG into PagerTree. The estimated time for this integration is 5 minutes. We assume that you already have a PagerTree and PRTG setup.
In PagerTree
Create the integration by clicking the PRTG logo.
In PRTG
Menu -> Setup -> Account Settings -> Notification Templates.
Click the Add Notification Template button.
On the Add Notification Template Page:
Under Basic Settings
Template Name - PagerTree
Under Notification Summarization
Method - Always notify ASAP, never summarize.
Enable Execute HTTP Action
URL - Paste the PagerTree Endpoint URL you previously copied.
HTTP Method - POST
Payload - Copy and paste the following. You can additionally add any other placeholder variable and PagerTree will add it in the additional data section of the alert (sensorid and status are required).
Navigate to a sensor, device, or group and under the Notification Triggers, click the pencil icon to edit, then select the following:
When sensor state is Down for at least 30 seconds, perform :// PagerTree
When sensor state is Down for at least 900 seconds, perform no notification and repeat every 0 minutes.
When sensor leaves Down state after a notification was triggered, perform :// PagerTree
Click the check mark icon button to save.
You have successfully completed the PRTG Integration.
Other Helpful PRTG Resources
Last updated