]> granicus.if.org Git - icinga2/commit
Implement support for CLI commands
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 6 Oct 2014 12:21:18 +0000 (14:21 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 8 Oct 2014 13:33:10 +0000 (15:33 +0200)
commita4081f1445d5b7dc53fcebbb6c6220ef462ddaec
tree6e129b0a009103510c33989cbc4d06a3c1c626c0
parenta68bfea737312b0e991a8bebc019e261335adca6
Implement support for CLI commands

fixes #7246
19 files changed:
debian/icinga2-common.icinga2.init
debian/icinga2-common.install
etc/CMakeLists.txt
etc/bash_completion.d/icinga2 [new file with mode: 0644]
etc/initsystem/icinga2.init.d.cmake
etc/initsystem/icinga2.service.cmake
icinga-app/icinga.cpp
icinga2.spec
lib/CMakeLists.txt
lib/base/CMakeLists.txt
lib/base/application.cpp
lib/base/clicommand.cpp [new file with mode: 0644]
lib/base/clicommand.hpp [new file with mode: 0644]
lib/base/utility.cpp
lib/cli/CMakeLists.txt [new file with mode: 0644]
lib/cli/cainitcommand.cpp [new file with mode: 0644]
lib/cli/cainitcommand.hpp [new file with mode: 0644]
lib/cli/daemoncommand.cpp [new file with mode: 0644]
lib/cli/daemoncommand.hpp [new file with mode: 0644]