v.0.1.0
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -1,13 +1,3 @@
|
||||
blinker==1.9.0
|
||||
click==8.1.7
|
||||
colorama==0.4.6
|
||||
Flask==3.1.0
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.4
|
||||
MarkupSafe==3.0.2
|
||||
packaging==24.2
|
||||
plotly==5.24.1
|
||||
tenacity==9.0.0
|
||||
Werkzeug==3.1.3
|
||||
|
||||
waitress~=3.0.2
|
||||
Reference in New Issue
Block a user