Initial commit

This commit is contained in:
askiiart 2024-01-31 18:35:48 -06:00
commit 73b7857c03
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 9 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Updog alerts template
A template for alerts extensions for [Updog](https://git.askiiart.net/askiiart/updog). This extension does *nothing*, though, it's *just* a template.

6
alerts_template.py Normal file
View file

@ -0,0 +1,6 @@
class AlertsTemplate:
def __init__(self, arguments):
pass
def alert(self, service_name, code, status):
pass