Update miscellaneous/python/dbcheck1.py

This commit is contained in:
doctator 2025-04-30 14:51:14 +00:00
parent ad65d3b5cd
commit 77759f1e23

View File

@ -7,8 +7,8 @@ import psycopg2
# ==== CONFIG ==== # ==== CONFIG ====
MASTODON_INSTANCE = "https://chatwithus.live" MASTODON_INSTANCE = "https://chatwithus.live"
MASTODON_TOKEN = "rimxBLi-eaJAcwagkmoj6UoW7Lc473tQY0cOM041Euw" MASTODON_TOKEN = ""
MASTODON_USER_ID = "114386383616633367" MASTODON_USER_ID = ""
HEALTHCHECK_HTML = "/var/www/html/healthcheck.html" HEALTHCHECK_HTML = "/var/www/html/healthcheck.html"
DISK_WARN_THRESHOLD = 10 DISK_WARN_THRESHOLD = 10