This file is indexed.

/usr/share/doc/shinken/doc/manpages/markdown/shinken-discovery.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
% shinken-discovery(8) Shinken User Manuals
% David Hannequin
% Arthur Gautier
% Michael Leinartas
% December 29, 2011

# NAME

shinken-discovery - Shinken discovery command

# SYNOPSIS

shinken-discovery [-w] [-c *CONFIGFILE*] [-o *OUTPUT_PATH*] [-r *RUNNER*[,*RUNNER,...]] [-m *MACRO* [*MACRO* ...]]

# DESCRIPTION

Shinken discovery command

There are two discovery modules included:
 * Standard network discovery which uses the nmap tool
 * VMware discovery which uses the *check_esx3.pl* script and a vcenter installation.

It is best to do the whole discovery in one pass because one module can
use data from the other.

# OPTIONS
\-- version
:   Show the version and exit

-c *CONFIGFILE*, \--cfg-input *CONFIGGILE*
:   Discovery configuration file

-o *OUTPUT_PATH*, \--dir-output *OUTPUT_PATH*
:   Directory output for results

-w, \--overright
:   Allow overwriting existing files (disabled by default)

-r *RUNNERS*
:   Comma-separated list of discovery runner modules to use

-m *MACROS*
:   List of macros to pass to discovery runner modules. Must be the last
    argument. Ex: NMAPTARGETS=192.168.0.0/24

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