Add fix to monit_regex.json for catching mem_usage and cpu_usage (#14954)
Why I did it Current regex not able to capture logs, modify regex to capture syslog messages Work item tracking Microsoft ADO (number only): 13366345 How I did it Code change How to verify it sonic-mgmt test case
This commit is contained in:
parent
ab5fd22a62
commit
a738c39328
@ -6,12 +6,12 @@
|
||||
},
|
||||
{
|
||||
"tag": "memory-usage",
|
||||
"regex": "mem usage of (\\d+\\.\\d+)% matches resource limit .mem usage>(\\d+\\.\\d+)%.",
|
||||
"regex": ".*mem usage of (\\d+\\.\\d+)% matches resource limit .mem usage>(\\d+\\.\\d+)%.",
|
||||
"params": [ "usage", "limit" ]
|
||||
},
|
||||
{
|
||||
"tag": "cpu-usage",
|
||||
"regex": "cpu user usage of (\\d+\\.\\d+)% matches resource limit .cpu user usage>(\\d+\\.\\d+)%.",
|
||||
"regex": ".*cpu user usage of (\\d+\\.\\d+)% matches resource limit .cpu user usage>(\\d+\\.\\d+)%.",
|
||||
"params": [ "usage", "limit" ]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user