summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/irc_bot/Debian/nagios-nsa.sh.erb9
1 files changed, 8 insertions, 1 deletions
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() {