From 7b4c00c8a72e93c3e9378f7eccded790b958f0d1 Mon Sep 17 00:00:00 2001 From: Isa Date: Tue, 16 May 2023 19:03:23 +0200 Subject: [PATCH] graylogPlugins.smseagle: init at 1.0.1 --- pkgs/tools/misc/graylog/plugins.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkgs/tools/misc/graylog/plugins.nix b/pkgs/tools/misc/graylog/plugins.nix index 205576584581..4413c15f1172 100644 --- a/pkgs/tools/misc/graylog/plugins.nix +++ b/pkgs/tools/misc/graylog/plugins.nix @@ -216,6 +216,20 @@ in { description = "Can notify Slack or Mattermost channels about triggered alerts in Graylog (Alarm Callback)"; }; }; + smseagle = glPlugin rec { + name = "graylog-smseagle-${version}"; + pluginName = "graylog-plugin-smseagle"; + version = "1.0.1"; + src = fetchurl { + url = "https://bitbucket.org/proximus/smseagle-graylog/raw/b99cfc349aafc7c94d4c2503f7c3c0bde67684d1/jar/graylog-plugin-smseagle-1.0.1.jar"; + sha256 = "sha256-rvvftzPskXRGs1Z9dvd/wFbQoIoNtEQIFxMIpSuuvf0="; + }; + meta = { + homepage = "https://bitbucket.org/proximus/smseagle-graylog/"; + description = "Alert/notification callback plugin for integrating the SMSEagle into Graylog."; + license = lib.licenses.gpl3Only; + }; + }; snmp = glPlugin rec { name = "graylog-snmp-${version}"; pluginName = "graylog-plugin-snmp";