monitoring posts to db

This commit is contained in:
Rens Pastoor
2025-10-29 14:31:41 +01:00
parent 74c3673e96
commit 016596ccfb
4 changed files with 81 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import requests
import socket
from datetime import datetime
SERVER_URL = "http://localhost:5000/collect" # change this!
SERVER_URL = "http://localhost:5000/collect"
def collect_metrics():
data = {