mirror of
https://github.com/kemko/keenetic-grafana-monitoring.git
synced 2026-01-01 15:45:43 +03:00
13 lines
312 B
JSON
13 lines
312 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: Exporter",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "keentic_influxdb_exporter.py",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": false
|
|
}
|
|
]
|
|
} |