This file is indexed.

/usr/share/doc/shinken/doc/manpages/markdown/shinken-arbiter.8.md is in shinken-common 1.4-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
% shinken-arbiter(8) Shinken User Manuals
% David Hannequin
% Arthur Gautier
% Michael Leinartas
% December 29, 2011

# NAME

shinken-arbiter - Shinken arbiter daemon

# SYNOPSIS

shinken-arbiter [-dr] [-c *CONFIGFILE*] [--debugfile *DEBUGFILE*]
shinken-arbiter -v [-c *CONFIGFILE*]

# DESCRIPTION

Shinken arbiter daemon

The shinken-arbiter daemon reads the configuration, divides it into parts
(N schedulers = N parts), and distributes them to the appropriate Shinken daemons.
Additionally, it manages the high availability features: if a particular daemon dies,
it re-routes the configuration managed by this failed  daemon to the configured spare.
Finally, it receives input from users (such as external commands from nagios.cmd) and
routes them to the appropriate daemon. There can only be one active arbiter in the
architecture.

# OPTIONS

\--version
:   Show version number and exit

-c *CONFIGFILE*, \--config *CONFIGFILE*
:   Config file

-d, \--daemon
:   Run in daemon mode.

-r, \--replace
:   Replace previous running arbiter.

-h, \--help
:   Print detailed help screen.

\--debugfile *DEBUGFILE*
:   Enable debug logging to *DEBUGFILE*

-v, \--verify-config
:   Verify config file and exit