Go modules · #1725
github.com/timonwong/prometheus-webhook-dingtalk
v1.4.0timonwong/prometheus-webhook-dingtalk ↗Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 3 weeks to 2.0 years
Rarely documented
notes for 2 of 13 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
27 releases · first in 2017
Release timeline
27 releases since 2017Releases
- v1.4.1-0.20220811054641-589d858c1f7c11 Aug 2022pre-release
Nothing published for this version
- v1.4.1-0.20220421073035-ad8209bf659f21 Apr 2022pre-release
Nothing published for this version
- v1.4.1-0.20220421062807-d2d6a6e2924e21 Apr 2022pre-release
Nothing published for this version
- v1.4.1-0.20220421031804-d35a38bf9d8b21 Apr 2022pre-release
Nothing published for this version
- v1.4.1-0.20220401005954-351c62829df91 Apr 2022pre-release
Nothing published for this version
- v1.4.1-0.20220228061527-d4ecfcbac62828 Feb 2022pre-release
Nothing published for this version
- v1.4.1-0.20220220084219-3035a4a2a21820 Feb 2022pre-release
Nothing published for this version
- v1.4.1-0.20220220075728-2fd699d9415a20 Feb 2022pre-release
Nothing published for this version
- v1.4.1-0.20211215065030-70f6b18f741715 Dec 2021pre-release
Nothing published for this version
- v1.4.1-0.20211121053736-f3d21b9b650f21 Nov 2021pre-release
Nothing published for this version
- v1.4.1-0.20211011153106-85e9bceda60511 Oct 2021pre-release
Nothing published for this version
- v1.4.1-0.20210819133206-6481c32630b619 Aug 2021pre-release
Nothing published for this version
- v1.4.1-0.20201001013623-4635b53740a21 Oct 2020pre-release
Nothing published for this version
- v1.4.1-0.20200612030136-cf009447dd2512 Jun 2020pre-release
Nothing published for this version
- v1.4.011 Dec 2019
Nothing published for this version
- v1.3.09 Dec 2019
Nothing published for this version
- v1.2.29 Dec 2019
Nothing published for this version
- v1.2.18 Dec 2019
Nothing published for this version
- v1.2.08 Dec 2019
Nothing published for this version
- v1.1.06 Dec 2019
Nothing published for this version
- v1.0.05 Dec 2019
Release notes
Open source →BREAKING CHANGES
Now instead of configuration via command line arguments, the YAML configuration file is used for better flexibility.
The example configuration file looks like:
## Request timeout # timeout: 5s ## Customizable template file path ## In docker, by default the current working directory is set to /prometheus-webhook-dingtalk ## However it's recommended to use absolute path whenever possible # template: template/default.tmpl ## Targets, previously was known as "profiles" targets: webhook1: url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx # secret for signature secret: SEC000000000000000000000 webhook2: url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx webhook_mention_all: url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx mention: all: true webhook_mention_users: mention: mobiles: ['156xxxx8827', '189xxxx8325']
- v0.3.021 Dec 2017
- v0.2.521 Dec 2017
Nothing published for this version
- v0.2.418 Oct 2017
Nothing published for this version
- v0.2.318 Oct 2017
Nothing published for this version
- v0.1.116 Oct 2017
Nothing published for this version
- v0.1.016 Oct 2017
Nothing published for this version