Revision 94444c4a man/mon-collector.rst

b/man/mon-collector.rst
27 27
COLLECTORS
28 28
----------
29 29

  
30
DISKSTATS
31
~~~~~~~~~
32

  
33
| diskstats [ [ **-f** | **\--file** ] = *input-file* ]
34

  
35
Collects the information about the status of the disks of the system, as listed
36
by /proc/diskstats, or by an alternate file with the same syntax specified on
37
the command line.
38

  
39
The options that can be passed to the DRBD collector are as follows:
40

  
41
-f *input-file*, \--file=*input-file*
42
  Where to read the data from. Default if not specified: /proc/diskstats
43

  
30 44
DRBD
31 45
~~~~
32 46

  
......
71 85
LOGICAL VOLUMES
72 86
~~~~~~~~~~~~~~~
73 87

  
74
| lv [ [ **-a** | **\--address** ] = *ip-address* ] [ [ **-p** | **\--port** ] 
75
  = *port-number* ] [ [ **-f** | **\--file** ] = *input-file* ] 
88
| lv [ [ **-a** | **\--address** ] = *ip-address* ] [ [ **-p** | **\--port** ]
89
  = *port-number* ] [ [ **-f** | **\--file** ] = *input-file* ]
76 90
  [ [ **-i** | **\--instances** ] = *instances-file* ]
77 91

  
78 92
Collects the information about the logical volumes of the current node.
......
95 109
  The name of the file containing a recorded output of the ``lvs`` tool.
96 110

  
97 111
-i *instances-file*, \--instances=*instances-file*
98
  The name of the file containing a JSON serialization of instances the 
112
  The name of the file containing a JSON serialization of instances the
99 113
  current node is primary and secondary for, listed as::
100 114

  
101 115
    ([Instance], [Instance])
102 116

  
103
  where the first list contains the instances the node is primary for, the 
117
  where the first list contains the instances the node is primary for, the
104 118
  second list those the node is secondary for.

Also available in: Unified diff