1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net-mgmt/victorops-nagios/files/patch-forward_alerts
Kurt Jaeger 1715b498a2 New port: net-mgmt/victorops-nagios
VictorOps is an on-call management and incident notification service.
This is the Nagios/Icinga integration package for VictorOps.

WWW: http://www.victorops.com

PR:		191383
Submitted by:	rand@iteris.com
2014-08-09 09:49:49 +00:00

12 lines
391 B
Plaintext

--- opt/victorops/nagios_plugin/bin/forward_alerts.orig 2014-06-11 10:38:17.374154833 -0500
+++ opt/victorops/nagios_plugin/bin/forward_alerts 2014-06-11 10:38:59.844409788 -0500
@@ -18,7 +18,7 @@
QUEUE_DIR=$1
fi
if [ -z "$QUEUE_DIR" ]; then
- QUEUE_DIR=/var/nagios
+ QUEUE_DIR=/var/spool/nagios/victorops/alerts
fi
DONE_DIR=$QUEUE_DIR/forwarded
EMAILED_DIR=$QUEUE_DIR/emailed