Commit 7b4c00c8 authored by Isa's avatar Isa
Browse files

graylogPlugins.smseagle: init at 1.0.1

parent 7445d274
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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";