]>
git.ipfire.org Git - thirdparty/collectd.git/log
Pablo Llopis [Wed, 12 Aug 2020 09:20:32 +0000 (11:20 +0200)]
slurm: compatibility with Slurm >= 20.02
sranga4 [Fri, 19 Jun 2020 19:12:44 +0000 (12:12 -0700)]
Merge pull request #3479 from mhumpula/processes
processes: increase reading buffer for /proc/stat
Michal Humpula [Thu, 11 Jun 2020 14:37:09 +0000 (16:37 +0200)]
processes: increase reading buffer for /proc/stat
If machine has high number of CPUs or interrupts or both, the /proc/stat
can easily grow over current buffer size 4kB. On my current machine (64
cores, ~300 interrupts) the /proc/stat has 12kB of data. And since the
`procs_running` line is after the interrupts it is never read.
Increasing the size to 64KB so it will accommodate even heavier machines.
Kamil Wiatrowski [Wed, 17 Jun 2020 10:44:44 +0000 (12:44 +0200)]
Merge pull request #3480 from kwiatrox/intel_pmu_fix
intel_pmu: fix crash after specifying incorrect HardwareEvents
Kamil Wiatrowski [Thu, 26 Mar 2020 13:34:10 +0000 (14:34 +0100)]
intel_pmu plugin: fix crash after specifying incorrect HardwareEvents names
If HardwareEvents group consisted of events that can't be resolved collectd
could crash.
Change-Id: Ia66732037161bce5fbff73dc635eb40fd1ad8eed
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
Matthias Runge [Sat, 6 Jun 2020 17:37:17 +0000 (19:37 +0200)]
Merge pull request #3263 from duckfez/http_output_fix
write_http no longer writes http response to stdout
Florian Forster [Wed, 20 May 2020 07:46:25 +0000 (09:46 +0200)]
Merge pull request #3463 from miesi/master
mysql: report slave_io_running and slave_sql_running
Thomas Mieslinger [Wed, 20 May 2020 06:13:13 +0000 (08:13 +0200)]
run format.sh to comply with coding style
Thomas Mieslinger [Wed, 20 May 2020 06:09:02 +0000 (08:09 +0200)]
replace long if else with compact code
Thomas Mieslinger [Wed, 20 May 2020 06:07:12 +0000 (08:07 +0200)]
replace slave_running with generic bool
Thomas Mieslinger [Wed, 13 May 2020 19:30:20 +0000 (21:30 +0200)]
mysql: report slave status running io and sql
Florian Forster [Tue, 12 May 2020 07:04:47 +0000 (09:04 +0200)]
Merge pull request #3458 from octo/man-types-db
types.db(5): Improve wording and document conventions.
Florian Forster [Mon, 11 May 2020 07:36:28 +0000 (09:36 +0200)]
types.db(5): Improve wording and document conventions.
Matthias Runge [Wed, 6 May 2020 17:01:31 +0000 (19:01 +0200)]
Merge pull request #3398 from mbakhoff/sensu-source
write_sensu: add the IncludeSource option
Matthias Runge [Wed, 6 May 2020 16:55:41 +0000 (18:55 +0200)]
Merge pull request #3443 from octo/sensors-man
collectd.conf(5): Document the format expected by "sensors"' ignore list.
Florian Forster [Sat, 2 May 2020 20:31:37 +0000 (22:31 +0200)]
Merge pull request #3452 from maciejsszmigiero/mqtt-reconnect-fix
MQTT: Resubscribe after a reconnect
Maciej S. Szmigiero [Fri, 1 May 2020 19:08:17 +0000 (21:08 +0200)]
Fix code style issues in src/mqtt.c
This is an automated code style fix generated by running
"contrib/format.sh src/mqtt.c".
No functional change intended.
Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Maciej S. Szmigiero [Fri, 1 May 2020 18:15:20 +0000 (20:15 +0200)]
MQTT: Resubscribe after a reconnect
After losing our connection to a MQTT broker our subscription will be gone,
too, so we need to subscribe to our topic once again after reconnecting,
otherwise collectd will not receive any MQTT messages anymore.
Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Florian Forster [Tue, 28 Apr 2020 16:47:28 +0000 (18:47 +0200)]
Merge pull request #3450 from hightea/zk-add-mntr-fields
Zookeeper - Add missing 3.5 mntr fields
Théophane Charbonnier [Tue, 28 Apr 2020 13:04:42 +0000 (15:04 +0200)]
Zookeeper - Add missing 3.5 mntr fields
Add missing zk_last_proposal_size , zk_min_proposal_size and zk_max_proposal_size mntr fields (available since zk 3.5) to handled fields
Florian Forster [Tue, 28 Apr 2020 10:57:23 +0000 (12:57 +0200)]
Merge pull request #3446 from F4-Group/handle-full-stat-name
Add target in category for varnish 6
Charly Koza [Mon, 27 Apr 2020 09:57:39 +0000 (11:57 +0200)]
Add backend name in vbe stat
Charly Koza [Fri, 24 Apr 2020 09:14:04 +0000 (11:14 +0200)]
Split stat key on dot, extract target for SMA/SMF and use it in category
For example, this adds v0 and Transient for SMA, allowing to monitor
cache size properly
Fixes https://github.com/collectd/collectd/issues/2206
Florian Forster [Mon, 27 Apr 2020 15:44:16 +0000 (17:44 +0200)]
Merge pull request #3445 from F4-Group/varnish6-support
Add varnish 6 support
Charly Koza [Thu, 23 Apr 2020 14:34:16 +0000 (16:34 +0200)]
Restrict workers stats to versions before v6
Ismael Puerto [Sat, 28 Dec 2019 00:19:31 +0000 (01:19 +0100)]
Update counters for MSE 3.0 - varnish plugin
Ismael Puerto [Fri, 27 Dec 2019 23:43:57 +0000 (00:43 +0100)]
Add counter for vmod-goto, only for Varnish Plus 6
Ismael Puerto [Mon, 23 Dec 2019 00:18:57 +0000 (00:18 +0000)]
VSM only apply for Varnish 4 or 5
Charly Koza [Thu, 23 Apr 2020 14:02:48 +0000 (16:02 +0200)]
Add varnish 6 new values
Extracted from https://github.com/collectd/collectd/pull/3360
Florian Forster [Mon, 27 Apr 2020 11:22:45 +0000 (13:22 +0200)]
Merge pull request #3410 from mbakhoff/amqp-failover
amqp: allow multiple hosts for failover
Märt Bakhoff [Mon, 27 Apr 2020 09:22:04 +0000 (12:22 +0300)]
amqp: improve example conf
Florian Forster [Sun, 26 Apr 2020 19:59:14 +0000 (21:59 +0200)]
Merge pull request #3441 from maciejsszmigiero/disk-plugin-udev-rule
Provide an udev rule with ID_SERIAL based, disk plugin usable ID attribute.
Charly Koza [Thu, 23 Apr 2020 14:00:24 +0000 (16:00 +0200)]
Update conf files
Charly Koza [Thu, 23 Apr 2020 13:52:00 +0000 (15:52 +0200)]
Add varnish 6 support
Matthias Runge [Thu, 23 Apr 2020 06:22:24 +0000 (08:22 +0200)]
Merge pull request #2730 from viulian/master
adding mosquitto_loop after mosquitto_publish, otherwise qos=1 messag…
Florian Forster [Thu, 23 Apr 2020 05:42:50 +0000 (07:42 +0200)]
collectd.conf(5): Document the format expected by "sensors"' ignore list.
This question recently came up on the mailing list.
Maciej S. Szmigiero [Sun, 19 Apr 2020 15:57:07 +0000 (17:57 +0200)]
Provide an udev rule with ID_SERIAL based, disk plugin usable ID attribute
Disk plugin UdevNameAttr option is very useful for making sure that the
same disk always ends in the same RRD file no matter which particular
device node it ends being assigned by the OS.
However, using the most fitting ID_SERIAL udev attribute for this purpose
results in data about the whole disk and each partition being mixed
together incorrectly, since this attribute has exactly the same value for
the whole disk device node and its particular partition nodes.
Let's introduce an ID_COLLECTD attribute instead which differentiates
between the whole disk and its particular partitions in a new udev rule
file provided in "contrib" directory.
To warn users about the issue let's also add a relevant note to the
UdevNameAttr option description.
Based on Stewart Adam's workaround from
https://github.com/collectd/collectd/issues/823
Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Maciej S. Szmigiero [Sun, 19 Apr 2020 14:34:13 +0000 (16:34 +0200)]
Code files don't need execute permission
Some .c files had execute permission bit set needlessly.
Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Matthias Runge [Wed, 15 Apr 2020 08:31:31 +0000 (10:31 +0200)]
Merge pull request #3439 from ffontaine/master
src/dpdk_telemetry.c: fix build on musl
Fabrice Fontaine [Tue, 14 Apr 2020 12:49:19 +0000 (14:49 +0200)]
src/dpdk_telemetry.c: fix build on musl
Include unistd.h instead of sys/unistd.h to fix the following build
failure on musl:
src/dpdk_telemetry.c:43:10: fatal error: sys/unistd.h: No such file or directory
#include <sys/unistd.h>
^~~~~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/
aafb8c72f147fefc7a988c45e4dc17de48b07a95
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Dagobert Michelsen [Thu, 9 Apr 2020 14:30:49 +0000 (16:30 +0200)]
Merge pull request #2841 from elfiesmelfie/feat_mdevents
New plugin to read RAID events
Matthias Runge [Thu, 9 Apr 2020 13:31:16 +0000 (15:31 +0200)]
Merge pull request #3432 from ryan-mccabe/master
amqp1: Add options to limit send queue length
Duane Waddle [Sun, 5 Apr 2020 16:18:12 +0000 (11:18 -0500)]
clang-format
Duane Waddle [Sun, 5 Apr 2020 16:12:32 +0000 (11:12 -0500)]
write_http: improved logging of server response
Ryan McCabe [Mon, 23 Mar 2020 19:49:35 +0000 (15:49 -0400)]
amqp1: Add option to limit internal send queue length
ChangeLog: amqp1 plugin: Add option to limit internal send queue length.
Add a config option to control the internal plugin send queue
length: SendQueueLimit
If SendQueueLimit is set to an integer greater than 0, the send queue
in the amqp1 plugin will be constrained to that number of entries to
avoid unbounded memory use in the case that there is no amqp1
connection. If a new message is queued when the queue has reached
maximum length, the oldest message in the queue will be discarded.
Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
Matthias Runge [Tue, 24 Mar 2020 14:21:15 +0000 (15:21 +0100)]
Merge pull request #3433 from collectd/collectd-5.9
Fix memory leak in write_riemann
Duane Waddle [Mon, 23 Mar 2020 01:25:58 +0000 (20:25 -0500)]
Merge branch 'http_output_fix' into http_fix_2
Duane Waddle [Sat, 21 Mar 2020 23:04:48 +0000 (18:04 -0500)]
Merge pull request #1 from collectd/master
Pull in upstream master
Pavel Rochnyak [Thu, 19 Mar 2020 11:25:08 +0000 (18:25 +0700)]
Merge pull request #3425 from rpv-tomsk/openvpn
openvpn plugin: Fix parsing empty fields
Pavel Rochnyak [Wed, 18 Mar 2020 20:41:56 +0000 (03:41 +0700)]
Merge pull request #3427 from kkepka/update-master-with-5.11-changelog
Update master with 5.11 changelog
Kepka, Krzysztof [Wed, 18 Mar 2020 16:59:18 +0000 (17:59 +0100)]
Merge remote-tracking branch 'community/collectd-5.11' into update-master-with-5.11-changelog
kkepka [Wed, 18 Mar 2020 13:04:13 +0000 (14:04 +0100)]
Merge pull request #3421 from mrunge/collectd-5.11
Prepare collectd-5.11 release
Matthias Runge [Tue, 17 Mar 2020 10:35:12 +0000 (11:35 +0100)]
Replace all github handles with real names
where possible and get the ChangeLog file in sync with
the wiki. Also add persons to the AUTHORS file, when not already
included.
Pavel Rochnyack [Tue, 17 Mar 2020 12:28:23 +0000 (19:28 +0700)]
openvpn plugin: Fix parsing empty fields
Closes: #3424
Matthias Runge [Mon, 16 Mar 2020 17:20:17 +0000 (18:20 +0100)]
Update collectd.spec file to 5.11.0
Matthias Runge [Mon, 16 Mar 2020 17:13:55 +0000 (18:13 +0100)]
Merge branch 'collectd-5.11' of github.com:mrunge/collectd into collectd-5.11
Matthias Runge [Mon, 16 Mar 2020 17:10:46 +0000 (18:10 +0100)]
Replace github usernames with real names
Pavel Rochnyak [Mon, 16 Mar 2020 16:05:14 +0000 (23:05 +0700)]
Use real name instead of Github account
Matthias Runge [Mon, 16 Mar 2020 14:18:24 +0000 (15:18 +0100)]
Prepare collectd-5.11 release
Matthias Runge [Sat, 14 Mar 2020 12:38:06 +0000 (13:38 +0100)]
Merge pull request #3346 from ccin2p3/f/specfile
specfile: Add support for EL8
Ruben Kerkhof [Fri, 13 Mar 2020 20:08:27 +0000 (21:08 +0100)]
Merge pull request #3402 from ZhouyangJia/master
Add error handling for PyType_Ready
Ruben Kerkhof [Fri, 13 Mar 2020 16:21:58 +0000 (17:21 +0100)]
Merge branch 'master' into f/specfile
Ruben Kerkhof [Fri, 13 Mar 2020 16:17:54 +0000 (17:17 +0100)]
Merge pull request #3417 from collectd/collectd-5.11
Merge 5.11 into master
Matthias Runge [Fri, 13 Mar 2020 15:42:52 +0000 (16:42 +0100)]
Merge pull request #3408 from rubenk/collectd-5.11
Merge 5.10 branch into 5.11
Ruben Kerkhof [Fri, 13 Mar 2020 15:20:33 +0000 (16:20 +0100)]
Merge remote-tracking branch 'origin/collectd-5.10' into collectd-5.11
Matthias Runge [Fri, 13 Mar 2020 14:40:15 +0000 (15:40 +0100)]
Merge pull request #3416 from rubenk/5.10/collectd-pod-whitespace
collectd.conf.pod: remove trailing whitespaces
Matthias Runge [Fri, 13 Mar 2020 14:29:25 +0000 (15:29 +0100)]
Merge pull request #3415 from rubenk/5.10/collectd-conf-remove-trailing-whitespace
Remove trailing whitespace in collectd.conf
Ruben Kerkhof [Fri, 13 Mar 2020 14:24:18 +0000 (15:24 +0100)]
Merge pull request #3414 from mrunge/collectd-5.11-revert-3360
Collectd 5.11 revert 3360
Ruben Kerkhof [Fri, 13 Mar 2020 14:23:00 +0000 (15:23 +0100)]
collectd.conf.pod: remove trailing whitespaces
Ruben Kerkhof [Fri, 13 Mar 2020 14:17:46 +0000 (15:17 +0100)]
Remove trailing whitespace in collectd.conf
Matthias Runge [Fri, 13 Mar 2020 14:13:37 +0000 (15:13 +0100)]
Revert "Remove old varnish and support for varnish 6"
This reverts commit
2c6dc2c07c01569fdf8b559d4e90cfd2eccab5f4 .
Matthias Runge [Fri, 13 Mar 2020 14:13:22 +0000 (15:13 +0100)]
Revert "VSM only apply for Varnish 4"
This reverts commit
f53b448d7935bf823e0594d75cac0c0a16e8172b .
Matthias Runge [Fri, 13 Mar 2020 14:11:05 +0000 (15:11 +0100)]
Revert "Addapt conf files"
This reverts commit
93a7c423a267198725a2f515e0d9b154b71b825f .
Matthias Runge [Fri, 13 Mar 2020 14:10:50 +0000 (15:10 +0100)]
Revert "clang-format"
This reverts commit
ba1c89c511734dd9315e60967faf0435551affcf .
Matthias Runge [Fri, 13 Mar 2020 14:10:40 +0000 (15:10 +0100)]
Revert "Add counter for vmod-goto, only for Varnish Plus 6"
This reverts commit
bbe35ddec9a20a63be5d7ae05c30e24efca8fe6d .
Matthias Runge [Fri, 13 Mar 2020 14:10:27 +0000 (15:10 +0100)]
Revert "Update counters for MSE 3.0 - varnish plugin"
This reverts commit
0d672783f87e94391ba69dfc8b31f052a0ae3f07 .
Matthias Runge [Fri, 13 Mar 2020 14:10:16 +0000 (15:10 +0100)]
Revert "clang-format"
This reverts commit
cb3ad54aa27870951557a60a5591ebcb74baa73e .
Matthias Runge [Fri, 13 Mar 2020 14:09:29 +0000 (15:09 +0100)]
Revert "remove old metrics"
This reverts commit
ead3978417b93288807702486db45a535cd96ecf .
Fᴀʙɪᴇɴ Wᴇʀɴʟɪ [Fri, 4 Oct 2019 12:22:07 +0000 (14:22 +0200)]
specfile: Add support for EL8
List of changes:
* ganglia-devel is not available in el8 yet
* gpsd-devel is not available in el8 yet
* libmodbus-devel is not available in el8 yet
* liboping-devel is not available in el8 yet
* mosquitto-devel is not available in el8 yet
* fix python dep in el8
* disable liblvm
* dependency problem while configuring smart
* add check_uptime
* simplify python rhel version logic and force python3 for rhel8
* remove support for EL<6
* disable redfish
* disable slurm
* disable intel dcpmm
* disable capabilities
* disable dpdk_telemetry
* disable ipstats
* disable varnish for el6
* disable smart for el6 and el8
TODO:
* buddyinfo
* logparser
* ubi
* write_influxdb_udp.so
Change-Id: I0bc5a723e3682e4f60e6c09670f286d20df507d5
Changelog: update specfile for EL8
Change-Id: Ic8ee01c69128f7bc4ec90a1d16a67b016a342b11
Change-Id: I80865415f1b056042f5b0d0c0c661c2e500a115d
Märt Bakhoff [Fri, 13 Mar 2020 12:00:56 +0000 (14:00 +0200)]
amqp: allow multiple hosts for failover
Märt Bakhoff [Tue, 3 Mar 2020 19:28:08 +0000 (21:28 +0200)]
write_sensu: add the IncludeSource option
Matthias Runge [Thu, 12 Mar 2020 16:02:03 +0000 (17:02 +0100)]
Merge pull request #3407 from kwiatrox/intel_pmu_libcheck
intel_pmu plugin: add check for lib symbol in configure.ac
Florian Forster [Sun, 8 Mar 2020 21:30:01 +0000 (22:30 +0100)]
CODE_OF_CONDUCT.md: Insert contact method and responsible persons.
Florian Forster [Mon, 9 Mar 2020 08:51:10 +0000 (09:51 +0100)]
CODE_OF_CONDUCT.md: Add initial Code of Conduct.
Source:
https://www.contributor-covenant.org/version/2/0/code_of_conduct/code_of_conduct.md
Jia Zhouyang [Mon, 9 Mar 2020 15:50:21 +0000 (11:50 -0400)]
Fix the return-value check of PyType_Ready
Compare the return value of PyType_Ready with -1 directly.
Jia Zhouyang [Mon, 9 Mar 2020 02:21:29 +0000 (22:21 -0400)]
Add error handling for PyType_Ready
The API PyType_Ready may fail, when it happens, the program may crash.
Florian Forster [Mon, 17 Feb 2020 14:31:18 +0000 (15:31 +0100)]
CODEOWNERS: Add "core maintainers" owning daemon and important plugins.
Dagobert Michelsen [Thu, 5 Mar 2020 17:06:02 +0000 (18:06 +0100)]
Merge pull request #3399 from ccin2p3/f/merge_specfile_5_10
fix missing package in specfile
Fᴀʙɪᴇɴ Wᴇʀɴʟɪ [Thu, 24 Oct 2019 09:23:41 +0000 (11:23 +0200)]
fix missing package in specfile
Change-Id: Ic4bbe3ffa60be0f0c2ca78487119ec029a9a4ce0
Kamil Wiatrowski [Thu, 5 Mar 2020 11:05:22 +0000 (12:05 +0100)]
intel_pmu plugin: add check for lib symbol in configure.ac
Add a check to provide better information for users who would
try to compile the plugin with the old libjevents version.
Change-Id: I88adb83c8408de4a7972b15003c4dc6fa0d4cdb0
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
Dagobert Michelsen [Wed, 4 Mar 2020 12:00:56 +0000 (13:00 +0100)]
Merge pull request #3397 from dago/fix-LogOnce-option-for-df-plugin
Fix coding style
Dagobert Michelsen [Wed, 4 Mar 2020 09:20:04 +0000 (10:20 +0100)]
Fix coding style
Dagobert Michelsen [Wed, 4 Mar 2020 09:11:04 +0000 (10:11 +0100)]
Merge pull request #3395 from collectd/revert-1339-collection-cgi-for-v5
Revert "collection.cgi: parse types.db to discover DS names"
Pavel Rochnyak [Tue, 3 Mar 2020 19:51:25 +0000 (02:51 +0700)]
collection.cgi: Use `value` as ds_names
Fixes users, entropy, and ntpd (time_offset/frequency_offset) graphs
that were broken by the great data source name normalization of
collectd v4 -> v5.
Pavel Rochnyak [Tue, 3 Mar 2020 19:47:13 +0000 (02:47 +0700)]
Revert "collection.cgi: parse types.db to discover DS names"
mkobyli [Tue, 3 Mar 2020 16:52:04 +0000 (17:52 +0100)]
removed profiling options from unit tests
Dagobert Michelsen [Tue, 3 Mar 2020 14:48:02 +0000 (15:48 +0100)]
Merge pull request #3037 from pllopis/slurm
Add slurm plugin
mkobyli [Tue, 3 Mar 2020 14:36:20 +0000 (15:36 +0100)]
quick fix for UT fails
At the moment collectd ci environment doesn't have dependency for removed unit test case.
Dagobert Michelsen [Tue, 3 Mar 2020 12:54:40 +0000 (13:54 +0100)]
Merge pull request #3394 from redbaron4/tail_sep
Add a FieldSeaparator option to tail_csv plugin
Dheeraj Gupta [Tue, 3 Mar 2020 12:20:52 +0000 (17:50 +0530)]
Add a FieldSeaparator option to tail_csv plugin