mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
graylogPlugins.smseagle: init at 1.0.1
This commit is contained in:
parent
7445d27491
commit
7b4c00c8a7
@ -216,6 +216,20 @@ in {
|
|||||||
description = "Can notify Slack or Mattermost channels about triggered alerts in Graylog (Alarm Callback)";
|
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 {
|
snmp = glPlugin rec {
|
||||||
name = "graylog-snmp-${version}";
|
name = "graylog-snmp-${version}";
|
||||||
pluginName = "graylog-plugin-snmp";
|
pluginName = "graylog-plugin-snmp";
|
||||||
|
Loading…
Reference in New Issue
Block a user