X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcollectd.conf.pod;h=f2bffa60327e08448bb2b3cd9b2fa1bf3bd459f5;hb=d486225f89ea52d8ed2b4242eba2ad94c409f837;hp=2dca2f53d52543d1803b6042a6b86c45a61fbde7;hpb=7feccc9a58e2c75b87f9f2883c9b4b5a0612938e;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 2dca2f53..f2bffa60 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -742,8 +742,9 @@ is preserved, i.e. passed through. The I can be used to communicate with other instances of I or third party applications using an AMQP 1.0 message -intermediary. Values are sent to the messaging intermediary which -may handle direct messaging or queue based transfer. +intermediary. Metric values or notifications are sent to the +messaging intermediary which may handle direct messaging or +queue based transfer. B @@ -755,9 +756,11 @@ B User "guest" Password "guest" Address "collectd" +# RetryDelay 1 Format "command" PreSettle false + Notify false # StoreRates false # GraphitePrefix "collectd." # GraphiteEscapeChar "_" @@ -770,8 +773,9 @@ B The plugin's configuration consists of a I that configures communications to the AMQP 1.0 messaging bus and one or more I -corresponding to publishers to the messaging system. The address in -the I block concatenated with the name given int the +corresponding to metric or event publishers to the messaging system. + +The address in the I block concatenated with the name given in the I block starting tag will be used as the send-to address for communications over the messaging link. @@ -803,6 +807,12 @@ default "guest"/"guest" is used. This option specifies the prefix for the send-to value in the message. By default, "collectd" will be used. +=item B I + +When the AMQP1 connection is lost, defines the time in seconds to wait +before attempting to reconnect. Defaults to 1, which implies attempt +to reconnect at 1 second intervals. + =back The following options are accepted within each I block: @@ -836,6 +846,13 @@ system. If set to B, the plugin will not wait for a message acknowledgement and the message may be dropped prior to transfer of ownership. +=item B B|B + +If set to B (the default), the plugin will service the +instance write call back as a value list. If set to B the +plugin will service the instance as a write notification callback +for alert formatting. + =item B B|B Determines whether or not C, C and C data sources @@ -3330,6 +3347,7 @@ B ReportSoftwareEvents true EventList "/var/cache/pmu/GenuineIntel-6-2D-core.json" HardwareEvents "L2_RQSTS.CODE_RD_HIT,L2_RQSTS.CODE_RD_MISS" "L2_RQSTS.ALL_CODE_RD" + Cores "0-3" "4,6" "[12-15]" B @@ -3401,6 +3419,23 @@ event_download.py script to download event list for current CPU. This field is a list of event names or groups of comma separated event names. This option requires B option to be configured. +=item B I + +All events are reported on a per core basis. Monitoring of the events can be +configured for a group of cores (aggregated statistics). This field defines +groups of cores on which to monitor supported events. The field is represented +as list of strings with core group values. Each string represents a list of +cores in a group. If a group is enclosed in square brackets each core is added +individually to a separate group (that is statistics are not aggregated). +Allowed formats are: + 0,1,2,3 + 0-10,20-18 + 1,3,5-8,10,0x10-12 + [4-15,32-63] + +If an empty string is provided as value for this field default cores +configuration is applied - that is separate group is created for each core. + =back =head2 Plugin C @@ -4276,11 +4311,19 @@ Configures the base register to read from the device. If the option B has been set to B or B, this and the next register will be read (the register number is increased by one). -=item B B|B|B|B|B +=item B B|B|B|B|B|B|B|B -Specifies what kind of data is returned by the device. If the type is B, -B or B, two 16Ebit registers will be read and the data is -combined into one value. Defaults to B. +Specifies what kind of data is returned by the device. This defaults to +B. If the type is B, B, B, B, +B or B, two 16Ebit registers at B +and B will be read and the data is combined into one +32Evalue. For B, B and B the most significant +16Ebits are in the register at B and the least +significant 16Ebits are in the register at B. +For B, B, or B, the high and low order +registers are swapped with the most significant 16Ebits in +the B and the least significant 16Ebits in +B. =item B B|B @@ -6325,6 +6368,11 @@ long string is used so that the packet size of an ICMPv4 packet is exactly Sets the source address to use. I may either be a numerical network address or a network hostname. +=item B I + +Sets the address family to use. I may be "any", "ipv4" or "ipv6". This +option will be ignored if you set a B. + =item B I Sets the outgoing network device to be used. I has to specify an @@ -7015,8 +7063,8 @@ B CollectFileDescriptor false - CollectContextSwitch true - + CollectContextSwitch true + =over 4 @@ -9058,6 +9106,12 @@ B: I metrics can't be collected if I plugin is enabled. =back +=item B B|B +Override default configuration to only send notifications when there is a change +in the lifecycle state of a domain. When set to true notifications will be sent +for every read cycle. Default is false. Does not affect the stats being +dispatched. + =back =head2 Plugin C