Merge pull request #232273 from f2k1de/graylog-plugin-eagle

graylogPlugins.smseagle: init at 1.0.1
This commit is contained in:
Sandro 2023-06-18 17:41:31 +02:00 committed by GitHub
commit 6e2cbe165c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";