]> granicus.if.org Git - icinga2/commit
Cli commands: Add basic agent command set
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 17 Oct 2014 13:13:17 +0000 (15:13 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 17 Oct 2014 14:06:12 +0000 (16:06 +0200)
commitf9209ec5e8f88a4fe9b4004eeebdc7b374ae9531
tree8644f0bcd0fa653be39cbec3b68abb0eb14aa380
parentd16670c4b7959fdda22a6487931f9fa580093bda
Cli commands: Add basic agent command set

refs #7248
19 files changed:
lib/cli/CMakeLists.txt
lib/cli/agentaddcommand.cpp [new file with mode: 0644]
lib/cli/agentaddcommand.hpp [new file with mode: 0644]
lib/cli/agentblackandwhitelistcommand.cpp [new file with mode: 0644]
lib/cli/agentblackandwhitelistcommand.hpp [new file with mode: 0644]
lib/cli/agentlistcommand.cpp [new file with mode: 0644]
lib/cli/agentlistcommand.hpp [new file with mode: 0644]
lib/cli/agentremovecommand.cpp [new file with mode: 0644]
lib/cli/agentremovecommand.hpp [new file with mode: 0644]
lib/cli/agentsetcommand.cpp [new file with mode: 0644]
lib/cli/agentsetcommand.hpp [new file with mode: 0644]
lib/cli/agentsetupcommand.cpp [new file with mode: 0644]
lib/cli/agentsetupcommand.hpp [new file with mode: 0644]
lib/cli/agentupdateconfigcommand.cpp [new file with mode: 0644]
lib/cli/agentupdateconfigcommand.hpp [new file with mode: 0644]
lib/cli/agentutility.cpp [new file with mode: 0644]
lib/cli/agentutility.hpp [new file with mode: 0644]
lib/cli/agentwizardcommand.cpp [new file with mode: 0644]
lib/cli/agentwizardcommand.hpp [new file with mode: 0644]