summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-23make check_domain configurablemh
2012-11-23export also the nagios host, so we can still use it remotemh
2012-11-23add new wrapper for dns hostsmh
2012-11-21add dns checkmh
2012-11-14we should then set a defaultmh
2012-11-14make it possible to not pass check_command if service should be absentmh
2012-09-26forgot $varac
2012-09-26fix proper deployment of pnp4nagios-templates.cfgvarac
2012-09-20Merge remote-tracking branch 'riseup/irc_bot_enhancements'Gabriel Filion
2012-09-19updated readmevarac
2012-09-19no ::nagios_packagename variable anymorevarac
2012-09-19require pnp4nagios package for config filevarac
2012-09-19use a graph style icon for action.gifvarac
2012-09-19typos againvarac
2012-09-19typovarac
2012-09-19fixed conf file permissions, notify servicesvarac
2012-09-19resolve nagios_cfgdir variablevarac
2012-09-19depend on pnp4nagios instead of npcdvarac
2012-09-19configure pnp4nagios npcdvarac
2012-09-19typovarac
2012-09-19package pnp4nagios available now, fix permissions for config filesvarac
2012-09-19corrected path to pnp4nagios apache.confvarac
2012-09-19README.pnp4nagiosvarac
2012-09-19added icon for pnp4nagiosnadir
2012-09-19added pnp-grapher templates for explicit usenadir
2012-09-19added pnp-grapher templates for explicit usenadir
2012-09-19standard pnp4nagios apache confignadir
2012-09-19possibility to deploy a custom pnp4nagios apache confignadir
2012-09-19basic pnp4nagios grapher integrationvarac
2012-06-272.7 underscore rename: site-nagiosMicah Anderson
2012-06-14take hiera out of the paramsmh
2012-06-08refactor things for >2.7mh
2012-06-06fix templatemh
2012-06-05new style for 2.7mh
2012-05-15put the class the right placemh
2012-05-05Merge remote-tracking branch 'github/master'mh
2012-05-05Merge pull request #4 from efroese/http-checkduritong
Add the port arg to check_http_url_regex. Default 80.
2012-05-05Merge pull request #5 from efroese/jabber-reqduritong
Jabber requirement
2012-05-01Move the jabber plugin to its own class.Erik Froese
2012-05-01Remove unnecessary jabber dependency.Erik Froese
2012-05-01Add the port arg to check_http_url_regex. Default 80.Erik Froese
2012-04-18put single quotes around the password to guard against exclamation points in ↵Micah Anderson
passwords
2012-04-18use trocla for that passwordmh
2012-04-18fully qualify fqdn and hostname facter variablesChristian G. Warden
2012-04-18Fully qualify facter variables to suppress warningsChristian G. Warden
merge conflict due to immerda's branch not being up-to-date on the bot
2012-04-18it is not anymore necessary to add an empty source to purge directoriesmh
2012-04-10Update the README for NRPEGabriel Filion
With an example nrpe service and an example nrpe command definition, users should be able to use nrpe pretty easily. Some general-purpose variables were not documented, so I added a note about them at the same time. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2012-04-10Fix NRPE for FreeBSDGabriel Filion
Plugins are found under another directory. The pid file must be changed to /var/spool/nagios/nrpe2.pid, since this place is writable by the daemon, and the rc script expects the pid file to be found there. Use a pattern instead of the rc script status command.
2012-04-10fix nrpe package name in freebsdAntoine Beaupre
2012-04-10make the nrpe service depend on the packageAntoine Beaupre