[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Michael Leinartas mleinartas at gmail.com
Tue Feb 28 22:10:49 UTC 2012


The following commit has been merged in the debian/master branch:
commit 63f0afab9049923405bb7255257c6cabd8780012
Author: Michael Leinartas <mleinartas at gmail.com>
Date:   Thu Dec 29 11:28:07 2011 -0600

    Regenerate manpages to correct troff format

diff --git a/doc/man/shinken-arbiter.8shinken b/doc/man/shinken-arbiter.8shinken
index a6e3bc2..64ff28b 100644
--- a/doc/man/shinken-arbiter.8shinken
+++ b/doc/man/shinken-arbiter.8shinken
@@ -1,49 +1,47 @@
-=head1 SHINKEN-ARBITER                                                                   
-
-Command - Shinken arbiter command.
-
-=head1 SYNOPSIS
-
-/usr/sbin/shinken-arbiter  [options...]
-
-=head1 DESCRIPTION
-
-Shinken Arbiter Daemon 
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<-c|--config=/etc/nagios.cfg>
-
-Config file (your nagios.cfg). Multiple -c can be used, it will be like if all files was just one.
-
-=item B<-d|--daemon>
-
+.TH shinken-arbiter 8 "September 14, 2011" "Shinken User Manuals"
+.SH NAME
+.PP
+shinken-arbiter - Shinken arbiter command.
+.SH SYNOPSIS
+.PP
+shinken-arbiter [\f[I]options\f[]] \&...
+.SH DESCRIPTION
+.PP
+Shinken arbiter daemon.
+.PP
+Reads the configuration, cuts it into parts (N schedulers = N parts),
+and then send them to all others elements.
+It also manages the high availability feature : if an element dies, it
+re-routes the configuration managed by this falling element to a spare
+one.
+Its other role is to receive input from users (like external commands
+from nagios.cmd) and sends them to other elements.
+There can be only one active arbiter in the architecture.
+.SH OPTIONS
+.TP
+.B -c \f[I]CONFIGFILE\f[], --config \f[I]CONFIGFILE\f[]
+Config file
+.RS
+.RE
+.TP
+.B -d, --daemon
 Run in daemon mode.
-
-=item B<-r|--replace>
-
+.RS
+.RE
+.TP
+.B -r, --replace
 Replace previous running arbiter.
-
-=item B<-h|--help>
-
+.RS
+.RE
+.TP
+.B -h, --help
 Print detailed help screen.
-
-=item B<--debug>
-
-Debug File. Default : no use (why debug a bug free program? :) ).
-
-Displays information about the currently installed version and exists.
-
-=head1 BUGS
-
-This command has absolutely no bugs, as I have written it. Also, as it has no bugs, there is no need for a bug tracker.
-
-=head1 AUTHORS
-
-Bshinken-arbiter was written by Jean Gabes <naparuba at gmail.com>. This manual page was written by David Hannequin <david.hannequin at gmail.com>.
-
-Both are released under the GNU Affero General Public License, version 3 or later.
-
-=cut
+.RS
+.RE
+.TP
+.B --debug \f[I]FILE\f[]
+Debug File.
+.RS
+.RE
+.SH AUTHORS
+Arthur Gautier.
diff --git a/doc/man/shinken-broker.8shinken b/doc/man/shinken-broker.8shinken
index 30ac159..cc47dcd 100644
--- a/doc/man/shinken-broker.8shinken
+++ b/doc/man/shinken-broker.8shinken
@@ -1,49 +1,40 @@
-=head1 SHINKEN-BROKER
-
-Command - Shinken broker command.
-
-=head1 SYNOPSIS
-
-/usr/sbin/shinken-broker  [options...]
-
-=head1 DESCRIPTION
-
-Shinken broker Daemon 
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<-c|--config>
-
-Config file. Multiple -c can be used, it will be like if all files was just one.
-
-=item B<-d|--daemon>
-
+.TH shinken-broker 8 "September 14, 2011" "Shinken User Manuals"
+.SH NAME
+.PP
+shinken-broker - Shinken broker command.
+.SH SYNOPSIS
+.PP
+shinken-broker [\f[I]options\f[]] \&...
+.SH DESCRIPTION
+.PP
+Shinken receiver daemon.
+.PP
+Its role is to get data from schedulers (like status) and manage it
+(like storing it in database).
+The management itself is done by modules.
+Different modules exists : export into ndo database (MySQL and Oracle
+backend), export to merlin database (MySQL), service-perfdata export and
+a couchdb export, or a mix of them (why not?).
+.SH OPTIONS
+.TP
+.B -c \f[I]CONFIGFILE\f[], --config \f[I]CONFIGFILE\f[]
+Config file
+.RS
+.RE
+.TP
+.B -d, --daemon
 Run in daemon mode.
-
-=item B<-r|--replace>
-
-Replace previous running scheduler.
-
-=item B<-h|--help>
-
+.RS
+.RE
+.TP
+.B -h, --help
 Print detailed help screen.
-
-=item B<--debug>
-
-Debug File. Default : no use (why debug a bug free program? :) ).
-
-Displays information about the currently installed version and exists.
-
-=head1 BUGS
-
-This command has absolutely no bugs, as I have written it. Also, as it has no bugs, there is no need for a bug tracker.
-
-=head1 AUTHORS
-
-Bshinken-broker was written by Jean Gabes <naparuba at gmail.com>. This manual page was written by David Hannequin <david.hannequin at gmail.com>.
-
-Both are released under the GNU Affero General Public License, version 3 or later.
-
-=cut
+.RS
+.RE
+.TP
+.B --debug \f[I]FILE\f[]
+Debug File.
+.RS
+.RE
+.SH AUTHORS
+Arthur Gautier.
diff --git a/doc/man/shinken-discovery.8shinken b/doc/man/shinken-discovery.8shinken
index 34f0c39..b7aeba0 100644
--- a/doc/man/shinken-discovery.8shinken
+++ b/doc/man/shinken-discovery.8shinken
@@ -1,49 +1,55 @@
-=head1 SHINKEN-DISCOVERY                                                                   
-
-Command - Shinken discovery command.
-
-=head1 SYNOPSIS
-
-/usr/sbin/shinken-discovery  [options...]
-
-=head1 DESCRIPTION
-
-Shinken discovery command
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<-o|--output>
-
-ouput file.
-
-=item B<-r>
-
-Indicate where nmap binary.
-
-=item B<-m>
-
+.TH shinken-discovery 8 "September 14, 2011" "Shinken User Manuals"
+.SH NAME
+.PP
+shinken-discovery - Shinken discovery command.
+.SH SYNOPSIS
+.PP
+shinken-discovery [\f[I]options\f[]] \&...
+.SH DESCRIPTION
+.PP
+Shinken discovery daemon.
+.PP
+Until now, there are two discovery modules : * Standard network one,
+that uses the nmap tool * VMware one, that uses the
+\f[I]check_esx3.pl\f[] script and a vcenter installation.
+.PP
+It's better to do the whole discovery in one pass, because one module
+can use data from the other.
+.SH OPTIONS
+.TP
+.B -c \f[I]CONFIGFILE\f[], --cfg-config \f[I]CONFIGGILE\f[]
+Configuration file.
+.RS
+.RE
+.TP
+.B -o \f[I]DIRECTORY\f[], --dir-output \f[I]DIRECTORY\f[]
+output directory.
+.RS
+.RE
+.TP
+.B -w, --overwrite
+Allow overwriting existing files.
+.RS
+.RE
+.TP
+.B -r \f[I]PATH\f[]
+Indicate path to the nmap binary.
+.RS
+.RE
+.TP
+.B -m \f[I]NETWORK\f[]
 Indicate lan to scan.
-
-=item B<-h|--help>
-
+.RS
+.RE
+.TP
+.B -h, --help
 Print detailed help screen.
-
-=item B<--debug>
-
-Debug File. Default : no use (why debug a bug free program? :) ).
-
-Displays information about the currently installed version and exists.
-
-=head1 BUGS
-
-This command has absolutely no bugs, as I have written it. Also, as it has no bugs, there is no need for a bug tracker.
-
-=head1 AUTHORS
-
-Bshinken-poller was written by Jean Gabes <naparuba at gmail.com>. This manual page was written by David Hannequin <david.hannequin at gmail.com>.
-
-Both are released under the GNU Affero General Public License, version 3 or later.
-
-=cut
+.RS
+.RE
+.TP
+.B --debug \f[I]FILE\f[]
+Debug File.
+.RS
+.RE
+.SH AUTHORS
+Arthur Gautier.
diff --git a/doc/man/shinken-poller.8shinken b/doc/man/shinken-poller.8shinken
index 3e64720..0221472 100644
--- a/doc/man/shinken-poller.8shinken
+++ b/doc/man/shinken-poller.8shinken
@@ -1,49 +1,39 @@
-=head1 SHINKEN-POLLER                                                                   
-
-Command - Shinken poller command.
-
-=head1 SYNOPSIS
-
-/usr/sbin/shinken-poller  [options...]
-
-=head1 DESCRIPTION
-
-Shinken poller Daemon 
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<-c|--config>
-
-Config file. Multiple -c can be used, it will be like if all files was just one.
-
-=item B<-d|--daemon>
-
+.TH shinken-poller 8 "September 14, 2011" "Shinken User Manuals"
+.SH NAME
+.PP
+shinken-poller - Shinken poller command.
+.SH SYNOPSIS
+.PP
+shinken-poller [\f[I]options\f[]] \&...
+.SH DESCRIPTION
+.PP
+Daemon in charge of launching plugins as requested by schedulers.
+When the check is finished it returns the result to the schedulers.
+.SH OPTIONS
+.TP
+.B -c \f[I]CONFIGFILE\f[], --config \f[I]CONFIGFILE\f[]
+Config file
+.RS
+.RE
+.TP
+.B -d, --daemon
 Run in daemon mode.
-
-=item B<-r|--replace>
-
-Replace previous running scheduler.
-
-=item B<-h|--help>
-
+.RS
+.RE
+.TP
+.B -r, --replace
+Replace previous running poller.
+.RS
+.RE
+.TP
+.B -h, --help
 Print detailed help screen.
-
-=item B<--debug>
-
-Debug File. Default : no use (why debug a bug free program? :) ).
-
-Displays information about the currently installed version and exists.
-
-=head1 BUGS
-
-This command has absolutely no bugs, as I have written it. Also, as it has no bugs, there is no need for a bug tracker.
-
-=head1 AUTHORS
-
-Bshinken-poller was written by Jean Gabes <naparuba at gmail.com>. This manual page was written by David Hannequin <david.hannequin at gmail.com>.
-
-Both are released under the GNU Affero General Public License, version 3 or later.
-
-=cut
+.RS
+.RE
+.TP
+.B --debug \f[I]FILE\f[]
+Debug File.
+.RS
+.RE
+.SH AUTHORS
+Arthur Gautier.
diff --git a/doc/man/shinken-reactionner.8shinken b/doc/man/shinken-reactionner.8shinken
index ac54e02..f9ce92f 100644
--- a/doc/man/shinken-reactionner.8shinken
+++ b/doc/man/shinken-reactionner.8shinken
@@ -1,49 +1,38 @@
-=head1 SHINKEN-REACTIONNER
-
-Command - Shinken reactionner command.
-
-=head1 SYNOPSIS
-
-/usr/sbin/shinken-reactionner  [options...]
-
-=head1 DESCRIPTION
-
-Shinken reactionner Daemon 
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<-c|--config>
-
-Config file. Multiple -c can be used, it will be like if all files was just one.
-
-=item B<-d|--daemon>
-
+.TH shinken-reactionner 8 "September 14, 2011" "Shinken User Manuals"
+.SH NAME
+.PP
+shinken-reactionner - Shinken reactionner command.
+.SH SYNOPSIS
+.PP
+shinken-reactionner [\f[I]options\f[]] \&...
+.SH DESCRIPTION
+.PP
+Shinken reactionner Daemon.
+.SH OPTIONS
+.TP
+.B -c \f[I]CONFIGFILE\f[], --config \f[I]CONFIGFILE\f[]
+Config file
+.RS
+.RE
+.TP
+.B -d, --daemon
 Run in daemon mode.
-
-=item B<-r|--replace>
-
-Replace previous running scheduler.
-
-=item B<-h|--help>
-
+.RS
+.RE
+.TP
+.B -r, --replace
+Replace previous running arbiter.
+.RS
+.RE
+.TP
+.B -h, --help
 Print detailed help screen.
-
-=item B<--debug>
-
-Debug File. Default : no use (why debug a bug free program? :) ).
-
-Displays information about the currently installed version and exists.
-
-=head1 BUGS
-
-This command has absolutely no bugs, as I have written it. Also, as it has no bugs, there is no need for a bug tracker.
-
-=head1 AUTHORS
-
-Bshinken-reactionner was written by Jean Gabes <naparuba at gmail.com>. This manual page was written by David Hannequin <david.hannequin at gmail.com>.
-
-Both are released under the GNU Affero General Public License, version 3 or later.
-
-=cut
+.RS
+.RE
+.TP
+.B --debug \f[I]FILE\f[]
+Debug File.
+.RS
+.RE
+.SH AUTHORS
+Arthur Gautier.
diff --git a/doc/man/shinken-receiver.8shinken b/doc/man/shinken-receiver.8shinken
index b4d08fc..8487a3d 100644
--- a/doc/man/shinken-receiver.8shinken
+++ b/doc/man/shinken-receiver.8shinken
@@ -1,45 +1,33 @@
-=head1 SHINKEN-RECEIVER                                                                   
-
-Command - Shinken receiver command.
-
-=head1 SYNOPSIS
-
-/usr/sbin/shinken-receiver  [options...]
-
-=head1 DESCRIPTION
-
-Shinken receiver Daemon 
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<-c|--config>
-
-Config file. Multiple -c can be used, it will be like if all files was just one.
-
-=item B<-d|--daemon>
-
+.TH shinken-receiver 8 "September 14, 2011" "Shinken User Manuals"
+.SH NAME
+.PP
+shinken-receiver - Shinken receiver command.
+.SH SYNOPSIS
+.PP
+shinken-receiver [\f[I]options\f[]] \&...
+.SH DESCRIPTION
+.PP
+Shinken receiver daemon
+.SH OPTIONS
+.TP
+.B -c \f[I]CONFIGFILE\f[], --config \f[I]CONFIGFILE\f[]
+Config file
+.RS
+.RE
+.TP
+.B -d, --daemon
 Run in daemon mode.
-
-=item B<-h|--help>
-
+.RS
+.RE
+.TP
+.B -h, --help
 Print detailed help screen.
-
-=item B<--debug>
-
-Debug File. Default : no use (why debug a bug free program? :) ).
-
-Displays information about the currently installed version and exists.
-
-=head1 BUGS
-
-This command has absolutely no bugs, as I have written it. Also, as it has no bugs, there is no need for a bug tracker.
-
-=head1 AUTHORS
-
-Bshinken-poller was written by Jean Gabes <naparuba at gmail.com>. This manual page was written by David Hannequin <david.hannequin at gmail.com>.
-
-Both are released under the GNU Affero General Public License, version 3 or later.
-
-=cut
+.RS
+.RE
+.TP
+.B --debug \f[I]FILE\f[]
+Debug File.
+.RS
+.RE
+.SH AUTHORS
+Arthur Gautier.
diff --git a/doc/man/shinken-scheduler.8shinken b/doc/man/shinken-scheduler.8shinken
index f2081da..dd77c5b 100644
--- a/doc/man/shinken-scheduler.8shinken
+++ b/doc/man/shinken-scheduler.8shinken
@@ -1,49 +1,38 @@
-=head1 SHINKEN-SCHEDULER
-
-Command - Shinken scheduler command.
-
-=head1 SYNOPSIS
-
-/usr/sbin/shinken-scheduler  [options...]
-
-=head1 DESCRIPTION
-
-Shinken scheduler Daemon 
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<-c|--config>
-
-Config file. Multiple -c can be used, it will be like if all files was just one.
-
-=item B<-d|--daemon>
-
+.TH shinken-scheduler 8 "September 14, 2011" "Shinken User Manuals"
+.SH NAME
+.PP
+shinken-scheduler - Shinken scheduler command.
+.SH SYNOPSIS
+.PP
+shinken-scheduler [\f[I]options\f[]] \&...
+.SH DESCRIPTION
+.PP
+Shinken scheduler daemon.
+.SH OPTIONS
+.TP
+.B -c \f[I]CONFIGFILE\f[], --config \f[I]CONFIGFILE\f[]
+Config file
+.RS
+.RE
+.TP
+.B -d, --daemon
 Run in daemon mode.
-
-=item B<-r|--replace>
-
+.RS
+.RE
+.TP
+.B -r, --replace
 Replace previous running scheduler.
-
-=item B<-h|--help>
-
+.RS
+.RE
+.TP
+.B -h, --help
 Print detailed help screen.
-
-=item B<--debug>
-
-Debug File. Default : no use (why debug a bug free program? :) ).
-
-Displays information about the currently installed version and exists.
-
-=head1 BUGS
-
-This command has absolutely no bugs, as I have written it. Also, as it has no bugs, there is no need for a bug tracker.
-
-=head1 AUTHORS
-
-Bshinken-scheduler was written by Jean Gabes <naparuba at gmail.com>. This manual page was written by David Hannequin <david.hannequin at gmail.com>.
-
-Both are released under the GNU Affero General Public License, version 3 or later.
-
-=cut
+.RS
+.RE
+.TP
+.B --debug \f[I]FILE\f[]
+Debug File.
+.RS
+.RE
+.SH AUTHORS
+Arthur Gautier.

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list