This commit is contained in:
2024-11-24 16:11:02 +01:00
parent 8935c615c0
commit f502c08d42
5 changed files with 51 additions and 15 deletions

View File

@@ -17,7 +17,6 @@ netdata_host = os.environ.get('NETDATA_HOST', 'http://localhost:19999')
netdata_query_seconds = int(os.environ.get('NETDATA_QUERY_SECONDS', '200000'))
netdata_query_points = int(os.environ.get('NETDATA_QUERY_POINTS', '3000'))
print(type(netdata_query_points), file=sys.stderr)
site_refresh = int(os.environ.get('SITE_REFRESH', '0'))
server_host = socket.gethostname()