-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script or SMS alert #139
Comments
Hey @qianghaohao, You can create your own alert targets, I found the #71 PR where the Pagerdutty target was added and you might use as a guide implementing your own. Let me know if you have any doubts implementing your target. |
Hi @quintanilhar, Thanks for your reply. That means i need to write php code to implement? If 411 supports scripts target, that would be wonderful. In script, we can alert whatever we want, such as email, sms, phone and so one. I am not familiar with php, but i will have a try, thank you. |
@qianghaohao It sounds like the Pagerduty target may do what you want. You can specify a callback url in 411 and configure your alerting prefs on the Pagerduty site. |
@kiwiz Ok, thank you. Another question, it seems that 411 can't specify the index what i want to search. So where to specify the Es index name to search? |
Hey @qianghaohao, you can create as many indexes as your needs, just create a new key following this structure https://github.com/etsy/411/blob/master/config_example.php#L116. ex.:
PS: The logstash config is not required, you can just delete or update it with your own indexes. |
Hi,
Does 411 support the scrip alert or sms alert? I want to custom my own alarm channel, does is support that? Just like the Zabbix alert setting.
The text was updated successfully, but these errors were encountered: