This file is indexed.

/usr/share/doc/shinken/doc/man/shinken-discovery.8shinken 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
50
51
52
53
54
55
56
57
58
59
60
61
.TH shinken-discovery 8 "December 29, 2011" "Shinken User Manuals"
.SH NAME
.PP
shinken-discovery - Shinken discovery command
.SH SYNOPSIS
.PP
shinken-discovery [-w] [-c \f[I]CONFIGFILE\f[]] [-o
\f[I]OUTPUT_PATH\f[]] [-r \f[I]RUNNER\f[][,\f[I]RUNNER,\&...]]
[-m\f[]MACRO* [\f[I]MACRO\f[] \&...]]
.SH DESCRIPTION
.PP
Shinken discovery command
.PP
There are two discovery modules included: * Standard network discovery
which uses the nmap tool * VMware discovery which uses the
\f[I]check_esx3.pl\f[] script and a vcenter installation.
.PP
It is best to do the whole discovery in one pass because one module can
use data from the other.
.SH OPTIONS
.TP
.B -- version
Show the version and exit
.RS
.RE
.TP
.B -c \f[I]CONFIGFILE\f[], --cfg-input \f[I]CONFIGGILE\f[]
Discovery configuration file
.RS
.RE
.TP
.B -o \f[I]OUTPUT_PATH\f[], --dir-output \f[I]OUTPUT_PATH\f[]
Directory output for results
.RS
.RE
.TP
.B -w, --overright
Allow overwriting existing files (disabled by default)
.RS
.RE
.TP
.B -r \f[I]RUNNERS\f[]
Comma-separated list of discovery runner modules to use
.RS
.RE
.TP
.B -m \f[I]MACROS\f[]
List of macros to pass to discovery runner modules.
Must be the last argument.
Ex: NMAPTARGETS=192.168.0.0/24
.RS
.RE
.TP
.B -h, --help
Print detailed help screen.
.RS
.RE
.SH AUTHORS
David Hannequin.
Arthur Gautier.
Michael Leinartas.