]> granicus.if.org Git - icinga2/commit
Implement the "variable" CLI command
authorGunnar Beutner <gunnar@beutner.name>
Mon, 20 Oct 2014 19:14:00 +0000 (21:14 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Mon, 20 Oct 2014 19:14:56 +0000 (21:14 +0200)
commit2972c6bfe8de08786dbf7de336d6111b6c91778f
treedf78091b36c6d631ae0f79d5ad801a345547b1b4
parent7d2f60a00ef77f3e8c63a063824851366bf22467
Implement the "variable" CLI command

fixes #7370
icinga-app/icinga.cpp
lib/base/application.cpp
lib/base/application.hpp
lib/base/scriptvariable.cpp
lib/base/scriptvariable.hpp
lib/cli/CMakeLists.txt
lib/cli/daemoncommand.cpp
lib/cli/variablegetcommand.cpp [new file with mode: 0644]
lib/cli/variablegetcommand.hpp [new file with mode: 0644]
lib/cli/variablelistcommand.cpp [new file with mode: 0644]
lib/cli/variablelistcommand.hpp [new file with mode: 0644]