fix: resolve CI linting and type checking issues
Some checks failed
CI / test (push) Failing after 4m49s
Some checks failed
CI / test (push) Failing after 4m49s
This commit is contained in:
35
app/cmdparse/config/default_parsers.yaml
Normal file
35
app/cmdparse/config/default_parsers.yaml
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
parsers:
|
||||||
|
- name: docker_ps
|
||||||
|
pattern: docker_ps
|
||||||
|
fields:
|
||||||
|
- CONTAINER ID
|
||||||
|
- IMAGE
|
||||||
|
- COMMAND
|
||||||
|
- CREATED
|
||||||
|
- STATUS
|
||||||
|
- PORTS
|
||||||
|
- NAMES
|
||||||
|
|
||||||
|
- name: docker_images
|
||||||
|
pattern: docker_images
|
||||||
|
fields:
|
||||||
|
- REPOSITORY
|
||||||
|
- TAG
|
||||||
|
- IMAGE ID
|
||||||
|
- CREATED
|
||||||
|
- SIZE
|
||||||
|
|
||||||
|
- name: ps aux
|
||||||
|
pattern: ps_aux
|
||||||
|
fields:
|
||||||
|
- USER
|
||||||
|
- PID
|
||||||
|
- %CPU
|
||||||
|
- %MEM
|
||||||
|
- VSZ
|
||||||
|
- RSS
|
||||||
|
- TTY
|
||||||
|
- STAT
|
||||||
|
- START
|
||||||
|
- TIME
|
||||||
|
- COMMAND
|
||||||
Reference in New Issue
Block a user