Skip to content

Commit

Permalink
artif: merge artifacts in ps.yaml
Browse files Browse the repository at this point in the history
Merged AIX and Solaris ps artifacts.
  • Loading branch information
mnrkbys committed Jul 25, 2024
1 parent 86c212a commit 5ad8125
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions artifacts/live_response/process/ps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ artifacts:
output_file: ps_-efl.txt
-
description: Report a snapshot of the current processes including elapsed time since the process was started.
supported_os: [aix]
supported_os: [aix, solaris]
collector: command
command: ps -eo pid,user,etime,args
output_file: ps_-eo_pid_user_etime_args.txt
Expand All @@ -49,12 +49,6 @@ artifacts:
collector: command
command: ps -axo pid,user,etime,args
output_file: ps_-eo_pid_user_etime_args.txt
-
description: Report a snapshot of the current processes including elapsed time since the process was started.
supported_os: [solaris]
collector: command
command: ps -eo pid,user,etime,args
output_file: ps_-eo_pid_user_etime_args.txt
-
description: Report a snapshot of the current processes including time the command started.
supported_os: [freebsd, linux, macos, netbsd, netscaler, openbsd]
Expand Down

0 comments on commit 5ad8125

Please sign in to comment.