mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
.. | ||
Readme.md | ||
script.py |
Check-System-Usage
About
A Python3 script to send your desired payload to PagerDuty and create an incident
Steps
-
Make sure you have create a serive in your PagerDuty account. Refer here if not done already
-
Copy the Integration Key from the settings of the service as shown below and paste it in your env file
-
Import the file as a module
-
Send your desired payload to the module
-
My example of payload
payload= { "resource_id" : resource_id, "system_data":"This a resource in the development system of XYZ corp.", "tags":"'HA System','Non-critical-system','SpringBoot-App'"
-
Finalize your payload accoring the parameters(severity,components etc .)
-
Voila! If everything works fine you will recieve a Page