slurm-web-show-conf command

This page describes all slurm-web-show-conf command options available. The content of the page this also available in slurm-web-show-conf(1) manpage after installation.

Synopsis

slurm-web-show-conf [GENERAL OPTIONS] {gateway,agent}

Description

Slurm-web is a web dashboard for Slurm HPC cluster. Its architecture is based on two components: the gateway and agents. This command is a utility to dump current values of the configuration settings of these components with their origin, by protecting sensible data such as passwords.

General Options

The name of the component (gateway or agent) for which the configuration is dumped must be given in argument.

Other general options are available:

-h, --help

Show this help message and exit.

-v, --version

Show Slurm-web version number and exit.

--debug

Enable debug mode with more debug messages in logs.

--log-flags=FLAGS

Libraries for which logs (except debug messages) are enabled. Multiple values can be selected among slurmweb, rfl, racksdb, werkzeug, urllib3. Special value ALL enable logs for all libraries. Default value is ALL. This option can be used to filter out logs of too verbose libraries.

--debug-flags=FLAGS

Libraries for which debug logs are enabled when --debug option is used. Multiple values can be selected among slurmweb, rfl, racksdb, werkzeug, urllib3. Special value ALL enable debug logs for all libraries. Default value is slurmweb.

--conf-defs=DEFS

Path to Slurm-web component YAML configuration definition file. Default value is /usr/share/slurm-web/conf/gateway.yml for the gateway and /usr/share/slurm-web/conf/agent.yml for the agent.

--conf=CONF

Path to Slurm-web component site configuration file. Default value is /etc/slurm-web/gateway.ini for the gateway and /etc/slurm-web/agent.ini for the agent.

Exit status

0

slurm-web-show-conf has processed command with success.

1

slurm-web-show-conf encountered an error.