landscape-config --version (return code: 0)
16.03+bzr834-0ubuntu2
landscape-config --help (return code: 0)
Usage: landscape-config [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-c FILE, --config=FILE
Use config from this file (any command line options
override settings from the file) (default:
'/etc/landscape/client.conf').
-d PATH, --data-path=PATH
The directory to store data files in (default:
'/var/lib/landscape/client/').
-q, --quiet Do not log to the standard output.
-l FILE, --log-dir=FILE
The directory to write log files to (default:
'/var/log/landscape').
--log-level=LOG_LEVEL
One of debug, info, warning, error or critical.
-u URL, --url=URL The server URL to connect to.
--ping-url=PING_URL The URL to perform lightweight exchange initiation
with.
-k SSL_PUBLIC_KEY, --ssl-public-key=SSL_PUBLIC_KEY
The public SSL key to verify the server. Only used if
the given URL is https.
--ignore-sigint Ignore interrupt signals.
--ignore-sigusr1 Ignore SIGUSR1 signal to rotate logs.
--package-monitor-interval=PACKAGE_MONITOR_INTERVAL
The interval between package monitor runs (default:
1800).
--apt-update-interval=APT_UPDATE_INTERVAL
The interval between apt update runs (default: 21600).
--flush-interval=INTERVAL
The number of seconds between flushes to disk for
persistent data.
-a NAME, --account-name=NAME
The account this computer belongs to.
-p KEY, --registration-key=KEY
The account-wide key used for registering clients.
-t TITLE, --computer-title=TITLE
The title of this computer
--exchange-interval=INTERVAL
The number of seconds between server exchanges.
--urgent-exchange-interval=INTERVAL
The number of seconds between urgent server exchanges.
--ping-interval=INTERVAL
The number of seconds between pings.
--http-proxy=URL The URL of the HTTP proxy, if one is needed.
--https-proxy=URL The URL of the HTTPS proxy, if one is needed.
--access-group=ACCESS_GROUP
Suggested access group for this computer.
--tags=TAGS Comma separated list of tag names to be sent to the
server.
--import=FILENAME_OR_URL
Filename or URL to import configuration from. Imported
options behave as if they were passed in the command
line, with precedence being given to real command line
options.
--script-users=USERS A comma-separated list of users to allow scripts to
run. To allow scripts to be run by any user, enter:
ALL
--include-manager-plugins=PLUGINS
A comma-separated list of manager plugins to load.
-n, --no-start Don't start the client automatically.
--ok-no-register Return exit code 0 instead of 2 if the client can't be
registered.
--silent Run without manual interaction.
--disable Stop running clients and disable start at boot.
--init Set up the client directories structure and exit.