about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/zabbix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt5-5/+5
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/'
2024-05-23pkgs/servers: remove licenses.gpl2Jussi Kuokkanen4-4/+4
2024-02-24zabbix60: 6.0.21 -> 6.0.26Thomas Gerbet1-2/+2
Fixes CVE-2024-22119 / https://support.zabbix.com/browse/ZBX-24070 Changes: https://www.zabbix.com/rn/rn6.0.26 https://www.zabbix.com/rn/rn6.0.25 https://www.zabbix.com/rn/rn6.0.24 https://www.zabbix.com/rn/rn6.0.23 https://www.zabbix.com/rn/rn6.0.22
2024-02-24zabbix50: 5.0.37 -> 5.0.41Thomas Gerbet6-14/+14
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
2024-02-24zabbix40: drop, no more supported upstreamThomas Gerbet1-5/+0
Security/limited support ended in October 2023. https://www.zabbix.com/life_cycle_and_release_policy
2023-09-22zabbix40: 4.0.44 -> 4.0.48Robert Scott1-2/+2
2023-09-22zabbix50: 5.0.33 -> 5.0.37Robert Scott1-3/+3
2023-09-22zabbix: 6.0.14 -> 6.0.21Robert Scott1-2/+2
2023-09-13treewide: vendorSha256 → vendorHashFabián Heredia Montiel2-4/+4
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-04-05Merge pull request #223592 from seberm/add-zabbix-6Aaron Andersen6-10/+17
zabbix: Add support for zabbix v6, update v5 and v4 to latest versions
2023-03-28zabbix40: 4.0.37 -> 4.0.44Otto Sabart1-2/+2
2023-03-28zabbix50: 5.0.19 -> 5.0.33Otto Sabart1-3/+3
2023-03-28zabbix60: 6.0.9 -> 6.0.14Otto Sabart1-3/+3
2022-11-07zabbix: move vendorSha256 to versions.nixschnusch5-9/+6
2022-11-07zabbix: Support for 6.0Andreas Wolf2-1/+11
See https://github.com/NixOS/nixpkgs/pull/145502#issuecomment-967241003 Co-Authored-By: mc-fugger <mc-fugger@users.noreply.github.com>
2022-08-20zabbix.proxy-sqlite: fix cross compilation by setting AR and RANLIB, andNick Cao1-1/+6
disabling snmp support
2022-02-02zabbix.agent: fix cross compilationNick Cao1-0/+4
2022-01-16zabbix: 5.0.17 -> 5.0.19Aaron Andersen1-2/+2
2022-01-16zabbix: 4.0.35 -> 4.0.37Aaron Andersen1-2/+2
2021-12-15zabbix: enable ipv6Aaron Andersen4-0/+4
2021-11-04zabbix.agent2: update vendorSha256Aaron Andersen1-1/+1
2021-10-29zabbix: 5.0.15 -> 5.0.17Aaron Andersen1-2/+2
2021-10-29zabbix: 4.0.33 -> 4.0.35Aaron Andersen1-2/+2
2021-09-25zabbix: add IPMI supportAlexander Rezvov1-2/+5
2021-09-16zabbix50: 5.0.12 -> 5.0.15Aaron Andersen2-3/+3
2021-09-16zabbix40: 4.0.31 -> 4.0.33Aaron Andersen1-2/+2
2021-06-01zabbix.agent2: create a symlink which is compatible with the zabbixAgent moduleAaron Andersen1-0/+5
2021-05-31zabbix: 5.0.11 -> 5.0.12Aaron Andersen1-2/+2
2021-05-31zabbix: 4.0.30 -> 4.0.31Aaron Andersen1-2/+2
2021-05-03zabbix: 5.0.10 -> 5.0.11Aaron Andersen1-2/+2
2021-04-07zabbix: 5.0.9 -> 5.0.10Aaron Andersen2-3/+3
2021-04-07zabbix: 4.0.29 -> 4.0.30Aaron Andersen1-2/+2
2021-04-07zabbix: drop 3.0.32 which is no longer supported by upstreamAaron Andersen1-5/+0
2021-03-29zabbix.agent2: minor cleanupAaron Andersen1-11/+5
2021-03-28zabbix: 5.0.5 -> 5.0.9Aaron Andersen2-3/+3
2021-03-28zabbix: 4.0.26 -> 4.0.29Aaron Andersen1-2/+2
2021-03-28zabbix: 3.0.31 -> 3.0.32Aaron Andersen1-2/+2
2021-03-28zabbix.agent2: init at 5.0.5Aaron Andersen1-0/+66
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer3-6/+6
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.
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob4-7/+7
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch4-8/+8
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
2020-10-26zabbix: 5.0.4 -> 5.0.5Aaron Andersen1-2/+2
2020-10-26zabbix: 4.0.25 -> 4.0.26Aaron Andersen1-2/+2
2020-10-06zabbix: 5.0.3 -> 5.0.4Aaron Andersen1-2/+2
2020-10-06zabbix: 4.0.24 -> 4.0.25Aaron Andersen1-2/+2
2020-08-29zabbix: 5.0.2 -> 5.0.3Aaron Andersen1-2/+2
2020-08-29zabbix: 4.0.20 -> 4.0.24Aaron Andersen1-2/+2
2020-08-18zabbix: 4.4.8 -> 5.0.2Aaron Andersen2-4/+4
2020-08-18zabbix.server: fix broken buildAaron Andersen1-2/+9
2020-05-13zabbix: update source urlAaron Andersen4-4/+4