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:02] – [CLI command: Node] macho | unattended_installations:cli_command [2022/11/02 17:58] (actual) – editor externo 127.0.0.1 | ||
---|---|---|---|
Línea 151: | Línea 151: | ||
* node whitelist remove (removes a whitelist filter) | * node whitelist remove (removes a whitelist filter) | ||
* node wizard (wizard for node setup) | * node wizard (wizard for node setup) | ||
+ | ====== CLI command: Object ====== | ||
+ | The **object** CLI command can be used to list all configuration objects and their attributes. The command also shows where each of the attributes was modified. | ||
+ | # icinga2 object --help | ||
+ | | ||
+ | | ||
+ | icinga2 < | ||
+ | | ||
+ | * object list (lists all objects) | ||
+ | ====== CLI command: Pki ====== | ||
+ | Provides the CLI commands to | ||
+ | * generate a new local CA | ||
+ | * generate a new CSR or self-signed certificate | ||
+ | * sign a CSR and return a certificate | ||
+ | * save a master certificate manually | ||
+ | * request a signed certificate from the master | ||
+ | * generate a new ticket for the client setup | ||
+ | |||
+ | # icinga2 pki --help | ||
+ | icinga2 - The Icinga 2 network monitoring daemon (version: v2.1.1-299-gf695275) | ||
+ | Usage: | ||
+ | | ||
+ | Supported commands: | ||
+ | * pki new-ca (sets up a new CA) | ||
+ | * pki new-cert (creates a new CSR) | ||
+ | * pki request (requests a certificate) | ||
+ | * pki save-cert (saves another Icinga 2 instance' | ||
+ | * pki sign-csr (signs a CSR) | ||
+ | * pki ticket (generates a ticket) | ||
+ | ====== CLI command: Repository ====== | ||
+ | Provides the functionality to manage the Icinga 2 configuration repository in **/ | ||
+ | |||
+ | **Note** | ||
+ | The CLI command repository only supports basic configuration manipulation (add, remove) and a limited set of objects required for the [remote client] integration. Future versions will support more options (set, etc.). | ||
+ | |||
+ | Please check the Icinga 2 development roadmap for updates. | ||
+ | # icinga2 repository --help | ||
+ | icinga2 - The Icinga 2 network monitoring daemon (version: v2.1.1-299-gf695275) | ||
+ | | ||
+ | icinga2 < | ||
+ | | ||
+ | * repository clear-changes (clear uncommitted repository changes) | ||
+ | * repository commit (commit repository changes) | ||
+ | * repository endpoint add (adds a new Endpoint object) | ||
+ | * repository endpoint list (lists all Endpoint objects) | ||
+ | * repository endpoint remove (removes a Endpoint object) | ||
+ | * repository host add (adds a new Host object) | ||
+ | * repository host list (lists all Host objects) | ||
+ | * repository host remove (removes a Host object) | ||
+ | * repository service add (adds a new Service object) | ||
+ | * repository service list (lists all Service objects) | ||
+ | * repository service remove (removes a Service object) | ||
+ | * repository zone add (adds a new Zone object) | ||
+ | * repository zone list (lists all Zone objects) | ||
+ | * 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.1427986931.txt.gz · Última modificación: 2022/11/02 17:58 (editor externo)