Initial commit
This commit is contained in:
commit
73b7857c03
2 changed files with 9 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal 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
6
alerts_template.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
class AlertsTemplate:
|
||||||
|
def __init__(self, arguments):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def alert(self, service_name, code, status):
|
||||||
|
pass
|
Loading…
Reference in a new issue