X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=ff95091168b69bc1880c3f37bdc18d499e82270b;hb=4825cf6e51535f5c1550bc753bbc2f5161905543;hp=7c5a3c0cddc4f67b2363714c90abc5952aff7ded;hpb=7c702e464f9faf954c320ec5b87c4755083d82bd;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 7c5a3c0c..ff950911 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2525,6 +2525,17 @@ do that: By setting B to I the effect of B is inverted: All selected interfaces are ignored and all other interfaces are collected. +=item B I|I + +Interface name is not unique on Solaris (KSTAT), interface name is unique +only within a module/instance. Following tuple is considered unique: + (ks_module, ks_instance, ks_name) +If this option is set to true, interface name contains above three fields +separated by an underscore. For more info on KSTAT, visit +L + +This option is only available on Solaris. + =back =head2 Plugin C @@ -4957,6 +4968,13 @@ Default: B<0.9> Sets the Time-To-Live of generated ICMP packets. +=item B I + +Sets the size of the data payload in ICMP packet to specified I (it +will be filled with regular ASCII pattern). If not set, default 56 byte +long string is used so that the packet size of an ICMPv4 packet is exactly +64 bytes, similar to the behaviour of normal ping(1) command. + =item B I Sets the source address to use. I may either be a numerical network