Disable ntce till KeeneticOS 3.7 will be released

This commit is contained in:
Vitaliy Skrypnyk
2021-10-13 17:24:52 +03:00
parent a8b0bee04f
commit 81988db703
2 changed files with 2 additions and 20 deletions

View File

@@ -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
```

View File

@@ -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"
}
}
]
}