Revert "First version done. Need to be tested and documented."

This reverts commit 17eca1f6e6.
This commit is contained in:
nicolargo 2025-09-21 16:44:28 +02:00
parent 95620bf584
commit 6631b37d67
3 changed files with 2 additions and 12 deletions

View File

@ -873,14 +873,6 @@ password=password
# Most of the time, you should not overwrite this value
#hostname=mycomputer
[duckdb]
# database defines where data are stored, can be one of:
# /path/to/glances.db (see https://duckdb.org/docs/stable/clients/python/dbapi#file-based-connection)
# :memory:glances (see https://duckdb.org/docs/stable/clients/python/dbapi#in-memory-connection)
# Or anyone else supported by the API (see https://duckdb.org/docs/stable/clients/python/dbapi)
# database=:memory:
database=/tmp/glances.db
##############################################################################
# AMPS
# * enable: Enable (true) or disable (false) the AMP

View File

@ -6,7 +6,6 @@ bernhard
cassandra-driver
chevron
docker>=6.1.1
duckdb
elasticsearch
fastapi>=0.82.0
graphitesender

View File

@ -71,7 +71,6 @@ dev = [
export = [
"bernhard",
"cassandra-driver",
"duckdb",
"elasticsearch",
"graphitesender",
"ibmcloudant",
@ -246,5 +245,5 @@ requires = ["setuptools>=68"]
# Set to true to display live message during tests
log_cli = false
log_level = "INFO"
#log_cli_format = "%(asctime)s [%(levelname)8s]%(message)s(%(filename)s:%(lineno)s)"
#log_cli_date_format = "%Y-%m-%d%H:%M:%S"
#log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
#log_cli_date_format = "%Y-%m-%d %H:%M:%S"