Revision 1f53be84

b/man/mon-collector.rst
24 24
When executed, ``mon-collector`` will run the specified collector and will
25 25
print its output to stdout, in JSON format.
26 26

  
27

  
28

  
29

  
30 27
COLLECTORS
31 28
----------
32 29

  
33 30
DRBD
34 31
~~~~
35 32

  
36
| drbd [ [ **-s** | **\--drbd-status** ] = *status-file* ] [ [ **-p** | **\--drbd-pairing**] = *pairing-file* ]
33
| drbd [ [ **-s** | **\--drbd-status** ] = *status-file* ] [ [ **-p** |
34
  **\--drbd-pairing**] = *pairing-file* ]
37 35

  
38 36
Collects the information about the version and status of the DRBD kernel
39 37
module, and of the disks it is managing.
......
51 49
-p *pairing-file*, \--drbd-pairing=*pairing-file*
52 50
  Read the information about the pairing between instances and DRBD minors
53 51
  from the specified file instead of asking the Confd servers for them.
52

  
53
INSTANCE STATUS
54
~~~~~~~~~~~~~~~
55

  
56
| inst-status-xen [ [ **-a** | **\--address** ] = *ip-address* ] [ [ **-p** |
57
  **\--port** ] = *port-number* ]
58

  
59
Collects the information about the status of the instances of the current node.
60
In order to perform this task, it needs to connect to the ConfD daemon to fetch
61
some configuration information. The following parameters allow the user to
62
specify the position where the daemon is listening, in case it's not the default
63
one:
64

  
65
-a *ip-address*, \--address=*ip-address*
66
  The IP address the ConfD daemon is listening on.
67

  
68
-p *port-number*, \--port=*port-number*
69
  The port the ConfD deamon is listening on.

Also available in: Unified diff