mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 12:45:19 +00:00
alerting framework
This commit is contained in:
parent
0184a47345
commit
d3c8b000b0
6 changed files with 145 additions and 1 deletions
8
alerting/common.py
Normal file
8
alerting/common.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import os
|
||||
from pathlib import Path
|
||||
|
||||
CREDS_FILE = (Path(os.path.dirname(os.path.realpath(__file__))) / "credentials.json").resolve()
|
||||
HOMESERVER = "https://matrix.altau.su"
|
||||
USER_ID = "@AlertBot:altau.su"
|
||||
DEVICE_NAME = "lego"
|
||||
ROOM_ID = "!aSCaiSJfLHslrJrHiJ:altau.su"
|
||||
Loading…
Add table
Add a link
Reference in a new issue