Update dbcheck/dbcheck1.py

This commit is contained in:
doctator 2025-04-30 14:35:18 +00:00
parent f98d70b0a2
commit 17e895b04a

View File

@ -5,8 +5,8 @@ import paramiko
# ==== 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 = ""
DISK_WARN_THRESHOLD = 10 # percent free DISK_WARN_THRESHOLD = 10 # percent free
INODE_WARN_THRESHOLD = 10 # percent free INODE_WARN_THRESHOLD = 10 # percent free