X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-python.pod;h=ada1ff55fa32d52551c81306da878936e7956f14;hb=6ce52f70cc1e6450df3454f19743a29295b84050;hp=e0851d90c66204cf64883ba731d7ddcca6c8c0e1;hpb=da612fa9c6a3343b43789569d64197d7c690be52;p=collectd.git diff --git a/src/collectd-python.pod b/src/collectd-python.pod index e0851d90..ada1ff55 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -37,7 +37,7 @@ for collectd in Python. This is a lot more efficient than executing a Python-script every time you want to read a value with the C (see L) and provides a lot more functionality, too. -The minimum required Python version is I<2.3>. +The minimum required Python version is I<2.6>. =head1 CONFIGURATION @@ -475,7 +475,7 @@ Methods defined here: =over 4 -=item B([type][, values][, plugin_instance][, type_instance][, plugin][, host][, time][, interval]) -> None. Dispatch a value list. +=item B([type][, message][, plugin_instance][, type_instance][, plugin][, host][, time][, severity]) -> None. Dispatch a notification. Dispatch this instance to the collectd process. The object has members for each of the possible arguments for this method. For a detailed explanation of these