mirror of
https://github.com/kemko/keenetic-grafana-monitoring.git
synced 2026-01-01 15:45:43 +03:00
Update process stat config for KeeneticOS 3.7.x
This commit is contained in:
committed by
Vitaliy Skrypnyk
parent
4ad5b92d4a
commit
1f7876414f
@@ -10,7 +10,7 @@
|
||||
|
||||

|
||||
|
||||
# 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
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
"metrics" : [
|
||||
{
|
||||
"command": "processes",
|
||||
"root" : "$.process.*",
|
||||
"root" : "$.process.[*]",
|
||||
"tags" : {
|
||||
"name": "~",
|
||||
"process_name" : "$.name",
|
||||
"name": "$.comm",
|
||||
"pid": "$.pid"
|
||||
},
|
||||
"values" : {
|
||||
|
||||
Reference in New Issue
Block a user