mirror of
https://github.com/alerta/alerta.git
synced 2025-02-15 18:17:23 +00:00
replace alert-notify with alert-pagerduty
This commit is contained in:
parent
bbfb797e54
commit
d8af233a29
5 changed files with 3 additions and 15 deletions
contrib/experimental/notify
etc
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
# Notify Config
|
||||
global:
|
||||
USERNAME: username
|
||||
PASSWORD: changeme
|
||||
owners:
|
||||
cbabbage:
|
||||
email: cbabbage@example.com
|
||||
mobile: '4455555555'
|
||||
aturing:
|
||||
email: aturing@example.com
|
||||
mobile: '4455555555'
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# alert-notify Start/stop the Alerter Notify daemon.
|
||||
# alert-pagerduty Start/stop the Alerter PagerDuty daemon.
|
||||
#
|
||||
# chkconfig: 2345 90 60
|
||||
# description: Alert Notify is the sms and email daemon notifier for the alerting system.
|
||||
# description: Alerta integration with PagerDuty for notification and escalation.
|
||||
|
||||
# Source function library.
|
||||
. /etc/init.d/functions
|
||||
|
@ -11,7 +11,7 @@
|
|||
OPTIONS=""
|
||||
|
||||
RETVAL=0
|
||||
prog="alert-notify"
|
||||
prog="alert-pagerduty"
|
||||
binary=/usr/bin/$prog
|
||||
pidfile=/var/run/alerta/$prog.pid
|
||||
lockfile=/var/lock/subsys/$prog
|
Loading…
Reference in a new issue