From 02d2ca2df868262728c67c13d5dbf484c001d380 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Thu, 24 Jan 2013 15:50:10 +0100 Subject: naming PID and SOCKFILE absent broke things --- templates/irc_bot/Debian/nagios-nsa.sh.erb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/irc_bot/Debian/nagios-nsa.sh.erb b/templates/irc_bot/Debian/nagios-nsa.sh.erb index 7295a37..4e91cda 100644 --- a/templates/irc_bot/Debian/nagios-nsa.sh.erb +++ b/templates/irc_bot/Debian/nagios-nsa.sh.erb @@ -9,9 +9,16 @@ # Short-Description: Nagios Simple IRC Agent ### END INIT INFO +<% if @scope.lookupvar('nagios::irc_bot::base::nsa_pidfile') %> PIDFILE=<%= scope.lookupvar('nagios::irc_bot::base::nsa_pidfile') %> +<% else %> +PIDFILE=/var/run/nagios3/nsa.pid +<% end %> +<% if @scope.lookupvar('nagios::irc_bot::base::nsa_socket') %> SOCKFILE=<%= scope.lookupvar('nagios::irc_bot::base::nsa_socket') %> - +<% else %> +SOCKFILE=/var/run/nagios3/nsa.socket +<% end %> . /lib/lsb/init-functions start() { -- cgit v1.2.3