Mageia Bugzilla – Attachment 4966 Details for
Bug 12666
More verbose description for shinken packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
see description
shinken.spec.patch (text/plain), 3.10 KB, created by
Hartmut Goebel
on 2014-02-08 17:54:00 CET
(
hide
)
Description:
see description
Filename:
MIME Type:
Creator:
Hartmut Goebel
Created:
2014-02-08 17:54:00 CET
Size:
3.10 KB
patch
obsolete
>Index: SPECS/shinken.spec >=================================================================== >--- SPECS/shinken.spec (Revision 586319) >+++ SPECS/shinken.spec (Arbeitskopie) >@@ -25,41 +25,46 @@ > The main goal of Shinken is to allow users to have a fully flexible > architecture for their monitoring system that can easily scale to large > environments. >-Shinken also provide interfaces with NDODB and Merlin database, >+Shinken also provides interfaces with NDODB and Merlin database, > Livestatus connector Shinken does not include any human interfaces. > > %package arbiter >-Summary: Shinken Arbiter >+Summary: Shinken Arbiter Daemon > Group: Networking/Other > Requires: %{name} = %{version}-%{release} > Requires(post): rpm-helper >= 0.24.8-1 > Requires(preun): rpm-helper >= 0.24.8-1 > > %description arbiter >-Shinken arbiter daemon >+The arbiter daemon reads the configuration, divides it into parts (N >+schedulers = N parts), and distributes them to the appropriate Shinken >+daemons > > %package reactionner >-Summary: Shinken Reactionner >+Summary: Shinken Reactionner Daemon > Group: Networking/Other > Requires: %{name} = %{version}-%{release} > Requires(post): rpm-helper >= 0.24.8-1 > Requires(preun): rpm-helper >= 0.24.8-1 > > %description reactionner >-Shinken reactionner daemon >+The reactionner daemon issues notifications and launches >+event_handlers. > >+ > %package scheduler >-Summary: Shinken Scheduler >+Summary: Shinken Scheduler Deamon > Group: Networking/Other > Requires: %{name} = %{version}-%{release} > Requires(post): rpm-helper >= 0.24.8-1 > Requires(preun): rpm-helper >= 0.24.8-1 > > %description scheduler >-Shinken scheduler daemon >+The scheduler daemon manages the dispatching of checks and actions to >+the poller and reactionner daemons respectively. > > %package poller >-Summary: Shinken Poller >+Summary: Shinken Poller Deamon > Group: Networking/Other > Requires: %{name} = %{version}-%{release} > Suggests: nagios-plugins >@@ -67,27 +72,32 @@ > Requires(preun): rpm-helper >= 0.24.8-1 > > %description poller >-Shinken poller daemon >+The poller daemon launches check plugins as requested by schedulers. >+When the check is finished it returns the result to the schedulers. > > %package broker >-Summary: Shinken Poller >+Summary: Shinken Broker Deamon > Group: Networking/Other > Requires: %{name} = %{version}-%{release} > Requires(post): rpm-helper >= 0.24.8-1 > Requires(preun): rpm-helper >= 0.24.8-1 > > %description broker >-Shinken broker daemon >+The broker daemon exports and manages data from schedulers. The broker >+uses modules exclusively to get the job done. > > %package receiver >-Summary: Shinken Poller >+Summary: Shinken Receiver Deamon > Group: Networking/Other > Requires: %{name} = %{version}-%{release} > Requires(post): rpm-helper >= 0.24.8-1 > Requires(preun): rpm-helper >= 0.24.8-1 > > %description receiver >-Shinken receiver daemon >+The receiver daemon receives passive check data and serves as a >+distributed command buffer. The receiver is an optional component, >+install it if you want to receive passive check data or have a >+distributed command buffer. > > %prep > %setup -q
Index: SPECS/shinken.spec =================================================================== --- SPECS/shinken.spec (Revision 586319) +++ SPECS/shinken.spec (Arbeitskopie) @@ -25,41 +25,46 @@ The main goal of Shinken is to allow users to have a fully flexible architecture for their monitoring system that can easily scale to large environments. -Shinken also provide interfaces with NDODB and Merlin database, +Shinken also provides interfaces with NDODB and Merlin database, Livestatus connector Shinken does not include any human interfaces. %package arbiter -Summary: Shinken Arbiter +Summary: Shinken Arbiter Daemon Group: Networking/Other Requires: %{name} = %{version}-%{release} Requires(post): rpm-helper >= 0.24.8-1 Requires(preun): rpm-helper >= 0.24.8-1 %description arbiter -Shinken arbiter daemon +The arbiter daemon reads the configuration, divides it into parts (N +schedulers = N parts), and distributes them to the appropriate Shinken +daemons %package reactionner -Summary: Shinken Reactionner +Summary: Shinken Reactionner Daemon Group: Networking/Other Requires: %{name} = %{version}-%{release} Requires(post): rpm-helper >= 0.24.8-1 Requires(preun): rpm-helper >= 0.24.8-1 %description reactionner -Shinken reactionner daemon +The reactionner daemon issues notifications and launches +event_handlers. + %package scheduler -Summary: Shinken Scheduler +Summary: Shinken Scheduler Deamon Group: Networking/Other Requires: %{name} = %{version}-%{release} Requires(post): rpm-helper >= 0.24.8-1 Requires(preun): rpm-helper >= 0.24.8-1 %description scheduler -Shinken scheduler daemon +The scheduler daemon manages the dispatching of checks and actions to +the poller and reactionner daemons respectively. %package poller -Summary: Shinken Poller +Summary: Shinken Poller Deamon Group: Networking/Other Requires: %{name} = %{version}-%{release} Suggests: nagios-plugins @@ -67,27 +72,32 @@ Requires(preun): rpm-helper >= 0.24.8-1 %description poller -Shinken poller daemon +The poller daemon launches check plugins as requested by schedulers. +When the check is finished it returns the result to the schedulers. %package broker -Summary: Shinken Poller +Summary: Shinken Broker Deamon Group: Networking/Other Requires: %{name} = %{version}-%{release} Requires(post): rpm-helper >= 0.24.8-1 Requires(preun): rpm-helper >= 0.24.8-1 %description broker -Shinken broker daemon +The broker daemon exports and manages data from schedulers. The broker +uses modules exclusively to get the job done. %package receiver -Summary: Shinken Poller +Summary: Shinken Receiver Deamon Group: Networking/Other Requires: %{name} = %{version}-%{release} Requires(post): rpm-helper >= 0.24.8-1 Requires(preun): rpm-helper >= 0.24.8-1 %description receiver -Shinken receiver daemon +The receiver daemon receives passive check data and serves as a +distributed command buffer. The receiver is an optional component, +install it if you want to receive passive check data or have a +distributed command buffer. %prep %setup -q
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12666
: 4966