Commit Graph

  • 1b44e9bf0d Accepting request 1241074 from server:monitoring factory Ana Guerrero 2025-01-29 15:17:23 +00:00
  • cd113ca7c9 Add epics plugin. Dependency packet is in science project currently, so I wrapped this plugin with bcond macro. devel Thomas Renninger 2025-01-29 07:49:51 +00:00
  • c70778b344 Accepting request 1237645 from server:monitoring Ana Guerrero 2025-01-14 15:23:44 +00:00
  • 27c155efbd - Update to version 5.12.0.348.g93f9bdcb: * add MariaDB to README * Update README.md (#4318) * perl: fix compile on clang by ignoring a warning * intel_rdt: removed ifdefs * bind: fix warning for variable used only in DEBUG() calls * intel_rdt: Use pqos_mon_get_value api to obtain event values * intel_rdt: corrected returned value for llc_miss mertic * intel_rdt: Updated list of supported RDT events * intel_rdt: corrected reported value for llc_ref mertic * intel_rdt: corrected reported value for llc_miss mertic * intel_rdt: corrected reported value name * intel_rdt: added support for LLC misses monitoring event * lua: add missing test case for #3779, #4235 * memory.c: workaround to let ValuesPercentage works again without "available" * epics: Fix potential deadlock in handle_label_event * ras plugin: Ensure each log message prints an appropriate prefix. * ras plugin: Use sysconf(_SC_NPROCESSORS_CONF) instead of get_nprocs_conf(). * FreeBSD's PF has a new interface so leverage libpfctl to access it so the right interface is used depending on the version * ras plugin: Remove unnecessary includes. * .github/workflows/release.yml: Import changes from collectd-6.0. * version-gen.sh: Add the --tags flag to git describe. * Add GitHub Action to automatically build and upload release assets. * ci: Remove the "statgrab" task from CirrusCI. * .cirrus.yml: Rename checks_script to make_distcheck_script. * .cirrus.yml: Upload .log files as artifacts. * write_redis plugin: Clean up allocated fields in wr_config_free(). * disk.c: add config options to support diskstats 15-20 in KERNEL_LINUX * interface plugin: Reorder implementations to put kstat above getifaddrs. * configure.ac: fix grpc build * disk plugin: Build disk_submit_single on Linux only. * disk: add /proc/diskstats fields 15 to 20 in KERNEL_LINUX * docs/CONTRIBUTING.md: Change formulation examples to discourage verbatim copying. * docs/CONTRIBUTING.md: Replace remaining use of "Unlisted Change". * docs/CONTRIBUTING.md: Document that PRs with features and fixes should be split. * docs/CONTRIBUTING.md: Rename "Unlisted Change" to "Maintenance". * write_riemann_threshold.c: fix switch-case fall through warning * Pass strcmp() to c_avl_create() as function pointer, not data one * turbostat, format_json: Satisfy clang-format CI check * Fix signedness mismatch GCC warnings in few of the plugins * daemon/utils_cache: remove unused functions and function args * Remove unused function arguments from few of the plugins * Attribute unused function args as such in few of the plugins * write_prometheus: annotate unused args and fix comments * format_json, network_parse: annotate unused args as unused * docs/CONTRIBUTING.md: Rename "Bug" to "Fix"; improve wording. * lua: update explanation about register_notification callback * lua: add missing notification callback * docs: Document important labels and how to interact with them. * .github/workflows/distcheck.yml: Run on Debian12 (current stable). * write_riemann plugin: Terminate riemann_event_set arguments with RIEMANN_EVENT_FIELD_NONE. * .cirrus.yml: Provide expected plugin list to check-built-plugins.sh if present. * .cirrus.yml: Rename container images. * .github/workflows/build.yml: Add "Check expected plugins" to "experimental". * .github/workflows/build.yml: Add a "Check expected plugins" step. * .github/workflows/: Rename container images. * .github/workflows/build.yml: Remove Ubuntu Bionic. * lua: Add functions to register some missing callbacks * lua: Use a global lock to call Lua's API * Initial implementation for epics plugin * lua: add fallback to detect LuaJIT * collection3: Fix inappropriate usage of CGI:param * common: Use sstrncpy to get around misinformed compiler error. * common: Fix compiler warning in unit test. * contrib/format.sh src/utils/common/common_test.c * cmds: Add a test for cmd_parse_putval. * cmds: Prevent cmd_parse_putval from modifying its argv argument. * common: Change parse_values so it doesn't modify the parsed string. * MySQL plugin: Fix incorrect WSREP/Galera metric types. * evaluate flush condition with oldest value in the buffer * Makefile.am: Build test_virt_plugin with the same CFLAGS as the *virt plugin*. * configure: Use elif instead of two separate if blocks. * configure: Improve the reporting when the "virt" plugin cannot be built. * procevent plugin: Consistently mention the unit in log message. * procevent plugin: Reference buffer sizing guideline. * write_log plugin: remove the "write_log values:" line when logging metrics. * procevent plugin: report errors in human readable form. * procevent plugin: ensure the ring buffer length is not zero. * procevent plugin: remove use of a nested flexible array member. * Build workflow: request that clang produce DWARF v4 debug symbols. * Disable "exit on error" when running make check. * procevent plugin: Disable the -Wgnu-variable-sized-type-not-at-end warning. * .cirrus.yml: Update list of compilers to match the debian_unstable container. * Build workflow: add builds for --enable-debug and CC=clang. * Workflows: rename "sid_amd64" to "debian_sid". * .cirrus.yml: Report failures from CentOS 9 and Fedora 39. * .cirrus.yml: Fix reporting of test failure. * .cirrus.yml: set parallelism to number of CPUs. * .cirrus.yml: Add task for FreeBSD builds. * .cirrus.yml: remove obsolete platforms, add recent ones. * .cirrus.yml: s/master/main/ * NUT plugin: import <time.h> before <upsclient.h>. * gmond plugin: Improve mc_handle_metadata_msg(). * gmond plugin: Look for RPC headers in /usr/include/tirpc. * gmond plugin: Import <ganglia.h>. * Workflow build: upload config.log and other log files. * Notify upstart/systemd after initialization is complete. * SMART plugin: initialize struct passed to ioctl(2). * Netlink plugin: complete initialize structs used for testing. * Build workflow: report the status of make check after the test log has been uploaded. * Build workflow: use all available CPUs. * Build workflow: Add Fedora 38 and 39, remove Fedora 36. * ./contrib/format.sh src/amqp.c * Update README.md * Add Ubuntu 22.04 ("Jammy Jellyfish") and Ubuntu 23.10 ("Mantic Minotaur"). * Build workflow: also remove EL8 (based on CentOS 8). * Build workflow: remove old distros. * AMQP plugin: prefer the rabbitmq-c/amqp.h header if available. * Fix compile warning for amqp * Intel RDT plugin: use pqos_mon_start_cores() if available. * Intel RDT plugin: use pqos_mon_start_pids2() if available. * Python plugin: use PyConfig to set argv. * Write MongoDB plugin: fix format trunction errors. * Give the action and job better names. * Remove make distcheck from the regular "build" action. * Distcheck action: use Debian 11 ("Bullseye") for now. * Add new GitHub action for running make distcheck. * curl_stats: fix compatibility with new versions of cURL. * Build workflow: add Debian 12 ("Bookworm") and remove Debian 9 ("Stretch"). * Add Valgrind suppression for libvirt memory leak. * Intel RDT: fix compilation with libpqos < 4.4. * Revert "GitHub actions: upgrade to actions/checkout@v4" * GitHub actions: upgrade to actions/checkout@v4 * GitHub actions: include job name in artifact name. * GitHub actions: continue on error and upload test logs. * clang format * Compare both PID and process start time to avoid issues with immediate PID reuse on Linux platform. * write_prometheus: don't use AI_ADDRCONFIG for resolving bind address * Convert src/collectdctl.pod to UTF-8. * Add .md to README in redhat specfile * Put README(.md) back in the dist * Ensure %perl_vendorlib in redhat specfile * Update IPTables plugin build-dep in redhat specfile * Add RAS plugin to redhat specfile * Add MMC plugin to redhat specfile * Removed extra call to swap_submit_usage. * Update README.md * Update contrib/postgresql/README.md * Update contrib/postgresql/README.md * Update contrib/postgresql/README.md * contrib/postgresql: Second postgresql database layout. * intel_rdt: added support for LLC references monitoring event * intel_rdt: start only supported events * add questions metric for mysql plugin * plugin processes: fix doc typo * Change AMQP queue drops from DEBUG to WARNING * vmem: add metrics starting with pgrefill * 3052: Renamed README to README.md and added TOC. * processes: format array size def in read fork_rate & ctxt * processes: fix prints & remove useless comments * processes: simpler illustration in conf.pod * processes: eliminate hardcoded arraysize in read ctxt & fork_rate * processes: determine if ctxt is enabled before read_sys_ctxt_switch * processes: format /proc/stat WARNING & ERROR * processes: use buffer to read /proc/stat once according to procs_running * processes: remove running++ since we calc it in procs_running later * processes: make contextswitches configurable * Running contrib/format.sh. * Pass precise size of struct sockaddr, whichever type of struct sockaddr, to getnameinfo() on NetBSD. * cpufreq: init max_avail_freqs with 128 * cpufreq: dynamically alloc max_avail_freqs according to time_in_state * cpufreq: format.sh cpufreq.c * cpufreq: make MAX_AVAIL_FREQS configurable in conf * Fix glibc feature macro handling for timegm * vmem: add "scan" metrics starting with "pgscan_" * vmem: add "pgscan_" * vmem: add metrics start with "pgscan_" in Kernel Linux * Fix a memory leak in the write_stackdriver plugin Thomas Renninger 2025-01-14 06:54:07 +00:00
  • 5880805d30 Accepting request 1237351 from server:monitoring Ana Guerrero 2025-01-13 16:51:30 +00:00
  • 8c3f0b52d8 Normalize jar mtimes for reproducible builds (boo#1134568) Thomas Renninger 2025-01-13 09:30:26 +00:00
  • 024fadebf4 Accepting request 1072544 from server:monitoring Dominique Leuenberger 2023-03-17 16:04:42 +00:00
  • bcb594ba41 Accepting request 1070953 from home:adkorte:branches:server:monitoring Thomas Renninger 2023-03-17 09:07:01 +00:00
  • 06f1b32c01 Accepting request 1062319 from server:monitoring Dominique Leuenberger 2023-02-01 15:39:10 +00:00
  • 930b12b681 Accepting request 1062318 from home:trenn:branches:server:monitoring Thomas Renninger 2023-01-31 17:55:50 +00:00
  • 2cdaecde87 Accepting request 959830 from server:monitoring Dominique Leuenberger 2022-03-07 16:47:15 +00:00
  • 7ee3a40c09 Accepting request 958044 from home:trenn:branches:server:monitoring Thomas Renninger 2022-03-07 10:35:53 +00:00
  • 3f9c8e16d7 Accepting request 919583 from server:monitoring Dominique Leuenberger 2021-09-16 21:15:05 +00:00
  • c6980ffa5b Accepting request 919487 from home:matwey:branches:server:monitoring Dirk Stoecker 2021-09-16 19:54:15 +00:00
  • 9612bad4f9 Accepting request 918989 from server:monitoring Dominique Leuenberger 2021-09-15 20:51:19 +00:00
  • 8d062caf3e Accepting request 917601 from home:matwey:branches:server:monitoring Dirk Stoecker 2021-09-14 19:17:07 +00:00
  • 56127b5112 Accepting request 915478 from server:monitoring Dominique Leuenberger 2021-09-01 19:37:09 +00:00
  • fc23dd9e28 Accepting request 915471 from home:cvoegl:branches:server:monitoring Christian Vögl 2021-09-01 12:18:57 +00:00
  • 138347db68 Accepting request 915057 from home:jsegitz:branches:systemdhardening:server:monitoring Christian Vögl 2021-09-01 09:02:20 +00:00
  • 90c01419e1 Accepting request 907098 from server:monitoring Dominique Leuenberger 2021-07-20 13:39:13 +00:00
  • 6b28d49cf9 Accepting request 902833 from home:matwey:branches:server:monitoring Christian Vögl 2021-07-19 09:32:51 +00:00
  • 8f5c24d016 Accepting request 875951 from server:monitoring Richard Brown 2021-03-02 11:34:59 +00:00
  • d13e7575ec Accepting request 874650 from home:rmax:branches:server:monitoring Christian Vögl 2021-03-01 10:47:58 +00:00
  • 46b75a23a4 Accepting request 860303 from server:monitoring Dominique Leuenberger 2021-01-05 17:13:30 +00:00
  • 6c8f5daf52 Accepting request 857852 from home:seife:testing Dirk Stoecker 2021-01-04 17:46:12 +00:00
  • 415e0289c1 Accepting request 836555 from server:monitoring Dominique Leuenberger 2020-09-25 14:35:08 +00:00
  • ddb7d3e494 Accepting request 836220 from home:dirkmueller:branches:server:monitoring Christian Vögl 2020-09-24 12:24:39 +00:00
  • 53acfb26d2 Accepting request 818825 from server:monitoring Dominique Leuenberger 2020-07-06 14:29:08 +00:00
  • 5e424461c4 Accepting request 817908 from home:cvoegl:branches:server:monitoring Andreas Stieger 2020-07-05 07:15:39 +00:00
  • 6289c5212d Accepting request 769490 from server:monitoring Dominique Leuenberger 2020-02-04 18:52:21 +00:00
  • 24c5d1a170 Accepting request 768330 from home:dimstar:Factory Christian Vögl 2020-02-03 09:46:13 +00:00
  • 7422b98f58 Accepting request 751118 from server:monitoring Dominique Leuenberger 2019-11-27 12:55:22 +00:00
  • e3fd9afdfa Accepting request 751116 from home:cvoegl:branches:server:monitoring Christian Vögl 2019-11-26 17:41:39 +00:00
  • eaae5e4047 Accepting request 751020 from server:monitoring Dominique Leuenberger 2019-11-26 16:09:59 +00:00
  • a0e936bb06 Accepting request 750839 from home:cvoegl:branches:server:monitoring Christian Vögl 2019-11-26 11:48:59 +00:00
  • c3191c04e7 Accepting request 709935 from server:monitoring Dominique Leuenberger 2019-06-19 19:07:39 +00:00
  • 5788d17fe3 Accepting request 709801 from home:mnhauke:monitoring Dirk Stoecker 2019-06-14 09:02:25 +00:00
  • 8c70fab9da Accepting request 694073 from home:cgiboudeaux:branches:server:monitoring Lars Vogdt 2019-04-27 10:18:32 +00:00
  • 918690d075 Accepting request 661974 from server:monitoring Dominique Leuenberger 2019-01-03 17:06:47 +00:00
  • 7cc84ff94d Accepting request 661966 from home:mnhauke:monitoring Lars Vogdt 2018-12-29 16:55:28 +00:00
  • 83f9217215 Accepting request 615438 from server:monitoring Yuchen Lin 2018-06-13 13:38:50 +00:00
  • 892240d373 Accepting request 614917 from home:mnhauke:monitoring Lars Vogdt 2018-06-09 17:01:18 +00:00
  • c34aaa962e Accepting request 558934 from server:monitoring Dominique Leuenberger 2017-12-21 10:30:00 +00:00
  • c467a02b36 Accepting request 556716 from home:StefanBruens:branches:server:monitoring Lars Vogdt 2017-12-20 22:19:12 +00:00
  • 217098be56 Accepting request 537437 from server:monitoring Dominique Leuenberger 2017-10-30 20:19:00 +00:00
  • b82746cbd4 Accepting request 532580 from home:StefanBruens:branches:server:monitoring Lars Vogdt 2017-10-29 16:50:16 +00:00
  • 87630acead Accepting request 514040 from server:monitoring Dominique Leuenberger 2017-08-24 16:43:51 +00:00
  • 0c774b2ae8 Accepting request 510091 from home:scarabeus_iv:branches:server:monitoring Yuchen Lin 2017-08-02 12:18:42 +00:00
  • 58038c9325 Accepting request 498235 from home:jengelh:branches:server:monitoring Lars Vogdt 2017-06-21 10:00:54 +00:00
  • c5eb679480 Accepting request 493297 from home:benoit_monin:branches:server:monitoring Lars Vogdt 2017-05-17 22:05:22 +00:00
  • 9227f18840 Accepting request 477594 from server:monitoring Dominique Leuenberger 2017-03-12 19:03:11 +00:00
  • 920135a3ed Accepting request 461722 from home:seife:testing Lars Vogdt 2017-03-07 18:27:47 +00:00
  • 0869419cd4 Accepting request 419624 from server:monitoring Dominique Leuenberger 2016-08-17 10:06:22 +00:00
  • b863b95336 Accepting request 419269 from home:benoit_monin:branches:server:monitoring Aeneas Jaißle 2016-08-16 13:11:34 +00:00
  • 51a752b6cc Accepting request 419179 from home:benoit_monin:branches:server:monitoring Lars Vogdt 2016-08-14 12:49:05 +00:00
  • 513eb939bc Accepting request 407084 from server:monitoring Dominique Leuenberger 2016-07-12 21:51:58 +00:00
  • 7a12e3203e Accepting request 407083 from home:worldcitizen:branches:server:monitoring Joop Boonen 2016-07-07 08:56:19 +00:00
  • 876ecd9dd8 Accepting request 361055 from server:monitoring Dominique Leuenberger 2016-02-25 21:07:27 +00:00
  • 46d2c9f437 Accepting request 361036 from home:k0da:branches:server:monitoring Martin Hauke 2016-02-23 07:48:56 +00:00
  • f70dac0f50 Accepting request 354476 from server:monitoring Dominique Leuenberger 2016-01-21 22:43:10 +00:00
  • 321fa44ea3 Accepting request 353930 from home:mnhauke:monitoring Lars Vogdt 2016-01-18 08:23:37 +00:00
  • 01ba04bb0c Accepting request 353681 from home:aeneas_jaissle:branches:server:monitoring Aeneas Jaißle 2016-01-14 12:47:04 +00:00
  • 9761b086e4 Accepting request 349425 from home:oertel:branches:server:monitoring Lars Vogdt 2015-12-31 18:21:24 +00:00
  • b5fba04e19 Accepting request 330598 from home:matwey:branches:server:monitoring Lars Vogdt 2015-10-26 15:49:18 +00:00
  • ba4cdc7fcc Accepting request 311292 from server:monitoring Dominique Leuenberger 2015-06-10 07:16:14 +00:00
  • 880e5fc249 Accepting request 310421 from home:pluskalm:branches:server:monitoring Dominique Leuenberger 2015-06-09 11:35:02 +00:00
  • a691889b83 Accepting request 288613 from home:bruno_friedmann:branches:server:monitoring Marcus Rueckert 2015-03-25 16:14:40 +00:00
  • ffc9091664 Accepting request 241734 from server:monitoring Stephan Kulow 2014-07-21 19:40:24 +00:00
  • a1d1e80331 Accepting request 241668 from home:posophe:branches:server:monitoring Darin Perusich 2014-07-21 12:28:00 +00:00
  • 753b104f1b Accepting request 226553 from server:monitoring Stephan Kulow 2014-03-21 12:29:40 +00:00
  • 389fd309fa Accepting request 226072 from home:bruno_friedmann:branches:server:monitoring Sascha Peilicke 2014-03-18 09:08:55 +00:00
  • 431886e7a1 Accepting request 197516 from server:monitoring Stephan Kulow 2013-09-11 09:27:28 +00:00
  • db10f8c219 - add libperl_requires Michael Schröder 2013-09-05 15:19:27 +00:00
  • e689823fed 5.4.0 Pascal Bleser 2013-08-25 10:56:00 +00:00
  • ff1ee825cb 5.3.0 Pascal Bleser 2013-08-23 05:31:49 +00:00
  • a1562b826f Accepting request 185396 from server:monitoring Stephan Kulow 2013-08-01 13:22:57 +00:00
  • db6122f28d - Tarball was actually broken, rather stick with no download url, because upstream provides only 3.0 and newer for download now. Tomáš Chvátal 2013-08-01 08:55:26 +00:00
  • 87249b138a - Update the tarball so download_files serivce is silent. Tomáš Chvátal 2013-08-01 08:42:45 +00:00
  • 01d9efceca Accepting request 181224 from home:coolo:branches:openSUSE:Factory Darin Perusich 2013-06-28 12:36:06 +00:00
  • 2a207b36c2 Accepting request 138701 from server:monitoring Stephan Kulow 2012-10-26 14:59:33 +00:00
  • 6d3de31791 Accepting request 131808 from home:elvigia:branches:server:monitoring Christian Schneemann 2012-10-18 11:21:46 +00:00
  • de693bdfcf Accepting request 129427 from server:monitoring Stephan Kulow 2012-08-04 11:06:33 +00:00
  • 60b50da5e2 Accepting request 129340 from home:computersalat:devel:mon Lars Vogdt 2012-07-31 10:14:32 +00:00
  • 6131bb1dfa Accepting request 124962 from server:monitoring Stephan Kulow 2012-06-15 12:04:22 +00:00
  • 5e0463e779 Accepting request 124449 from home:coolo:branches:openSUSE:Factory Darin Perusich 2012-06-14 12:20:54 +00:00
  • eb207e8f98 Accepting request 115082 from server:monitoring Stephan Kulow 2012-05-03 08:54:40 +00:00
  • d7c754c79b Accepting request 115081 from home:a_jaeger:FactoryFix Stefan Schubert 2012-04-23 10:59:28 +00:00
  • a710be8044 - changed copyright from GPL-2.0+ to GPL-2.0, see bnc#757527: https://bugzilla.novell.com/show_bug.cgi?id=757527 - added myself to the copyright header in the spec file, have been maintaining this spec file since 2005 ;) Pascal Bleser 2012-04-17 15:28:00 +00:00
  • 809af189e5 Accepting request 113954 from home:a_jaeger:FactoryFix Stefan Schubert 2012-04-16 20:17:22 +00:00
  • 2c93979217 5.0.4 Pascal Bleser 2012-04-03 16:53:33 +00:00
  • 1f63ecd718 update collectd-fix_spamassassin_doc.patch Pascal Bleser 2012-02-20 14:38:58 +00:00
  • 6ee983b0d5 add modbus support Pascal Bleser 2012-02-19 23:37:16 +00:00
  • e514b78a10 remove bogus BR libnetlink-devel, which caused the build to fail on some SLE_11 variants Pascal Bleser 2012-02-19 19:37:01 +00:00
  • 9d5eb63f04 - fix apache configuration for collectd-js Pascal Bleser 2012-02-19 17:08:32 +00:00
  • 9166b2fca9 5.0.3 Pascal Bleser 2012-02-19 17:06:09 +00:00
  • 9ef8056465 Accepting request 99923 from devel:openSUSE:Factory:for-legal-lhf Pascal Bleser 2012-01-12 12:52:31 +00:00
  • 5db178a78e Accepting request 88178 from server:monitoring Sascha Peilicke 2011-10-18 11:59:34 +00:00
  • 8dc9feb5fa fixed build Stefan Schubert 2011-10-17 09:20:44 +00:00
  • a7df4f3e01 Accepting request 82484 from home:jengelh:nl Stephan Kulow 2011-09-17 14:51:55 +00:00
  • 86e49426a1 - adding patch from jengelh to fix build Stephan Kulow 2011-09-16 14:35:58 +00:00