mirror of
https://github.com/kemko/keenetic-grafana-monitoring.git
synced 2026-01-01 15:45:43 +03:00
Disable ntce till KeeneticOS 3.7 will be released
This commit is contained in:
@@ -89,12 +89,13 @@ nohup python /opt/home/keenetic-grafana-monitoring/keentic_influxdb_exporter.py
|
||||
version: '3.7'
|
||||
services:
|
||||
keenetic-grafana-monitoring:
|
||||
image: techh/keenetic-grafana-monitoring:1.1.0
|
||||
image: techh/keenetic-grafana-monitoring:1.1.1
|
||||
container_name: keenetic-grafana-monitoring
|
||||
# environment:
|
||||
# - TZ=Europe/Kiev
|
||||
volumes:
|
||||
- ./config/config.ini:/home/config/config.ini:ro
|
||||
# Optionally you can override metrics
|
||||
- ./config/metrics.json:/home/config/metrics.json:ro
|
||||
restart: always
|
||||
```
|
||||
|
||||
@@ -162,25 +162,6 @@
|
||||
"rxspeed": "$.rxspeed",
|
||||
"txspeed": "$.txspeed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "ntce summary",
|
||||
"root" : "$.application[*]",
|
||||
"param" : {
|
||||
"application" : "true",
|
||||
"attrib" : "sumbytes",
|
||||
"detail" : "1"
|
||||
},
|
||||
"tags" : {
|
||||
"long" : "$.long",
|
||||
"short": "$.short",
|
||||
"group-long" : "$.group-long",
|
||||
"groupset-long-id" : "$.groupset-long-id",
|
||||
"groupset-short-id" : "$.groupset-short-id"
|
||||
},
|
||||
"values" : {
|
||||
"sumbytes": "$.sumbytes"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user