Loading pkgs/tools/misc/graylog/plugins.nix +14 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/tools/misc/graylog/plugins.nix +14 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading