Skip to content

Commit

Permalink
artif: remove journalctl --verify
Browse files Browse the repository at this point in the history
  • Loading branch information
tclahr committed Jan 7, 2025
1 parent c5e2bb9 commit b16a15f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- live_response/storage/lsblk.yaml: Added JSON output format for listing block devices [linux] ([mnrkbys](https://github.com/mnrkbys)).
- live_response/system/coredump.yaml: Added collection of core dump files information [linux] ([mnrkbys](https://github.com/mnrkbys)).
- live_response/system/getcap.yaml: Added functionality to collect the list of files with associated process capabilities [linux] ([mnrkbys](https://github.com/mnrkbys)).
- live_response/system/journalctl.yaml: Added collection of listing of time periods between boots [linux] ([mnrkbys](https://github.com/mnrkbys)).
- live_response/system/ulimit.yaml: Added collection of all resource limits information [all] ([mnrkbys](https://github.com/mnrkbys)).
- memory_dump/coredump.yaml: Added collection of core dump, ABRT, Apport, and kdump files [esxi, linux, netbsd] ([mnrkbys](https://github.com/mnrkbys)).

Expand Down
6 changes: 0 additions & 6 deletions artifacts/live_response/system/journalctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ version: 1.0
condition: command_exists "journalctl"
output_directory: /live_response/system
artifacts:
-
description: Verify the integrity of journal log files.
supported_os: [linux]
collector: command
command: journalctl --verify
output_file: journalctl_--verify.txt
-
description: Show a listing of time periods between boots.
supported_os: [linux]
Expand Down

0 comments on commit b16a15f

Please sign in to comment.