summary refs log tree commit diff
path: root/pkgs/tools/system/collectd
Commit message (Collapse)AuthorAge
* collectd: fix building with python3.11Anna Lee2023-11-14
| | | | | | add upstream patch https://github.com/collectd/collectd/commit/623e95394e0e62e7f9ced2104b786d21e9c0bf53 to fix building with python3.11
* pkgs/tools/system: remove dead codefigsoda2023-07-25
|
* collectd: use python3Robert Schütz2022-11-25
|
* treewide: remove myself as maintainer from some pkgsFranz Pletz2022-08-03
| | | | | Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
* collectd: support cross compilesqualus2022-05-05
| | | | | Prevent the double memory layout check from running during cross compile. Provide an answer that works for both x86_64 and aarch64.
* Merge pull request #158353 from symphorien/collectd-xen-insecure-masterGuillaume Girol2022-02-09
|\ | | | | collectd: don't build with xen plugin by default
| * collectd: don't build with xen plugin by defaultGuillaume Girol2022-02-06
| | | | | | | | xen was marked as insecure
* | collectd-data: we only need collectd.src - not collectd.outPeter Hoeg2022-02-06
|/
* python,pythonPackages: make aliasesRobert Schütz2022-01-16
| | | | | Since aliases are disallowed in nixpkgs, this makes usage of Python 2 which is EOL more explicit.
* nixos/collectd: validate config file syntax at build timeGuillaume Girol2021-12-23
|
* nixos/collectd: add nixos testGuillaume Girol2021-12-23
|
* collectd: move IOKit input to all-packages.nixAstro2021-08-25
|
* collectd: shorten plugins buildInputs definitionAstro2021-08-25
|
* collectd: reduce plugin configuration by configuring --disable-all-pluginsAstro2021-08-25
|
* collectd: remove virt plugin dependencies that are no longer usedAstro2021-08-25
|
* collectd: add dependencies for plugins notify_email, openldap, openipmi, xencpuAstro2021-08-25
|
* collectd-data: deprecate phasesFelix Buehler2021-07-20
|
* pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-17
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* collectd: 5.11.0 -> 5.12.0R. RyanTM2020-09-07
|
* collectd: 5.10.0 -> 5.11.0R. RyanTM2020-05-01
|
* collectd: 5.8.1 -> 5.10.0Martin Milata2020-03-10
|
* net-snmp: rename from net_snmpJörg Thalheim2019-12-21
|
* collectd: add lua plugin buildInputsAstro2019-10-20
|
* nixos/collectd: add option buildMinimalPackageAstro2019-10-20
|
* collectd: parameterize with optional enabledPluginsAstro2019-10-20
|
* Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* collectd: add comment regarding propagated librariesJörg Thalheim2018-12-21
|
* Revert "Revert "collectd: fix build with lm_sensors" (#52619)"Jörg Thalheim2018-12-21
| | | | This reverts commit c5398741e05000eb5139dcdfd22ac85b75b82dc5.
* Revert "collectd: fix build with lm_sensors" (#52619)Timo Kaufmann2018-12-21
|
* collectd: fix build with lm_sensorsJörg Thalheim2018-12-21
|
* collectd: 5.8.0 -> 5.8.1Franz Pletz2018-11-20
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* collectd: kafka patch for 18.03 (#36257)Luke Adams2018-03-03
|
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-12-30
|\
| * collectd: 5.7.2 -> 5.8.0volth2017-12-29
| | | | | | | | | | | | This is https://github.com/NixOS/nixpkgs/pull/32811 without refactoring parts. Closes #32811
| * Revert "collectd: 5.7.2 -> 5.8.0"Orivej Desh2017-12-29
| | | | | | | | | | | | | | This reverts commit 7b9c5b4849179c204c327fa15b05e73e4455e420. This is incomplete, collectd is being updated in https://github.com/NixOS/nixpkgs/pull/32811
| * collectd: 5.7.2 -> 5.8.0Franz Pletz2017-12-29
| |
* | treewide: libmysql -> mysql.connector-cRobin Gloster2017-12-29
|/
* collectd: Fix build after LVM2 upgradeTuomas Tynkkynen2017-10-22
|
* Merge branch 'master' into stagingOrivej Desh2017-10-02
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (271 commits) pysmbc: clarify license pysmbc: fix license bazel: 0.5.4 -> 0.6.0 (#29990) googler: init at 3.3 go: declare support for aarch64 firefox-beta-bin: 56.0b5 -> 57.0b4 spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26 gogs: 0.11.19 -> 0.11.29 grafana: 4.5.1 -> 4.5.2 mopidy-iris: 3.4.1 -> 3.4.9 nextcloud: 12.0.2 -> 12.0.3 haskell-json-autotype: jailbreak to fix build within LTS 9.x kore: fix up kore: init at 2.0.0 glusterfs service: fix issues with useRpcbind tig: 2.2.2 -> 2.3.0 haskell-hspec-core: enable test suite again hackage-packages.nix: automatic Haskell package set update librsvg: fix thumbnailer path awscli: 1.11.108 -> 1.11.162 ...
| * collectd: fix darwin build (#29841)volth2017-09-28
| | | | | | | | | | - liboping supported on darwin since #29849 - libmicrohttpd supported on darwin since #29848
* | treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|/
* collectd-data: init at 5.7.0 - contains just data files from collectdPeter Hoeg2017-08-11
|