angela-d / prtg-zendesk-webhook

Automate ticket creation when PRTG sensors are triggered, to easily delegate IT tasks.
GNU General Public License v2.0
2 stars 1 forks source link
powershell prtg prtg-network-monitor prtg-sensors zendesk zendesk-api zendesk-tickets

PRTG Zendesk Tickets Webhook

Automatically open Zendesk tickets for triggered sensors using Powershell. Forked from Integrating Zendesk and PRTG

Zendesk Tickets

Before:

Error by lookup value

After:

Critical (2) in channel Imaging Unit (Magenta)

.. if additional triggers from the same sensor, a newline to easily list the problems

Main Features:

This version has additional features:

PRTG Parameters

How to use it

Customizing

If you'd like to add additional verbiage to your tickets, you can call additional parameters in similar fashion to the existing parameters.

(Don't forget to add them to params() to initialize inside ZendeskWebhook.ps1)


(optional) Update Existing Tickets

Password Auth over Token Authorization

If you prefer to use password authentication with Zendesk instead of token auth (the default), simply remove '/token' from the username.

Troubleshooting

License

Tietze's release is unlicensed/public domain; my changes are licensed under GPL2