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

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