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.
1 parent 1778d79 commit d266c6eCopy full SHA for d266c6e
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