0
0
Fork 0
mirror of https://github.com/alerta/alerta-contrib.git synced 2025-03-18 14:22:52 +00:00
Commit graph

148 commits

Author SHA1 Message Date
Nick Satterly
9a7251d9ee Whitespace and bump version 2018-09-05 17:21:08 +02:00
kwesterfeld2
52629caed7 Port jinja2 template from hipchat plugin to slack: ()
- Use SLACK_SUMMARY_FMT to use a templatized alert text
 - Allow the slack message attachment sizes to be tuned from short True|False for readability
2018-09-05 16:38:07 +02:00
Nick Satterly
a809a53ede Bump slack plugin version 2018-08-27 20:35:09 +02:00
Nick Satterly
ef012ba02a Bump telegram plugin version 2018-08-27 20:34:15 +02:00
max
8d6fcc6d31 Allow TELEGRAM_TEMPLATE to be a string () 2018-08-27 20:24:00 +02:00
kwesterfeld2
8c5ff5eab9 Add support for Slack "Apps" API instead of Webhook API, which allows the use ()
of "channel" when posting to slack.  As of some time ago, the Webhook API stopped supporting setting
channel, and instead solely relied on the associated channel established during app install
2018-08-23 22:50:28 +02:00
Nick Satterly
79deb67573
Add Rocket.Chat plugin () 2018-08-15 02:42:12 +02:00
Nick Satterly
e31c992746
Update Google Cloud PubSub dependency () 2018-07-31 22:54:01 +02:00
Kurt Westerfeld
b2a74f6261 Update the opsgenie integration for the v2 REST API. The opsgenie v1 JSON API is defunct as of 06/30/2018 () 2018-06-26 22:36:03 +02:00
skob
f5d155791d bugfix in forward plugin ()
* fix

* comments

* forward plugin: [fix] ability to configure via env + refactor via @satterly comment

* forward: [fix] some bugs with forwarding
2018-05-21 21:59:30 +02:00
skob
dacc85890d forward plugin (ex-191 MR) ()
* fix

* comments

* forward plugin: [fix] ability to configure via env + refactor via @satterly comment
2018-04-25 23:18:13 +02:00
Nick Satterly
e318fe2857 Bump logstash plugin version to 5.3.3 2018-04-17 12:42:52 +02:00
Nick Satterly
5b43cda709
Fix logstash send for Python 3 () 2018-04-17 11:43:46 +02:00
Nick Satterly
b66342078b Bump logstash plugin version to 5.3.2 2018-04-16 18:29:16 +02:00
Yann Cézard
4da325d15b Convert LOGSTASH_PORT to an integer ()
* If LOGSTASH_PORT is accessed through an env variable, force it to be an integer.

* More unified error handling in LOGSTASH_PORT integer casting.
2018-04-16 18:11:47 +02:00
Anton
d8a49cd6ed Support for sending notifications to MS Teams ()
* Initial version of MS Teams plugin

* Removed old debug

* Readme and minor changes

* Changed name of web hook url.

* Renamed webhook parameter
2018-04-02 12:34:49 +02:00
Nick Satterly
d0e510ca50 Bump influxdb to 5.4.2 2018-03-21 09:54:07 +00:00
Nick Satterly
d1fbf679b5
Bump influxdb plugin to use version 5.0.0 () 2018-03-21 09:53:38 +00:00
wanggenyi
d05afc4f26 fix bug: return directly if not zabbixAlert to avoid zabbix login error () 2018-02-23 09:11:42 +00:00
Nick Satterly
c50b4093aa
Fix reference to logger to use syslog instead 2018-01-15 11:39:43 +00:00
Nick Satterly
95838d6648 Convert Prometheus Alertmanager silence days to integer 2017-12-24 20:36:38 +00:00
Nick Satterly
ce3bd58138
Merge pull request from ashmckenzie/pushover-fix
Replace alert.get_date() with alert.create_time
2017-11-15 23:40:23 +00:00
Nick Satterly
195c73b0ce GCP pubsub make use of get_body() again 2017-11-15 23:35:54 +00:00
Nick Satterly
8148b4d852
Merge pull request from arindamchoudhury/patch-2
GCP pubsub updated readme
2017-11-15 23:32:36 +00:00
Nick Satterly
b0004e87e2
Merge pull request from arindamchoudhury/patch-1
GCP pubsub updated for version 5
2017-11-15 23:32:11 +00:00
Nick Satterly
385a5b213e Bump version to 5.1.0 2017-11-15 23:29:33 +00:00
Nick Satterly
9e24575c52
Merge pull request from freeseacher/extend_tg
use template to send data to tg
2017-11-15 23:28:48 +00:00
Nick Satterly
cb04fb6ac7 Bump version to 5.3.3 2017-11-15 23:18:37 +00:00
Nick Satterly
388d039f08 Add test amqp listener 2017-11-15 23:12:06 +00:00
Nick Satterly
1f91488296 Use get_body() from alert model again 2017-11-15 23:11:41 +00:00
Aleksey Shirokih
a4228e04bc use template to send data to tg 2017-11-10 17:10:35 +03:00
Arindam Choudhury
17cfa4dcf9
updated readme 2017-11-09 09:02:03 +01:00
Arindam Choudhury
f847fafc2e
updated for version 5 2017-11-09 09:00:15 +01:00
Ash McKenzie
5a3b26114f
Replace alert.get_date() with alert.create_time 2017-11-09 17:59:07 +11:00
Konstantinos Kagkelidis
c2523ca123 Publish utc-aware datetimes in AMQP plugin 2017-10-27 03:57:11 +03:00
Nick Satterly
a3da6625f8 Use Zabbix URL from passed in alert, if available 2017-10-18 09:59:30 +01:00
Nick Satterly
b70718da88 Update AMQP plugin for v5 2017-10-08 21:42:06 +01:00
Nick Satterly
c6eee79a49 Fix slack severity config 2017-09-17 19:42:44 +01:00
Nick Satterly
6c15db4c51 Update plugins for Release 5.0 2017-09-17 16:22:46 +01:00
Matteo Cerutti
34554c3d17 * add alert tags to influxdb point
* send alert status changes to influx
2017-09-12 10:52:34 +01:00
Nick Satterly
c0b4a680e6 Merge pull request from m4ce/feature/slack_alert_on_ack
Slack message upon ack and override severity maps
2017-09-07 14:14:53 +01:00
David Stephens
01a4f52c0e Enable use of internally hosted Hipchat instances 2017-09-07 13:48:05 +01:00
Matteo Cerutti
92689748e6 added support for sending slack message upon ack
added ability to override severity mapping
2017-09-04 11:16:24 +01:00
Nick Satterly
90b9d3cc94 Update zabbix plugin to ack all events for a trigger 2017-08-17 20:39:48 +01:00
Nick Satterly
96957ff270 Add zabbix plugin for ack/close alerts 2017-08-16 10:44:14 +01:00
Nick Satterly
42fa9f9fb4 Prometheus silenceId update to attributes 2017-08-14 09:46:57 +01:00
Thomas Collins
b4cbf60e9b Incorporate PR feedback. Rename plugin to timeout; correct licence to MIT. Also bumped version and renamed env var used for ext config. 2017-07-09 15:11:42 +01:00
Thomas Collins
4aa3deb72a customtimeout plugin 2017-07-06 14:38:27 +01:00
Kurt Westerfeld
701537a0aa Fix refactoring typo 2017-07-05 10:23:06 -04:00
Kurt Westerfeld
c1b976724a Initial revision 2017-06-27 09:32:00 -04:00