Skip to content

Commit

Permalink
Fix missing method_name: kavenegar (netdata#5019)
Browse files Browse the repository at this point in the history
<!--
Describe the change in summary section, including rationale and degin decisions.
Include "Fixes #nnn" if you are fixing an existing issue.

In "Component Name" section write which component is changed in this PR. This
will help us review your PR quicker.

If you have more information you want to add, write them in "Additional
Information" section. This is usually used to help others understand your
motivation behind this change. A step-by-step reproduction of the problem is
helpful if there is no related issue.
-->

##### Kavenegar was missing in new alarm-notify.sh

##### Just method_names has been changed and related configs.

##### Add missing kavenegar in method_names variable
  • Loading branch information
salehi authored and cakrit committed Dec 17, 2018
1 parent a0c21fe commit da9ddfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions health/notifications/alarm-notify.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ fleep
syslog
custom
msteam
kavenegar
"

# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -318,8 +319,8 @@ MESSAGEBIRD_ACCESS_KEY=
MESSAGEBIRD_NUMBER=

# kavenegar configs
KAVENEGAR_API_KEY=""
KAVENEGAR_SENDER=""
KAVENEGAR_API_KEY=
KAVENEGAR_SENDER=

# telegram configs
TELEGRAM_BOT_TOKEN=
Expand Down

0 comments on commit da9ddfe

Please sign in to comment.