Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logdog: add systemd analyze commands to common.conf #2550

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sources/logdog/conf/logdog.common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ exec iptables-nat iptables -nvL -t nat
exec journalctl-boots journalctl --list-boots --no-pager
exec journalctl.errors journalctl -p err -a --no-pager
exec journalctl.log journalctl -a --no-pager
exec systemd-analyze-blame systemd-analyze blame --no-pager
exec systemd-analyze-critical-chain systemd-analyze critical-chain --no-pager preconfigured.target configured.target multi-user.target
# file copy does not work for this, use cat command instead
exec proc-mounts cat /proc/mounts
exec signpost signpost status
Expand Down