Add man pages for installed scripts

fixes #6482
This commit is contained in:
Michael Friedrich 2014-06-13 20:54:58 +02:00
parent b15c6e96d0
commit 8d3725a89c
6 changed files with 140 additions and 1 deletions

View File

@ -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()

25
doc/icinga2-build-ca.8 Normal file
View File

@ -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 <info@icinga.org>.
.SH "REPORTING BUGS"
Report bugs at <https://dev.icinga.org/>
.br
Icinga home page: <http://www.icinga.org/>
.SH COPYRIGHT
Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org)
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

25
doc/icinga2-build-key.8 Normal file
View File

@ -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 <info@icinga.org>.
.SH "REPORTING BUGS"
Report bugs at <https://dev.icinga.org/>
.br
Icinga home page: <http://www.icinga.org/>
.SH COPYRIGHT
Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org)
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

View File

@ -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<features>\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 <info@icinga.org>.
.SH "REPORTING BUGS"
Report bugs at <https://dev.icinga.org/>
.br
Icinga home page: <http://www.icinga.org/>
.SH COPYRIGHT
Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org)
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

View File

@ -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<features>\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 <info@icinga.org>.
.SH "REPORTING BUGS"
Report bugs at <https://dev.icinga.org/>
.br
Icinga home page: <http://www.icinga.org/>
.SH COPYRIGHT
Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org)
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

25
doc/icinga2-sign-key.8 Normal file
View File

@ -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 <info@icinga.org>.
.SH "REPORTING BUGS"
Report bugs at <https://dev.icinga.org/>
.br
Icinga home page: <http://www.icinga.org/>
.SH COPYRIGHT
Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org)
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.