Update process stat config for KeeneticOS 3.7.x

This commit is contained in:
Vitaliy Skypnyk
2021-12-11 17:23:17 +00:00
committed by Vitaliy Skrypnyk
parent 4ad5b92d4a
commit 1f7876414f
2 changed files with 4 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
![Example](https://user-images.githubusercontent.com/2773025/88829802-c5809900-d1d5-11ea-8cbe-de41118387b3.png)
# Supporter routers
# Supported routers
Tested with KeeneticOS 3.5+
@@ -81,7 +81,7 @@ version: '3.7'
services:
keenetic-grafana-monitoring:
image: techh/keenetic-grafana-monitoring:2.0.0
image: techh/keenetic-grafana-monitoring:2.0.1
container_name: keenetic-grafana-monitoring
# environment:
# - TZ=Europe/Kiev

View File

@@ -2,10 +2,9 @@
"metrics" : [
{
"command": "processes",
"root" : "$.process.*",
"root" : "$.process.[*]",
"tags" : {
"name": "~",
"process_name" : "$.name",
"name": "$.comm",
"pid": "$.pid"
},
"values" : {