Skip to content

Commit

Permalink
enh(plugin): build ssh backend (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
garnier-quentin authored Nov 4, 2021
1 parent 388b9a2 commit 852566c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_centreon_plugins_32.bat
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,12 @@ CMD /C %PERL_INSTALL_DIR%\perl\site\bin\pp --lib=centreon-plugins\ ^
-M centreon::plugins::backend::http::lwp ^
-M centreon::plugins::backend::http::curl ^
-M centreon::plugins::backend::http::curlconstants ^
-M centreon::plugins::backend::ssh::libssh ^
-M centreon::plugins::backend::ssh::libsshconstants ^
-M centreon::plugins::backend::ssh::plink ^
-M centreon::plugins::backend::ssh::sshcli ^
-M centreon::plugins::script ^
-M centreon::plugins::script_custom::cli ^
-M hardware::devices::safenet::hsm::protecttoolkit::plugin ^
-M hardware::devices::safenet::hsm::protecttoolkit::mode::hardware ^
-M hardware::devices::safenet::hsm::protecttoolkit::mode::components::temperature ^
Expand Down
5 changes: 5 additions & 0 deletions build_centreon_plugins_64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,12 @@ CMD /C %PERL_INSTALL_DIR%\perl\site\bin\pp --lib=centreon-plugins\ ^
-M centreon::plugins::backend::http::lwp ^
-M centreon::plugins::backend::http::curl ^
-M centreon::plugins::backend::http::curlconstants ^
-M centreon::plugins::backend::ssh::libssh ^
-M centreon::plugins::backend::ssh::libsshconstants ^
-M centreon::plugins::backend::ssh::plink ^
-M centreon::plugins::backend::ssh::sshcli ^
-M centreon::plugins::script ^
-M centreon::plugins::script_custom::cli ^
-M hardware::devices::safenet::hsm::protecttoolkit::plugin ^
-M hardware::devices::safenet::hsm::protecttoolkit::mode::hardware ^
-M hardware::devices::safenet::hsm::protecttoolkit::mode::components::temperature ^
Expand Down

0 comments on commit 852566c

Please sign in to comment.