Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-31 | also add pop3 login checks | mh | |
2015-10-31 | add some metrics to the horde check | mh | |
2015-10-25 | add an imap_login check | mh | |
2015-10-25 | Merge remote-tracking branch 'shared/master' | mh | |
2015-10-16 | fixing path | mh | |
2015-10-16 | fetch things over hkps and on every check | mh | |
2015-10-16 | Revert "this is handled outside & centrally" | mh | |
This reverts commit ffca95a6b0281ab49f4a626a1ee6a68257769388. | |||
2015-10-13 | this is handled outside & centrally | mh | |
2015-10-12 | introduce horde_login checks | mh | |
2015-10-12 | introduce gpg checks | mh | |
2015-10-08 | update the apache2.conf file | Matt Taggart | |
updating to the debian 3.5.1.dfsg-2+b1 version of the file. mostly whitespace changes, one 2.2 vs 2.4 change and a change for docs. | |||
2015-04-19 | Only use the private directory on CentOS | Gabriel Filion | |
Debian and ubuntu have their resource.cfg file placed in /etc/nagios3/ and when it's absent it can cause issues with the package (because the package is badly done). | |||
2015-04-07 | Add missing DirectoryIndex index.php to the pnp4nagios apache config snippet | Micah Anderson | |
2014-10-05 | add the default nagios templates file as well | mh | |
2014-10-05 | get auto purging working again | mh | |
That purging resources work correctly, the config files must be at the location that the nagios providers have internally, which is at /etc/nagios/<name>.cfg To ease the config file we used the cfg_dir option so far, which we can't anymore and hence this change requires adoption of your site modules. But auto-purging resources will then finally work. | |||
2013-02-27 | Fix munin plugins | Gabriel Filion | |
the basic path for nagiosstats is wrong/hardcoded. that binary comes in with the nagios3 package in Debian. set the default value to the right path under Debian and make it possible to override the path with an environment variable. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2013-02-14 | use a graph style icon for action.gif | varac | |
2013-02-14 | configure pnp4nagios npcd | varac | |
2013-02-14 | added pnp-grapher templates for explicit use | nadir | |
2013-02-14 | added pnp-grapher templates for explicit use | nadir | |
2013-02-14 | standard pnp4nagios apache config | nadir | |
2013-02-14 | basic pnp4nagios grapher integration | varac | |
2013-01-02 | Merge remote-tracking branch 'shared/master' | mh | |
Conflicts: README manifests/service.pp | |||
2013-01-02 | Merge remote-tracking branch 'riseup/master' into HEAD | mh | |
Conflicts: manifests/apache.pp manifests/base.pp manifests/defaults/templates.pp manifests/defaults/vars.pp manifests/init.pp manifests/irc_bot.pp manifests/nsca/client.pp manifests/nsca/server.pp manifests/service.pp manifests/service/mysql.pp templates/irc_bot/nsa.cfg.erb | |||
2012-09-20 | Merge remote-tracking branch 'riseup/irc_bot_enhancements' | Gabriel Filion | |
2012-04-10 | Define check_load as a function of the nb of cpus | Gabriel Filion | |
The "check_load" nagios check should not be hardcoded to some arbitrary value. The thresholds should rather be adjusted in function of how many CPUs are present in the server. The factors were chosen by prior experience but could be adjusted if needed. Factors for warning thresholds (where N is the nb of cpus): * 1min : 5 * N * 5mins : 4 * N * 15mins : 3 * N Factors for critical thresholds: * 1min : 10 * N * 5mins : 9 * N * 15mins : 8 * N | |||
2012-04-09 | Basic NRPE Support | nadir | |
amended (lelutin): removed trailing spaces and commented out code. | |||
2012-04-09 | Import fresh nsca.cfg file | Gabriel Filion | |
The default nsca.cfg is currently using the "non-normal" port for nsca. Let's import a freshly installed nsca.cfg file with default values. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2012-03-14 | allow dashes in service names | Antoine Beaupre | |
2012-03-14 | make default comment mention irc | root | |
2012-03-14 | be silent when we send stuff to nagios, it will answer back | root | |
2012-03-14 | accept dots in services | root | |
2012-03-14 | remove debugging message | Antoine Beaupre | |
2012-03-14 | always add a comment, allow spaces in comments | Antoine Beaupre | |
2012-03-13 | add reference for good material i found | Antoine Beaupre | |
2012-03-13 | add commandfile path to configuration | Antoine Beaupre | |
Conflicts: templates/irc_bot/nsa.cfg.erb | |||
2012-03-13 | note that this bot needs to be ported to the new framework | Antoine Beaupre | |
2012-03-13 | add ack functionality | Antoine Beaupre | |
2011-12-08 | Provide default config files for nagios.cfg and cgi.cfg | Gabriel Filion | |
The current code tries to get the content of those two files in a bunch of places and defines a fallback to a generic file in the module's files/configs directory. The problem is that there is no such generic config file present. Link to Debian's config files as a generic version of those configuration files. This bug was found by taggart. | |||
2011-12-08 | update check_mysql_health plugin to newer version | Micah Anderson | |
2011-04-28 | fix syntax error from previous commit | Micah Anderson | |
2011-04-28 | add configuration variable to irc bot to enable IRC notice type messages ↵ | Micah Anderson | |
which can be turned on by the puppet variable $nagios_nsa_usenotices | |||
2011-04-11 | Merge commit 'f2df62c9d17d481a3d616a4f2de9496638fadc0a' | Micah Anderson | |
Conflicts: manifests/defaults/commands.pp | |||
2011-04-06 | try to fix nagios::plugin problem | mh | |
We have a serious problem with the concept that we had up to now if you start adding more than one nagios server. This is an attempt to fix it, with certain drawbacks, such as that you have to list all the nagios plugins in the nagios modules. This will be subject of further discussion. | |||
2011-03-06 | add and deploy check_dnsbl script | mh | |
2011-03-02 | links do not work for file sources | mh | |
2011-03-02 | merge with sarava | mh | |
2011-02-07 | make the client config aware | mh | |
2011-02-06 | Merge remote branch 'leluitn/apache_conf_fix' | mh | |
2011-02-06 | merge lelutin | mh | |