Skip to content

Commit

Permalink
Updating sos_archive to parse file for GSS rule (#3432)
Browse files Browse the repository at this point in the history
adding systemd_analyze_blame = simple_file("insights_commands/systemd-analyze_blame")  in sos_archive.py

Signed-off-by: Mohit Kumar <[email protected]>
  • Loading branch information
mohitkumarrh authored Jun 2, 2022
1 parent 77aec44 commit 8b41e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions insights/specs/sos_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ class SosSpecs(Specs):
systemctl_show_all_services = simple_file("sos_commands/systemd/systemctl_show_service_--all")
systemctl_status_all = simple_file("sos_commands/systemd/systemctl_status_--all")
systemd_system_origin_accounting = simple_file("/etc/systemd/system.conf.d/origin-accounting.conf")
systemd_analyze_blame = simple_file("sos_commands/systemd/systemd-analyze_blame")
teamdctl_config_dump = glob_file("sos_commands/teamd/teamdctl_*_config_dump")
teamdctl_state_dump = glob_file("sos_commands/teamd/teamdctl_*_state_dump")
testparm_s = simple_file("sos_commands/samba/testparm_s")
Expand Down

0 comments on commit 8b41e0a

Please sign in to comment.