unattended_installations:cli_command
Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
unattended_installations:cli_command [2015/04/02 15:10] – [CLI command: Repository] macho | unattended_installations:cli_command [2022/11/02 17:58] (actual) – editor externo 127.0.0.1 | ||
---|---|---|---|
Línea 205: | Línea 205: | ||
* repository zone list (lists all Zone objects) | * repository zone list (lists all Zone objects) | ||
* repository zone remove (removes a Zone object) | * repository zone remove (removes a Zone object) | ||
+ | ====== CLI command: Troubleshoot ====== | ||
+ | Collects basic information like version, paths, log files and crash reports for troubleshooting purposes and prints them to a file or the console. | ||
+ | Its output defaults to a file named **troubleshooting-[TIMESTAMP].log** so it won't overwrite older troubleshooting files. | ||
+ | |||
+ | **Note** | ||
+ | Keep in mind that this tool can not collect information from other icinga2 nodes, you will have to run it on each of one of you instances. | ||
+ | This is only a tool to collect information to help others help you, it will not attempt to fix anything. | ||
+ | |||
+ | # icinga2 troubleshoot --help | ||
+ | | ||
+ | Usage: | ||
+ | | ||
+ | Command options: | ||
+ | -c [ --console ] print to console instead of file | ||
+ | -o [ --output ] arg path to output file | ||
+ | | ||
+ | | ||
+ | ====== CLI command: Variable ====== | ||
+ | Lists all configured variables (constants) in a similar fasion like object list. | ||
+ | # icinga2 variable --help | ||
+ | | ||
+ | Usage: | ||
+ | | ||
+ | Supported commands: | ||
+ | * variable get (gets a variable) | ||
+ | * variable list (lists all variables) | ||
unattended_installations/cli_command.1427987403.txt.gz · Última modificación: 2022/11/02 17:58 (editor externo)