0
0
Fork 0
mirror of https://github.com/alerta/alerta-contrib.git synced 2025-03-16 05:23:28 +00:00

Commit graph

  • 9e5fce722f 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 Kurt Westerfeld 2018-08-23 10:07:52 -0700
  • 79deb67573
    Add Rocket.Chat plugin (#205) Nick Satterly 2018-08-15 02:42:12 +0200
  • 5443220893 Add Rocket.Chat plugin Nick Satterly 2018-08-15 00:55:46 +0200
  • e31c992746
    Update Google Cloud PubSub dependency (#203) Nick Satterly 2018-07-31 22:54:01 +0200
  • e361d6bc17 Update Google Cloud PubSub dependency Nick Satterly 2018-07-31 22:53:20 +0200
  • c11b1045ea add user.logout query Yoshiharu Mori 2018-07-28 12:50:18 +0900
  • b44bad8527 Update README and AUTHORS Nick Satterly 2018-07-11 22:56:39 +0200
  • 6e778bccf2 Azure monitor webhooks (#200) Anton 2018-07-11 22:52:30 +0200
  • 623bfdd4ec Incoming email using mailgun (#199) Anton 2018-07-11 22:51:08 +0200
  • d5ea83fa92 Timestamp is not UTC so can't be converted to alert timestamp tester22 2018-07-11 20:54:42 +0200
  • 5be1f90a2a Fallback if mailgun failed to parse as plain text tester22 2018-07-11 20:50:50 +0200
  • 821a68ccc3 Revert "Fallback if mailgun failed to parse as plain text" tester22 2018-07-11 20:49:33 +0200
  • 998a3f54b9 Fallback if mailgun failed to parse as plain text tester22 2018-07-11 20:43:04 +0200
  • 885b7d8fe3 Azure monitor webhooks tester22 2018-07-11 20:24:08 +0200
  • e085cbc28b Incoming email using mailgun tester22 2018-07-11 20:22:50 +0200
  • ae266d5a46 Merge branch 'master' of https://github.com/alerta/alerta-contrib SK 2018-07-05 00:33:07 +0300
  • b2a74f6261 Update the opsgenie integration for the v2 REST API. The opsgenie v1 JSON API is defunct as of 06/30/2018 (#197) Kurt Westerfeld 2018-06-26 16:36:03 -0400
  • 1040677039 Update the opsgenie integration for the v2 REST API. The opsgenie v1 JSON API is defunct as of 06/30/2018 Kurt Westerfeld 2018-06-19 17:40:22 -0400
  • d89e15ecac Ability to set up differents api-endpoints for differents check in urlmon (#196) skob 2018-06-13 00:34:07 +0300
  • 91ceb8dc92 Merge branch 'master' of https://github.com/alerta/alerta-contrib SK 2018-06-09 14:56:29 +0300
  • 3b5a947175 urlmon: [impr] Ability to set differents endpoints for checkers SK 2018-06-09 14:55:02 +0300
  • f5d155791d bugfix in forward plugin (#194) skob 2018-05-21 22:59:30 +0300
  • c4fb38a41b Merge branch 'master' of https://github.com/alerta/alerta-contrib SK 2018-05-21 19:45:49 +0300
  • ff89c90e11 forward: [fix] some bugs with forwarding SK 2018-05-21 19:42:07 +0300
  • ae20c03a9e
    Add example sentry webhook (#193) Nick Satterly 2018-05-02 10:53:31 +0200
  • 765c3f8e81 Add example sentry webhook Nick Satterly 2018-05-02 10:13:24 +0200
  • 6063d408d6 Fix parsing multiple config files in alerta-mail (mailer.py). (#189) Yann Cézard 2018-04-29 21:57:53 +0200
  • 36386fdea3 Bump to version 5.2.0 Yann Cézard 2018-04-26 09:59:29 +0200
  • 0348247a3f Update README file Nick Satterly 2018-04-25 23:23:37 +0200
  • f645ff0d09 Update AUTHORS file Nick Satterly 2018-04-25 23:19:59 +0200
  • dacc85890d forward plugin (ex-191 MR) (#192) skob 2018-04-26 00:18:13 +0300
  • 0cc3a73f51 forward plugin: [fix] ability to configure via env + refactor via @satterly comment SK 2018-04-26 00:12:02 +0300
  • 308fb3cef6 Return empty tupe to permit the use of list.extend later. Yann Cézard 2018-04-25 13:51:16 +0200
  • b09e51c073 Extend the list, do not append to it ! Yann Cézard 2018-04-25 13:48:07 +0200
  • 7331d9a1fc Fix missing parenthesis + fix path to alerta.rules.d like mentionned in README.md. Yann Cézard 2018-04-25 12:09:37 +0200
  • 2886dec880 comments SK 2018-04-25 00:24:59 +0300
  • 9695cb5570 fix SK 2018-04-25 00:18:49 +0300
  • c8a7ca20d7
    Merge eadd2ee5ac into d1b9ba02cb skob 2018-04-24 21:11:59 +0000
  • eadd2ee5ac Forward plugin: [fix] fwd_count logical fix SK 2018-04-25 00:11:09 +0300
  • 0745346d2a Forward plugin: [impr] comments and fixes SK 2018-04-24 23:50:20 +0300
  • b43cf35050 forward plugin: common readme SK 2018-04-24 16:28:39 +0300
  • c35551491e forward plugin: readme SK 2018-04-24 16:27:48 +0300
  • 5b0bd7e182 forward plugin: init commit SK 2018-04-24 15:33:48 +0300
  • 7f8ff6e0a1 conflict SK 2018-04-24 14:12:17 +0300
  • d1b9ba02cb Fix dictionary changed size during iteration (#188) Yann Cézard 2018-04-21 15:54:23 +0200
  • 29fe74fe29 the dict.iteritems doesn't exist anymore un py3. (#187) Yann Cézard 2018-04-21 15:53:21 +0200
  • 01ef420865 Fix runtimeerror when modifying dict in loop on itself. Yann Cézard 2018-04-18 12:15:45 +0200
  • 0fa2377df6 the dict.iteritems doesn't exist anymore un py3. Yann Cézard 2018-04-18 11:47:40 +0200
  • b6b5b335d6 Revert "Fix templates (iteritems doesn't exist in Py3, items works for both version)." Yann Cézard 2018-04-18 11:46:47 +0200
  • cec394bd3d Fix templates (iteritems doesn't exist in Py3, items works for both version). Yann Cézard 2018-04-18 11:43:32 +0200
  • 9e54e0f933 Fix parsing multiple config files. Yann Cézard 2018-04-18 11:42:01 +0200
  • e318fe2857 Bump logstash plugin version to 5.3.3 Nick Satterly 2018-04-17 12:42:52 +0200
  • 5b43cda709
    Fix logstash send for Python 3 (#186) Nick Satterly 2018-04-17 11:43:46 +0200
  • f39a48bd20 Fix logstash send for Python 3 Nick Satterly 2018-04-17 09:20:05 +0200
  • b66342078b Bump logstash plugin version to 5.3.2 Nick Satterly 2018-04-16 18:29:16 +0200
  • 4da325d15b Convert LOGSTASH_PORT to an integer (#185) Yann Cézard 2018-04-16 18:11:47 +0200
  • 302cc4e876 More unified error handling in LOGSTASH_PORT integer casting. Yann Cézard 2018-04-16 16:34:18 +0200
  • 9d04fba732 If LOGSTASH_PORT is accessed through an env variable, force it to be an integer. Yann Cézard 2018-04-16 15:41:01 +0200
  • d8a49cd6ed Support for sending notifications to MS Teams (#180) Anton 2018-04-02 12:34:49 +0200
  • 337233ab01 Renamed webhook parameter tester22 2018-04-02 10:15:37 +0200
  • 9e251ac876 Changed name of web hook url. tester22 2018-03-30 10:43:50 +0200
  • d0e510ca50 Bump influxdb to 5.4.2 Nick Satterly 2018-03-21 09:54:07 +0000
  • d1fbf679b5
    Bump influxdb plugin to use version 5.0.0 (#181) Nick Satterly 2018-03-21 09:53:38 +0000
  • 8e3b1d1257 Bump influxdb plugin to use version 5.0.0 Nick Satterly 2018-03-21 09:52:59 +0000
  • d05afc4f26 fix bug: return directly if not zabbixAlert to avoid zabbix login error (#179) wanggenyi 2018-02-23 17:11:42 +0800
  • b97b8235d4 fix bug: return directly if not zabbixAlert to avoid zabbix login error 王根意 2018-02-23 15:23:19 +0800
  • c50b4093aa
    Fix reference to logger to use syslog instead Nick Satterly 2018-01-15 11:39:43 +0000
  • 9833fbaef1 Readme and minor changes tester22 2017-12-27 22:52:08 +0100
  • df5f16b06e Removed old debug tester22 2017-12-27 22:21:56 +0100
  • a164e4284b Initial version of MS Teams plugin tester22 2017-12-27 21:50:29 +0100
  • f52898c2e5
    Merge pull request #178 from alerta/prometheus-silence-days Nick Satterly 2017-12-24 20:38:09 +0000
  • 95838d6648 Convert Prometheus Alertmanager silence days to integer Nick Satterly 2017-12-24 20:36:38 +0000
  • 4daa059260
    Merge pull request #177 from alerta/update-snmptrap Nick Satterly 2017-12-23 00:39:35 +0000
  • c0f9ca2d6d Update SNMP trap handler to v5 API Nick Satterly 2017-12-22 00:02:06 +0000
  • 0400578d4c Fix send_alert() usage Nick Satterly 2017-11-17 11:25:31 +0000
  • a569d93cdc
    Merge pull request #173 from alerta/update-api-client Nick Satterly 2017-11-16 09:35:21 +0000
  • c799e7ba91 Update API client version to 5 Nick Satterly 2017-11-16 09:29:48 +0000
  • 4ed447c86f
    Merge pull request #172 from alerta/update-mailer Nick Satterly 2017-11-16 00:12:33 +0000
  • e52f4f9a15 Update mailer for version 5 Nick Satterly 2017-11-16 00:11:40 +0000
  • 0691944915
    Merge pull request #171 from alerta/update-urlmon Nick Satterly 2017-11-16 00:02:07 +0000
  • 5e004e9c5f Update urlmon for version 5 Nick Satterly 2017-11-16 00:00:37 +0000
  • fd7444c5b7
    Merge pull request #170 from alerta/consul-update Nick Satterly 2017-11-15 23:49:34 +0000
  • 52a71f7792 Update consul integration for v5 Nick Satterly 2017-11-15 23:48:46 +0000
  • ce3bd58138
    Merge pull request #161 from ashmckenzie/pushover-fix Nick Satterly 2017-11-15 23:40:23 +0000
  • bcc2329de2
    Merge pull request #168 from alerta/pubsub-get-body Nick Satterly 2017-11-15 23:36:50 +0000
  • 195c73b0ce GCP pubsub make use of get_body() again Nick Satterly 2017-11-15 23:35:00 +0000
  • 8148b4d852
    Merge pull request #164 from arindamchoudhury/patch-2 Nick Satterly 2017-11-15 23:32:36 +0000
  • b0004e87e2
    Merge pull request #163 from arindamchoudhury/patch-1 Nick Satterly 2017-11-15 23:32:11 +0000
  • 385a5b213e Bump version to 5.1.0 Nick Satterly 2017-11-15 23:29:33 +0000
  • 9e24575c52
    Merge pull request #165 from freeseacher/extend_tg Nick Satterly 2017-11-15 23:28:48 +0000
  • 848b5f04b3 Bump version to 1.1.0 Nick Satterly 2017-11-15 23:26:20 +0000
  • af11f01492
    Merge pull request #162 from ashmckenzie/consul-fix Nick Satterly 2017-11-15 23:23:56 +0000
  • 0f57dd6f4b
    Merge pull request #167 from alerta/amqp-get-body Nick Satterly 2017-11-15 23:18:59 +0000
  • cb04fb6ac7 Bump version to 5.3.3 Nick Satterly 2017-11-15 23:18:37 +0000
  • 388d039f08 Add test amqp listener Nick Satterly 2017-11-15 23:12:06 +0000
  • 1f91488296 Use get_body() from alert model again Nick Satterly 2017-11-15 23:04:00 +0000
  • a4228e04bc use template to send data to tg Aleksey Shirokih 2017-11-10 17:10:35 +0300
  • 17cfa4dcf9
    updated readme Arindam Choudhury 2017-11-09 09:02:03 +0100
  • f847fafc2e
    updated for version 5 Arindam Choudhury 2017-11-09 09:00:15 +0100
  • bfde69ff79
    Support setting consul host/port from ENV vars Ash McKenzie 2017-11-09 18:22:02 +1100