Commit Graph

  • 3007c18a55 Accepting request 1311791 from server:monitoring factory Ana Guerrero 2025-10-17 15:25:49 +00:00
  • 2a1b37ff78 Accepting request 1311700 from home:aschnell:branches:server:monitoring Thomas Renninger 2025-10-16 19:03:30 +00:00
  • 1b44e9bf0d Accepting request 1241074 from server:monitoring leap-16.1 leap-16.0 Ana Guerrero 2025-01-29 15:17:23 +00:00
  • a69c1e2f63 Accepting request 1241074 from server:monitoring 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. Thomas Renninger 2025-01-29 07:49:51 +00:00
  • ab051fe52e Accepting request 1237656 from home:matwey:epics7 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
  • ec788d34d1 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
  • a0d5f06761 Accepting request 1231001 from home:matwey:branches:server:monitoring 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
  • 48d7737402 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
  • ffbb520c6b Accepting request 1231851 from home:bmwiedemann:branches:server:monitoring 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
  • 58a0cfc55c 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
  • c1ad18970b 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
  • 4cd46935fe 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
  • 20de94a0f1 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
  • ea63ebbfc2 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
  • f882b5c7e1 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
  • 7a3a0798c9 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
  • fddbbec4cf 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
  • f2f2d0e771 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
  • ac4095c745 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
  • b87b9e75d6 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
  • d7735a6af2 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
  • 721bd69302 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
  • 788caef5cc 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
  • e8e5d6c21f 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
  • affd9c20ca 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
  • 1eb7635113 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
  • f335e8d11d 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
  • bc7492d6b8 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
  • b960d628be 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
  • 7cad4ecfa6 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
  • 5f52c322ac 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
  • 7e4aa0c6c6 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
  • a508540473 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
  • e07d7b79a9 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
  • 41be7201b3 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
  • beb75b72e3 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
  • 36fbbff6fb 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
  • 7c213b1dd5 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
  • 3334f2a03f 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
  • 8bd2e3aed2 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
  • d3ce7f9693 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
  • e3ef677a9b 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
  • 355cb72701 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
  • 288f946c14 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
  • 79ee5b5284 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
  • 3ea3e5db74 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
  • 7e8952f690 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
  • 7513c47dfd 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
  • 7161aa6848 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
  • aa9c9b945b 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
  • f098a24ac4 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
  • ca32cae933 Accepting request 498235 from home:jengelh:branches:server:monitoring Lars Vogdt 2017-06-21 10:00:54 +00:00