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

Fixes #37854 - customization of foreman-debug #10332

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
7 changes: 5 additions & 2 deletions script/foreman-debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ $0 - configuration and log data collector

USAGE: $0 [options]

Collects configuration and log data for Foreman, Smart Proxies, backend
Collects configuration and log data for $FOREMAN_NAME, $SMART_PROXIES_NAME, backend
services and system information while removing security information like
passwords, tokens and keys.

This program can be used on Foreman instances, Smart Proxy instances or
This program can be used on $FOREMAN_NAME instances, $SMART_PROXY_NAME instances or
backend services separately.

OPTIONS:
Expand Down Expand Up @@ -129,6 +129,9 @@ add_files() {
}

# default values
FOREMAN_NAME="Foreman"
SMART_PROXY_NAME="Smart Proxy"
SMART_PROXIES_NAME="Smart Proxies"
DIR=""
NOGENERIC=0
NOTAR=0
Expand Down
Loading