nicolargo on develop
Update __main__.py non-executa… Merge pull request #2248 from a… (compare)
renovate[bot] on webpack-cli-5.x
nicolargo on develop
moved now plugin after sensors … bump dev dependencies bump dependencies and 1 more (compare)
[influxdb]
# Configuration for the --export-influxdb option
# https://influxdb.com/
host={{influxdb_server | default("localhost")}}
port=8086
user={{influxdb_username | default("root")}}
password={{influxdb_password | default("root")}}
db=glances
prefix={{ansible_hostname}}
tags=system:{{ansible_hostname}}
{
"request": {
"method": "GET",
"url": "api/datasources/proxy/2/query",
"params": {
"db": "glances",
"q": "SELECT mean(\"().cpu_percent\") FROM \"localhost.docker\" WHERE time >= now() - 15m GROUP BY time(500ms) fill(none);SELECT mean(\"().memory_usage\") FROM \"localhost.docker\" WHERE time >= now() - 15m GROUP BY time(500ms) fill(none)",
"epoch": "ms"
},
"data": null,
"precision": "ms"
},
"response": {
"results": [
{
"statement_id": 0
},
{
"statement_id": 1
}
]
}
}
2020-06-29 16:50:21,113 -- ERROR -- docker plugin - Cannot get Docker version (('Connection aborted.', FileNotFoundError(2, 'No such file or directory')))
2020-06-29 16:50:21,436 -- ERROR -- Cannot export hank.docker stats to InfluxDB (400: {"error":"unable to parse 'hank.docker ': invalid field format"}
)
2020-06-29 16:50:21,445 -- ERROR -- Cannot export hank.gpu stats to InfluxDB (400: {"error":"unable to parse 'hank.gpu ': invalid field format"}
hi every one!
I'm young student in computer sciences from Libreville(Gabon Africa). I have some class exercice where i have obligation to code(implement) a simple(mini) application monitoring using C or python but still now i can't found some tutorial to do my class exercice. Please some one can help me.
Thanks a lot.
commands
there, that will be run by glanes
thank you :) btw i have a raspberry pi with ds18b20 sensors. when i ran glances directly on the pi it was able to get the sensor's information.. however, now its running on docker and they are not visible. how can i get ds18b20 1-wire sensors ve visible in glances through a docker enviornent?
thank you :)