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