ceph plugin: Make cut_suffix void, change var names
[collectd.git] / src / collectd.conf.pod
index c30256f..44ecd36 100644 (file)
@@ -2226,7 +2226,7 @@ the daemon. Other than that, that name is not used.
 =item B<Plugin> I<Plugin>
 
 Use I<Plugin> as the plugin name when submitting query results from
-this B<Database>. Defaults to 'dbi'.
+this B<Database>. Defaults to C<dbi>.
 
 =item B<Interval> I<Interval>
 
@@ -5797,7 +5797,7 @@ values submitted to the daemon. Other than that, that name is not used.
 =item B<Plugin> I<Plugin>
 
 Use I<Plugin> as the plugin name when submitting query results from
-this B<Database>. Defaults to 'oracle'.
+this B<Database>. Defaults to C<oracle>.
 
 =item B<ConnectID> I<ID>
 
@@ -6477,7 +6477,7 @@ transaction fails or if the database server crashes.
 =item B<Plugin> I<Plugin>
 
 Use I<Plugin> as the plugin name when submitting query results from
-this B<Database>. Defaults to 'postgresql'.
+this B<Database>. Defaults to C<postgresql>.
 
 =item B<Instance> I<name>
 
@@ -6743,6 +6743,7 @@ collected for these selected processes are:
  - number of processes
  - number of threads
  - number of open files (under Linux)
+ - number of memory mapped files (under Linux)
  - io data (where available)
  - context switches (under Linux)
  - minor and major pagefaults.
@@ -6763,6 +6764,12 @@ slashes.
 
 Collect context switch of the process.
 
+=item B<CollectMemoryMaps> I<Boolean>
+
+Collect the number of memory mapped files of the process.
+The limit for this number is configured via F</proc/sys/vm/max_map_count> in
+the Linux kernel.
+
 =back
 
 =head2 Plugin C<protocols>