0
0
Fork 0
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:
Nick Satterly 2013-04-15 09:57:55 +01:00
parent bbfb797e54
commit d8af233a29
5 changed files with 3 additions and 15 deletions

View file

@ -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'

View file

@ -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