From 8d3725a89c23c9b9fcb5267f9c1eeae734127ce0 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 13 Jun 2014 20:54:58 +0200 Subject: [PATCH] Add man pages for installed scripts fixes #6482 --- doc/CMakeLists.txt | 2 +- doc/icinga2-build-ca.8 | 25 +++++++++++++++++++++++++ doc/icinga2-build-key.8 | 25 +++++++++++++++++++++++++ doc/icinga2-disable-feature.8 | 32 ++++++++++++++++++++++++++++++++ doc/icinga2-enable-feature.8 | 32 ++++++++++++++++++++++++++++++++ doc/icinga2-sign-key.8 | 25 +++++++++++++++++++++++++ 6 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 doc/icinga2-build-ca.8 create mode 100644 doc/icinga2-build-key.8 create mode 100644 doc/icinga2-disable-feature.8 create mode 100644 doc/icinga2-enable-feature.8 create mode 100644 doc/icinga2-sign-key.8 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index cf209421f..f6604444e 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -19,7 +19,7 @@ file(GLOB DOCSRCS "*.md") if(UNIX OR CYGWIN) install( - FILES icinga2.8 + FILES icinga2.8 icinga2-enable-feature.8 icinga2-disable-feature.8 icinga2-build-ca.8 icinga2-build-key.8 icinga2-sign-key.8 DESTINATION ${CMAKE_INSTALL_MANDIR}/man8 ) endif() diff --git a/doc/icinga2-build-ca.8 b/doc/icinga2-build-ca.8 new file mode 100644 index 000000000..fb7b0d037 --- /dev/null +++ b/doc/icinga2-build-ca.8 @@ -0,0 +1,25 @@ +.TH ICINGA2 "8" "June 2014" "icinga2 - The Icinga 2 network monitoring daemon." "System Administration Utilities" + +.SH NAME +icinga2-build-ca \- Build Icinga 2 certificate authority + +.SH DESCRIPTION +icinga2-build-ca \- Build Icinga 2 certificate authority + +Requires the environment variable ICINGA_CA set to an empty +writable directory. + +.SH AUTHOR +Icinga2 is maintained by the Icinga Project . + +.SH "REPORTING BUGS" +Report bugs at +.br +Icinga home page: + +.SH COPYRIGHT +Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org) +License GPLv2+: GNU GPL version 2 or later +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. diff --git a/doc/icinga2-build-key.8 b/doc/icinga2-build-key.8 new file mode 100644 index 000000000..4947bbbf8 --- /dev/null +++ b/doc/icinga2-build-key.8 @@ -0,0 +1,25 @@ +.TH ICINGA2 "8" "June 2014" "icinga2 - The Icinga 2 network monitoring daemon." "System Administration Utilities" + +.SH NAME +icinga2-build-key \- Build Icinga 2 certificate key + +.SH DESCRIPTION +icinga2-build-key \- Build Icinga 2 certificate key + +Requires the environment variable ICINGA_CA set to an empty +writable directory. + +.SH AUTHOR +Icinga2 is maintained by the Icinga Project . + +.SH "REPORTING BUGS" +Report bugs at +.br +Icinga home page: + +.SH COPYRIGHT +Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org) +License GPLv2+: GNU GPL version 2 or later +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. diff --git a/doc/icinga2-disable-feature.8 b/doc/icinga2-disable-feature.8 new file mode 100644 index 000000000..8472386bb --- /dev/null +++ b/doc/icinga2-disable-feature.8 @@ -0,0 +1,32 @@ +.TH ICINGA2 "8" "June 2014" "icinga2 - The Icinga 2 network monitoring daemon." "System Administration Utilities" + +.SH NAME +icinga2-enable-feature \- Enable Icinga 2 features. + +.SH DESCRIPTION +icinga2-enable-feature \- Enable Icinga 2 features. + +.SH OPTIONS +.TP +\fB\fR +Whitespace separated list of Icinga 2 features to be disable + +.SH FILES +.TP +.IP /etc/icinga2/features-available +Configuration directory for available Icinga2 features + +.SH AUTHOR +Icinga2 is maintained by the Icinga Project . + +.SH "REPORTING BUGS" +Report bugs at +.br +Icinga home page: + +.SH COPYRIGHT +Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org) +License GPLv2+: GNU GPL version 2 or later +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. diff --git a/doc/icinga2-enable-feature.8 b/doc/icinga2-enable-feature.8 new file mode 100644 index 000000000..289fe2841 --- /dev/null +++ b/doc/icinga2-enable-feature.8 @@ -0,0 +1,32 @@ +.TH ICINGA2 "8" "June 2014" "icinga2 - The Icinga 2 network monitoring daemon." "System Administration Utilities" + +.SH NAME +icinga2-enable-feature \- Enable Icinga 2 features. + +.SH DESCRIPTION +icinga2-enable-feature \- Enable Icinga 2 features. + +.SH OPTIONS +.TP +\fB\fR +Whitespace separated list of Icinga 2 features to be enabled + +.SH FILES +.TP +.IP /etc/icinga2/features-available +Configuration directory for available Icinga2 features + +.SH AUTHOR +Icinga2 is maintained by the Icinga Project . + +.SH "REPORTING BUGS" +Report bugs at +.br +Icinga home page: + +.SH COPYRIGHT +Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org) +License GPLv2+: GNU GPL version 2 or later +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. diff --git a/doc/icinga2-sign-key.8 b/doc/icinga2-sign-key.8 new file mode 100644 index 000000000..04df388c0 --- /dev/null +++ b/doc/icinga2-sign-key.8 @@ -0,0 +1,25 @@ +.TH ICINGA2 "8" "June 2014" "icinga2 - The Icinga 2 network monitoring daemon." "System Administration Utilities" + +.SH NAME +icinga2-sign-key \- Sign Icinga 2 certificate key + +.SH DESCRIPTION +icinga2-sign-key \- Sign Icinga 2 certificate key + +Requires the environment variable ICINGA_CA set to an empty +writable directory. + +.SH AUTHOR +Icinga2 is maintained by the Icinga Project . + +.SH "REPORTING BUGS" +Report bugs at +.br +Icinga home page: + +.SH COPYRIGHT +Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org) +License GPLv2+: GNU GPL version 2 or later +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. -- 2.40.0