summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGabriel Filion <lelutin@gmail.com>2012-09-20 00:11:31 -0400
committerGabriel Filion <lelutin@gmail.com>2012-09-20 00:11:31 -0400
commit4d6b051acd53217860e1401946e45550e20c91a0 (patch)
tree2c533d639e2e65cfadd588c6952b5a19de29e707 /templates
parent66257f3c425fea5fcea2acb999854aae5e7cf9f1 (diff)
parente00811faa08243267fbefc5d0133facbe5f0086f (diff)
Merge remote-tracking branch 'riseup/irc_bot_enhancements'
Diffstat (limited to 'templates')
-rw-r--r--templates/irc_bot/nsa.cfg.erb11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/irc_bot/nsa.cfg.erb b/templates/irc_bot/nsa.cfg.erb
index da6b2f0..41e6319 100644
--- a/templates/irc_bot/nsa.cfg.erb
+++ b/templates/irc_bot/nsa.cfg.erb
@@ -6,9 +6,10 @@
'password' => '<%= nagios_nsa_password %>',
# this needs libio-socket-ssl-perl
# doesn't actually works because Net::IRC is braindead and tries to use IO::Socket::SSL->read/write instead of the builtin print, see http://search.cpan.org/dist/IO-Socket-SSL/SSL.pm
- #'SSL' => 0,
- 'channel' => '<%= nagios_nsa_channel %>',
- 'pidfile' => '<%= nagios_nsa_pidfile %>', # set to undef to disable
- 'realname' => "<%= nagios_nsa_realname %>",
- 'usenotices' => "<%= nagios_nsa_usenotices %>",
+ #'SSL' => 0,
+ 'channel' => '<%= nagios_nsa_channel %>',
+ 'pidfile' => '<%= nagios_nsa_pidfile %>', # set to undef to disable
+ 'realname' => "<%= nagios_nsa_realname %>",
+ 'usenotices' => "<%= nagios_nsa_usenotices %>",
+ 'commandfile' => '/var/lib/nagios3/rw/nagios.cmd',
);