[pve] Weekly backup 2026-07-05 — 20 files changed, 228 insertions(+), 71 deletions(-)

This commit is contained in:
Proxmox Backup
2026-07-05 03:00:03 -05:00
parent fd7b7bc615
commit 0bf6bda39e
20 changed files with 228 additions and 71 deletions
+2 -3
View File
@@ -11,7 +11,7 @@ import urllib.request
import urllib.error
import ssl
JARVIS_URL = "https://165.22.1.228"
JARVIS_URL = "http://10.48.200.211"
HOST_HEADER = "jarvis.orbishosting.com"
# Devices to probe: agent_id → api_key
@@ -93,8 +93,7 @@ def main():
status = "online" if alive else "offline"
print(f"{agent_id} ({ip}): {status}", flush=True)
heartbeat(agent_id, api_key, alive)
if alive:
update_status(agent_id, api_key, status)
update_status(agent_id, api_key, status)
if __name__ == "__main__":
main()