icinga2/lib/cli
Jean Flach cc5a8da6e8 CLI: Add 'troubleshoot collect' command
By calling `icinga2 troubleshoot collect [--console]` a small file
containing basic application information and a tail of all found logs
and the latest crash report will be created [or displayed].
It does not collect config files at the moment.

refs #3446
2015-02-15 12:38:28 +01:00
..
CMakeLists.txt CLI: Add 'troubleshoot collect' command 2015-02-15 12:38:28 +01:00
clicommand.cpp Implement argument auto-completion for short options 2015-02-10 08:35:56 +01:00
clicommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
consolecommand.cpp Fix off-by-one mistake for error reporting 2015-02-10 15:40:37 +01:00
consolecommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
daemoncommand.cpp CLI: Add 'troubleshoot collect' command 2015-02-15 12:38:28 +01:00
daemoncommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
daemonutility.cpp CLI: Add 'troubleshoot collect' command 2015-02-15 12:38:28 +01:00
daemonutility.hpp CLI: Add 'troubleshoot collect' command 2015-02-15 12:38:28 +01:00
featuredisablecommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
featuredisablecommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
featureenablecommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
featureenablecommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
featurelistcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
featurelistcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
featureutility.cpp CLI: Add 'troubleshoot collect' command 2015-02-15 12:38:28 +01:00
featureutility.hpp CLI: Add 'troubleshoot collect' command 2015-02-15 12:38:28 +01:00
i2-cli.hpp Update copyright year 2015-01-22 12:00:23 +01:00
nodeaddcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
nodeaddcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
nodeblackandwhitelistcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
nodeblackandwhitelistcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
nodelistcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
nodelistcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
noderemovecommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
noderemovecommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
nodesetcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
nodesetcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
nodesetupcommand.cpp Create certificate backups in 'node setup' 2015-02-09 14:19:26 +01:00
nodesetupcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
nodeupdateconfigcommand.cpp node update-config: Check node name against blacklist too 2015-02-09 18:56:17 +01:00
nodeupdateconfigcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
nodeutility.cpp Build fix for Windows 2015-02-09 14:04:00 +01:00
nodeutility.hpp Build fix for Windows 2015-02-09 14:04:00 +01:00
nodewizardcommand.cpp Replace if( with if ( 2015-02-11 15:47:45 +01:00
nodewizardcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
objectlistcommand.cpp Don't use separate threads for each ApiClient object 2015-02-14 16:34:36 +01:00
objectlistcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
pkinewcacommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
pkinewcacommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
pkinewcertcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
pkinewcertcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
pkirequestcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
pkirequestcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
pkisavecertcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
pkisavecertcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
pkisigncsrcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
pkisigncsrcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
pkiticketcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
pkiticketcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
pkiutility.cpp Don't use separate threads for each ApiClient object 2015-02-14 16:34:36 +01:00
pkiutility.hpp Update copyright year 2015-01-22 12:00:23 +01:00
repositoryclearchangescommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
repositoryclearchangescommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
repositorycommitcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
repositorycommitcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
repositoryobjectcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
repositoryobjectcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
repositoryutility.cpp Replace if( with if ( 2015-02-11 15:47:45 +01:00
repositoryutility.hpp Update copyright year 2015-01-22 12:00:23 +01:00
troubleshootcollectcommand.cpp CLI: Add 'troubleshoot collect' command 2015-02-15 12:38:28 +01:00
troubleshootcollectcommand.hpp CLI: Add 'troubleshoot collect' command 2015-02-15 12:38:28 +01:00
variablegetcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
variablegetcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
variablelistcommand.cpp Update copyright year 2015-01-22 12:00:23 +01:00
variablelistcommand.hpp Update copyright year 2015-01-22 12:00:23 +01:00
variableutility.cpp Don't use separate threads for each ApiClient object 2015-02-14 16:34:36 +01:00
variableutility.hpp Update copyright year 2015-01-22 12:00:23 +01:00