Matthias Runge
1da3305c10
Merge pull request #3573 from octo/ci/buster
...
.cirrus.yml: Add Debian Buster.
2020-09-15 10:58:13 +02:00
Florian Forster
4e4dcf1026
Merge pull request #3571 from carlospeon/buffer
...
write_influx_udp: build influxdb points outside de mutex.
2020-09-15 08:06:08 +02:00
Florian Forster
1c5d6a5cfc
.cirrus.yml: Add Debian Buster.
2020-09-14 15:21:59 +02:00
Florian Forster
2f4a0856c9
Merge branch 'collectd-5.12' into main
2020-09-14 09:54:48 +02:00
carlospeon
8be63adb08
* Build influxdb points outside de mutex.
...
* listen_loop cleanup.
2020-09-09 12:20:13 +02:00
Matthias Runge
6458a0ba47
Merge pull request #3569 from ffontaine/main
...
src/netlink.c: remove REG_NOERROR
2020-09-07 11:40:31 +02:00
Fabrice Fontaine
5e600ae2ad
src/netlink.c: remove REG_NOERROR
...
REG_NOERROR is used since version 5.12.0 and
f7fd32e520
However, REG_NOERROR is not defined by musl, even GNU regex do not
mention REG_NOERROR, so just remove it to avoid the following build
failure:
src/netlink.c: In function 'check_ignorelist':
src/netlink.c:243:51: error: 'REG_NOERROR' undeclared (first use in this function); did you mean 'REG_NOTBOL'?
if (regexec(i->rdevice, dev, 0, NULL, 0) != REG_NOERROR)
^~~~~~~~~~~
REG_NOTBOL
Fixes:
- http://autobuild.buildroot.org/results/cd4d75888b5259b028132dd224be34f69bcbb702
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2020-09-06 14:24:10 +02:00
Matthias Runge
3f935d017e
Merge pull request #3567 from octo/cleanfiles_types_grpc
...
Makefile.am: Add types.grpc.pb.{cc,h} to CLEANFILES.
collectd-5.12.0
2020-09-03 16:41:29 +02:00
Florian Forster
1a282de3f7
Makefile.am: Add types.grpc.pb.{cc,h} to CLEANFILES.
2020-09-03 16:03:50 +02:00
Florian Forster
9818331ee6
Merge pull request #3566 from octo/test_plugin_intel_rdt
...
Makefile.am: Link test_plugin_intel_rdt with libpqos.
2020-09-03 14:07:30 +02:00
Florian Forster
7ad5d9dca5
Makefile.am: Link test_plugin_intel_rdt with libpqos.
2020-09-03 13:41:28 +02:00
Florian Forster
2d5dac3243
Merge pull request #3565 from kwiatrox/release_5_12_kw
...
Update changelog and version number for release 5.12.
2020-09-03 13:25:41 +02:00
Kamil Wiatrowski
2bda932fb5
Update changelog and version number for release 5.12.
...
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com >
2020-09-03 10:34:55 +01:00
Florian Forster
66ccdf0930
Merge pull request #3564 from octo/snmp_agent
...
snmp_agent plugin: Fix strncat() truncation warning.
2020-09-03 09:38:44 +02:00
Florian Forster
7caa07f622
snmp_agent plugin: Fix strncat() truncation warning.
...
Fixes:
```
src/snmp_agent.c:965:9: error: ‘strncat’ output may be truncated copying between 0 and 127 bytes from a string of length 127 [-Werror=stringop-truncation]
strncat(out, str, DATA_MAX_NAME_LEN - strlen(out) - 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
2020-09-03 09:11:07 +02:00
Florian Forster
70296d5aac
Merge pull request #2470 from dothebart/curl_jolokia_2
...
Add client interface for the jolokia.org JMX client.
2020-09-02 17:47:29 +02:00
Florian Forster
4e04816e25
Merge pull request #3560 from mrunge/inclusive_lang
...
Rewrite problematic language where possible
2020-09-02 10:31:55 +02:00
Matthias Runge
404450abd2
Do not change counter/gauge names for now
...
This is a change to be committed for 6.0.
2020-09-02 09:31:05 +02:00
Matthias Runge
f6782dd4f4
Replace master/slave with primary/replica.
...
For now, I did not change the configuration for the mysql plugin.
2020-09-01 18:19:36 +02:00
Matthias Runge
f1bbbfe025
Replace deny-list with blocklist and strip dashes
2020-09-01 17:58:34 +02:00
Matthias Runge
d499d94a44
Rewrite problematic language where possible
...
This patch leaves out rewrite master/slave from mysql and also
master from snmp.
2020-09-01 17:25:47 +02:00
Florian Forster
63fb90c3d5
Merge pull request #3558 from octo/solaris/signed-char
...
libcollectdclient: Don't initialize a char with 0xF8.
2020-09-01 14:23:59 +02:00
Matthias Runge
dc4250ff2a
Merge pull request #3555 from octo/ci/remove-jessie
...
.cirrus.yml: Remove Debian Jessie.
2020-09-01 12:00:45 +02:00
Florian Forster
4eb6ebe367
libcollectdclient: Don't initialize a char with 0xF8.
...
Fixes the following warning:
```
"src/libcollectdclient/network_parse.c", line 261: warning: initializer does not fit or is out of range: 248
```
2020-09-01 11:00:17 +02:00
Florian Forster
089096049a
.cirrus.yml: Remove Debian Jessie.
...
Regular support for Jessie ended in 2018, LTS in June 2020.
2020-09-01 10:41:43 +02:00
Matthias Runge
6a47fb6129
Merge pull request #3549 from octo/infiniband-build
...
Makefile.am: Remove undefined symbol "BUILD_WITH_INFINIBAND_LIBS".
2020-08-31 16:33:50 +02:00
Matthias Runge
976970f800
Merge pull request #3552 from octo/merge-511-512
...
Merge 5.11 into 5.12
2020-08-31 16:29:15 +02:00
Florian Forster
63409d354c
Merge branch 'collectd-5.11' into merge-511-512
2020-08-31 16:07:15 +02:00
Florian Forster
d39081bee6
Merge pull request #3548 from Self-Perfection/mariadb_10.05_compatibility
...
mysql: Compatibility with MariaDB >= 10.5
2020-08-30 18:32:54 +02:00
Dagobert Michelsen
a64a2bdf04
Merge pull request #3543 from dago/fix-network-test
...
Fix network test
2020-08-30 14:35:58 +02:00
Florian Forster
a8aa1499dc
network plugin: Simplify initialization of sockent_t.
2020-08-30 09:19:39 +02:00
Florian Forster
8ed6ce0349
Makefile.am: Remove undefined symbol "BUILD_WITH_INFINIBAND_LIBS".
2020-08-30 08:41:37 +02:00
Luke Yeager
671d85afbc
infiniband: fix build
2020-08-30 08:39:04 +02:00
Barbara Kaczorowska
318257446c
Fix memory leak in curl plugin
...
This commit will add the patch that fixes the memory leak in curl
plugin. Before when AddressFamily field was set in config file in
variable af was pointer to value of this field and it wasn't freed at
the end. Now this bug is fixed.
2020-08-30 08:30:32 +02:00
Self-Perfection
43ebfa5830
mysql: Compatibility with MariaDB >= 10.5
...
In MariaDB 10.5 information_schema.innodb_metrics was cleaned:
d09aec7a15
String column 'status' was replaced with boolean column 'enabled'.
Therefore we need to modify request for fetching data from that table.
Fixes #3533
2020-08-29 22:46:21 +03:00
Kamil Wiatrowski
29dc089b52
Merge pull request #3547 from bkjg/fix-leaks-curl
...
Fix memory leak in curl plugin
2020-08-28 15:20:53 +02:00
Barbara Kaczorowska
b43d99883d
Fix memory leak in curl plugin
...
This commit will add the patch that fixes the memory leak in curl
plugin. Before when AddressFamily field was set in config file in
variable af was pointer to value of this field and it wasn't freed at
the end. Now this bug is fixed.
2020-08-28 10:20:26 +00:00
Dagobert Michelsen
8f475968a2
Empty initializer when gcrypt is absent produces compile error with Sun Studio
2020-08-27 13:55:54 +02:00
sranga4
8ff1893970
Merge pull request #3516 from lukeyeager/fix-ib-build
...
infiniband: fix build
2020-08-26 08:21:26 -07:00
Florian Forster
5ff5b93480
Merge pull request #3536 from yath/dupcase
...
Remove duplicate switch case.
2020-08-21 12:08:09 +02:00
Sebastian Schmidt
73c3543227
Remove duplicate switch case.
...
The empty 'f' case probably used to be wrapped in its own #if
COLLECT_DAEMON, but that apparently somehow got lost and gcc 9.3
complains about the duplicate case. Therefore, just wrap the
config->daemonize assignment into #if/#endif, like for the other cases.
ChangeLog: collectd: Build fix
2020-08-21 11:02:18 +02:00
Florian Forster
8b4d5e9530
Merge pull request #2470 from dothebart/curl_jolokia_2
...
Add client interface for the jolokia.org JMX client.
2020-08-17 17:27:50 +02:00
Florian Forster
fb8c116ef7
daemon: Use EXIT_SUCCESS and EXIT_FAILURE when calling exit_usage().
2020-08-17 17:16:46 +02:00
Florian Forster
61b4f3c402
daemon: Accept the same command line arguments, even when compiled with --disable-daemon.
2020-08-17 17:16:11 +02:00
Rodion Vynnychenko
c04df53030
Ignore -f when compiled with --disable-daemon
2020-08-17 17:10:53 +02:00
Matthias Runge
5da968f223
Merge pull request #3520 from octo/contributing
...
docs/CONTRIBUTING.md: Rename "master" to "main".
2020-08-17 16:13:48 +02:00
Florian Forster
923999bdf2
docs/CONTRIBUTING.md: Rename "master" to "main".
2020-08-13 09:19:55 +02:00
NikolayTsvetkov
a0a85a045a
Merge pull request #3518 from pllopis/slurm2002
...
slurm: compatibility with Slurm >= 20.02
2020-08-12 13:56:26 +02:00
Pablo Llopis
61654d698a
slurm: compatibility with Slurm >= 20.02
2020-08-12 11:26:41 +02:00
Luke Yeager
2a686562d1
infiniband: fix build
2020-08-10 10:07:09 -07:00