summaryrefslogtreecommitdiff
path: root/pkgs/servers/monitoring/zabbix/proxy.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge staging-next into stagingnixpkgs-ci[bot]2025-03-301-1/+4
|\
| * zabbix: add bstanderline as maintainerbstanderline2025-03-281-1/+4
* | postgresql: replace pg_config with custom script•••By replacing upstream's pg_config binary with a shell script, we: - gain the ability to run pg_config easily when cross-compiling, - can remove the fake pg_config in the default output, - can remove the pg_config wrapper script dealing with special cases. Some 20 years ago, pg_config *was* a shell script upstream, too. It was changed to a binary, when it was made "relocatable", so it would return paths depending on the location of the "postgres" binary. However, this is exactly the thing that just hurts us in nixpkgs - we don't want those paths to change, we want them to always point at the right outputs. By writing the script ourselves, this becomes a lot less painful. This approach means more lines of codes, but all of them are dead simple and we have a lot less complexity overall. Additionally, pg_config is now made a separate derivation, only exposed as "postgresql.pg_config". This has the nice side-effect, that all users of postgresql and libpq in nixpkgs must be very *explicit* about their dependency on pg_config. This gives a lot more visibility into the state of affairs regarding pkg-config support for libpq, which ultimately is the much better solution. Wolfgang Walther2025-03-211-10/+4
|/
* zabbix.proxy: add curl (#377287)Rick van Schijndel2025-03-091-0/+3
|\
| * zabbix.proxy: add curlYannick Markus2025-01-271-0/+3
* | Merge remote-tracking branch 'origin/master' into staging-nextK9002025-02-051-2/+20
|\ \
| * | zabbix.proxy-{pgsql,mysql}: Fix crossArtturin2025-01-281-2/+20
| |/
* / libpq: init at 17.2•••Resolves #61580 Wolfgang Walther2025-01-191-2/+2
|/
* zabbix: format•••Signed-off-by: Florian Brandes <florian.brandes@posteo.de> Florian Brandes2024-08-131-37/+61
* zabbix: add 7.0 LTS version•••Signed-off-by: Florian Brandes <florian.brandes@posteo.de> Florian Brandes2024-08-131-4/+4
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* pkgs/servers: remove licenses.gpl2Jussi Kuokkanen2024-05-231-1/+1
* zabbix50: 5.0.37 -> 5.0.41•••Fixes CVE-2024-22119 / https://support.zabbix.com/browse/ZBX-24070 Changes: https://www.zabbix.com/rn/rn5.0.41 https://www.zabbix.com/rn/rn5.0.40 https://www.zabbix.com/rn/rn5.0.39 https://www.zabbix.com/rn/rn5.0.38 Thomas Gerbet2024-02-241-2/+2
* Merge pull request #223592 from seberm/add-zabbix-6•••zabbix: Add support for zabbix v6, update v5 and v4 to latest versionsAaron Andersen2023-04-051-1/+1
|\
| * zabbix: move vendorSha256 to versions.nixschnusch2022-11-071-1/+1
* | zabbix.proxy-sqlite: fix cross compilation by setting AR and RANLIB, and•••disabling snmp support Nick Cao2022-08-201-1/+6
|/
* zabbix: enable ipv6Aaron Andersen2021-12-151-0/+1
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. Jonathan Ringer2021-01-191-2/+2
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-151-2/+2
* treewide: with stdenv.lib; in meta -> with lib;•••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 Profpatsch2021-01-111-2/+2
* zabbix: update source urlAaron Andersen2020-05-131-1/+1
* zabbix: replace download source from sourceforge to zabbix.comAaron Andersen2020-05-071-1/+1
* net-snmp: rename from net_snmpJörg Thalheim2019-12-211-2/+2
* Re-Revert "Merge branch 'staging-next'"•••This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16. Vladimír Čunát2019-09-221-2/+2
* Revert "Merge branch 'staging-next'"•••This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions. Vladimír Čunát2019-09-211-2/+2
* treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-091-2/+2
* nixos/zabbixProxy: fix database initialization logicAaron Andersen2019-08-131-1/+4
* zabbix: zabbix.agent, zabbix.proxy-mysql, zabbix.proxy-pgsql, zabbix.proxy-sq...Aaron Andersen2019-07-111-0/+79