github.com/timonwong/prometheus-webhook-dingtalk
v1.4.0
#1725 most downloaded on Go modules
timonwong/prometheus-webhook-dingtalk
What this package is like to depend on
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
0 releases in the last 12 months
see the full history below
Release timeline
27 releases · Oct 2017 to Aug 2022Releases
latest 27-
v1.4.1-0.20220811054641-589d858c1f7c11 Aug 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220421073035-ad8209bf659f21 Apr 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220421062807-d2d6a6e2924e21 Apr 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220421031804-d35a38bf9d8b21 Apr 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220401005954-351c62829df901 Apr 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220228061527-d4ecfcbac62828 Feb 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220220084219-3035a4a2a21820 Feb 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20220220075728-2fd699d9415a20 Feb 2022 pre-releaseNothing published for this version
-
v1.4.1-0.20211215065030-70f6b18f741715 Dec 2021 pre-releaseNothing published for this version
-
v1.4.1-0.20211121053736-f3d21b9b650f21 Nov 2021 pre-releaseNothing published for this version
-
v1.4.1-0.20211011153106-85e9bceda60511 Oct 2021 pre-releaseNothing published for this version
-
v1.4.1-0.20210819133206-6481c32630b619 Aug 2021 pre-releaseNothing published for this version
-
v1.4.1-0.20201001013623-4635b53740a201 Oct 2020 pre-releaseNothing published for this version
-
v1.4.1-0.20200612030136-cf009447dd2512 Jun 2020 pre-releaseNothing published for this version
-
v1.4.011 Dec 2019Nothing published for this version
-
v1.3.009 Dec 2019Nothing published for this version
-
v1.2.209 Dec 2019Nothing published for this version
-
v1.2.108 Dec 2019Nothing published for this version
-
v1.2.008 Dec 2019Nothing published for this version
-
v1.1.006 Dec 2019Nothing published for this version
-
v1.0.005 Dec 2019Release 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 2017Nothing published for this version
-
v0.2.418 Oct 2017Nothing published for this version
-
v0.2.318 Oct 2017Nothing published for this version
-
v0.1.116 Oct 2017Nothing published for this version
-
v0.1.016 Oct 2017Nothing published for this version