]> granicus.if.org Git - icinga2/commitdiff
Add man pages for installed scripts
authorMichael Friedrich <michael.friedrich@gmail.com>
Fri, 13 Jun 2014 18:54:58 +0000 (20:54 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Fri, 13 Jun 2014 18:54:58 +0000 (20:54 +0200)
fixes #6482

doc/CMakeLists.txt
doc/icinga2-build-ca.8 [new file with mode: 0644]
doc/icinga2-build-key.8 [new file with mode: 0644]
doc/icinga2-disable-feature.8 [new file with mode: 0644]
doc/icinga2-enable-feature.8 [new file with mode: 0644]
doc/icinga2-sign-key.8 [new file with mode: 0644]

index cf209421f0614606ebb4bfbed24d852ae1a11523..f6604444e3a4b391a69321a18c5487860a652634 100644 (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()
diff --git a/doc/icinga2-build-ca.8 b/doc/icinga2-build-ca.8
new file mode 100644 (file)
index 0000000..fb7b0d0
--- /dev/null
@@ -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.
diff --git a/doc/icinga2-build-key.8 b/doc/icinga2-build-key.8
new file mode 100644 (file)
index 0000000..4947bbb
--- /dev/null
@@ -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.
diff --git a/doc/icinga2-disable-feature.8 b/doc/icinga2-disable-feature.8
new file mode 100644 (file)
index 0000000..8472386
--- /dev/null
@@ -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.
diff --git a/doc/icinga2-enable-feature.8 b/doc/icinga2-enable-feature.8
new file mode 100644 (file)
index 0000000..289fe28
--- /dev/null
@@ -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.
diff --git a/doc/icinga2-sign-key.8 b/doc/icinga2-sign-key.8
new file mode 100644 (file)
index 0000000..04df388
--- /dev/null
@@ -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.