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

View File

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