We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71ca4d6 + d266c6e commit 54e7ea5Copy full SHA for 54e7ea5
napalm_logs/config/eos/PROCESS_STARTED.yml
@@ -7,7 +7,9 @@ messages:
7
values:
8
agent: ([\w-]+)
9
pid|int: (\d+)
10
- line: ": '{agent}' starting with PID={pid} (PPID=2030) -- execing '/usr/bin/Bgp'"
+ ppid|int: (\d+)
11
+ path: ([\w\:\-\/]+)
12
+ line: ": '{agent}' starting with PID={pid} (PPID={ppid}) -- execing '{path}'"
13
model: NO_MODEL
14
mapping:
15
variables:
0 commit comments