Merge branch 'zabbix-agent2-plugin-postgresql' into current
This commit is contained in:
20
pkgs/tools/misc/zabbix-agent2-plugin-postgresql/default.nix
Normal file
20
pkgs/tools/misc/zabbix-agent2-plugin-postgresql/default.nix
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{ lib, buildGoModule, fetchurl, pkg-config }:
|
||||||
|
|
||||||
|
buildGoModule rec {
|
||||||
|
pname = "zabbix-agent2-plugin-postgresql";
|
||||||
|
version = "6.0.25";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-${version}.tar.gz";
|
||||||
|
hash = "sha256-NFohopyUFO2C1k5moM4qkXX0Q9zc8W0Z+WrvZ5lgr1I=";
|
||||||
|
};
|
||||||
|
|
||||||
|
vendorHash = null;
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Required tool for Zabbix agent integrated PostgreSQL monitoring";
|
||||||
|
homepage = "https://www.zabbix.com/integrations/postgresql";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ gador ];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -7931,6 +7931,8 @@ with pkgs;
|
|||||||
|
|
||||||
zabbixctl = callPackage ../tools/misc/zabbixctl { };
|
zabbixctl = callPackage ../tools/misc/zabbixctl { };
|
||||||
|
|
||||||
|
zabbix-agent2-plugin-postgresql = callPackage ../tools/misc/zabbix-agent2-plugin-postgresql { };
|
||||||
|
|
||||||
zee = callPackage ../applications/editors/zee {
|
zee = callPackage ../applications/editors/zee {
|
||||||
inherit (darwin.apple_sdk.frameworks) Security;
|
inherit (darwin.apple_sdk.frameworks) Security;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user