summaryrefslogtreecommitdiff
path: root/templates/irc_bot/Debian
AgeCommit message (Collapse)Author
2013-01-24Revert "naming PID and SOCKFILE absent broke things"varac
This reverts commit 02d2ca2df868262728c67c13d5dbf484c001d380.
2013-01-24naming PID and SOCKFILE absent broke thingskwadronaut
2012-09-25fix variable names that weren't properly pulled in on mergeMicah Anderson
2012-09-19Merge branch 'immerda'Leap devs
Conflicts: manifests/apache.pp manifests/irc_bot.pp manifests/service/mysql.pp templates/irc_bot/nsa.cfg.erb Conflict resolutions: apache.pp: just cosmetics mysql.pp: The shared modules provides more variables to fine tune the mysql health check so we went for this version. The irc bot conflicts were a result of immerda's branch not being up-to-date with the shared branch. The shared branch had factored out the irc_bot.pp into a directory, and added a few additional variables. Immerda changed the variables from having the prefix $nagios_ to not having it and did not have that refactor. The variable renames were good ones for the 2.7 refactoring work, and future hiera integration, so we want those. So to resolve this, we took the shared version of the refactor, and then took the immerda version of the variable renames. This requires an UPGRADE NOTICE in the README as people may have been using the previous variable names.
2012-06-05new style for 2.7mh
2011-07-14IRC-bot: fix LSB dependencies in Debian init scriptGabriel Filion
A misconception on my part made the dependencies "not-quite-right" (as in: the script doesn't really depend on nagios, as we would expect). This gives the IRC bot the save "level" as nagios itself. However, we'd like for nagios to be started before we start the IRC bot.
2011-07-14IRC-bot: cleanup socket file on startupGabriel Filion
It may sometimes happen that the bot dies or gets killed and the socket file is not cleaned up. When using the init script with 'start', as puppet does, the socket file blocks the bot from starting.
2011-02-06centosify irc_botmh