Commit Graph

  • a4d2dd4c97 [NAGIOS] Add a PNP4Nagios template for the check_syn plugin master Pierre Schweitzer 2015-06-27 11:51:11 +0000
  • 8e360b48cc [NAGIOS] Add a plugin to check SYN_SENT connections status Pierre Schweitzer 2015-06-26 16:22:34 +0000
  • b6c0f8cb2f [NAGIOS] Remove useless control file Pierre Schweitzer 2015-03-13 15:01:39 +0000
  • 1ef00f85b5 [NAGIOS] Add an old (& forgotten) plugin wrapper Pierre Schweitzer 2015-03-13 14:55:05 +0000
  • 2c7908e5e2 [NAGIOS] Add a wrapper for check_procs to get performance data Pierre Schweitzer 2014-07-14 13:16:13 +0000
  • bbefee16e9 [NAGIOS] Welcome packaging :-) Pierre Schweitzer 2014-06-25 19:33:53 +0000
  • 59cfca3ecc [NAGIOS] - Fix install rule - Also install build-free plugins Pierre Schweitzer 2014-06-25 18:50:09 +0000
  • 726eb6ebf2 [NAGIOS] Move PNP4Nagios templates to their own directory Pierre Schweitzer 2014-06-25 18:19:13 +0000
  • 60a276d8f8 [NAGIOS] Add support for standard DESTDIR var on install Pierre Schweitzer 2014-06-25 16:47:32 +0000
  • 411c42d5a8 [NAGIOS] Add install rule Pierre Schweitzer 2014-06-25 13:56:37 +0000
  • 936d57bbeb [NAGIOS] Add a makefile Pierre Schweitzer 2014-06-25 09:23:07 +0000
  • 00aaae2568 [NAGIOS] Fix a warning Pierre Schweitzer 2014-06-25 09:21:52 +0000
  • ebd4220e21 [NAGIOS] Simply check_ram plugin on OpenBSD Pierre Schweitzer 2014-04-29 12:03:23 +0000
  • c6ac03b58c [NAGIOS] Port check_ram plugin to OpenBSD. Likely not optimal nor that accurate. Patches are welcome Pierre Schweitzer 2014-04-28 13:44:23 +0000
  • 60599b17ee [NAGIOS] Fix VMware modules check... How did it work till now?! Pierre Schweitzer 2014-04-10 12:46:56 +0000
  • 7e5738e8f8 [NAGIOS] Greatly improve OpenVPN check (read rewrite). Now, instead of only checking for status file, it also reads status file to check whether it has been recently updated. This has been tested in production and it properly catches a disconnection (while previous one wasn't). Pierre Schweitzer 2014-01-14 12:56:46 +0000
  • 275c39474e [NAGIOS] Add support for devices that don't provide "standard" health information nor temperature information. Degraded SMART check can then be done when asked with -ignore-details=1. Read this commit as: "Add support for HP Smart Array P420i controller logical drives" Pierre Schweitzer 2013-10-22 13:14:53 +0000
  • 5c7a619f50 [NAGIOS] Add the event handler script to be used with check_buildmaster_freeze check. Pierre Schweitzer 2013-08-27 13:51:24 +0000
  • d28071128b [NAGIOS] Add a plugin to check if we have buildbot master in weird state, with likely infinite build status running (for instance, the trigger). Pierre Schweitzer 2013-08-27 12:48:10 +0000
  • c19e8cf93d [NAGIOS] Add a module to monitor VMware modules. These are not using DKMS, so it helps knowing when we are running without them. Will help preventing failures on VMware Player testbot Pierre Schweitzer 2013-08-16 15:11:25 +0000
  • 45fbf9a46a [MUNIN] Switch to a different representation for total storage in state file. This allows having a server named "total" in the VPN Pierre Schweitzer 2013-04-10 16:18:20 +0000
  • c05a5abb44 [NAGIOS] Add a plugin to check OpenVPN client connection status Pierre Schweitzer 2013-03-24 20:08:56 +0000
  • ce51f70e95 [MUNIN] Add a plugin to monitor OpenVPN connections traffic Pierre Schweitzer 2013-03-22 18:14:28 +0000
  • 17f77fb7e6 [NAGIOS] Add a modified version of the check_serveraid plugin that allows monitoring ServeRAID raids. It has been modified to remove any SSH nor sudo usage. It will be accessed through NRPE. Pierre Schweitzer 2013-02-14 13:28:41 +0000
  • 560c10e11c [NAGIOS] Properly handle failing devices that smartctl can still half-read Pierre Schweitzer 2013-01-21 06:21:29 +0000
  • 20b2da7b2d [NAGIOS] Add a plugin to check mailman mail queue Pierre Schweitzer 2013-01-13 20:19:50 +0000
  • ec927de60f [NAGIOS] Add a plugin to check for real disk space (it counts reserved blocks as used space instead of free space). Pierre Schweitzer 2012-07-22 20:28:32 +0000
  • ded19e79db [NAGIOS] Use stat instead of open to effectively catch stale mount points. Patch by Christophe Haen <christophe.haen at cern.ch> Pierre Schweitzer 2012-07-15 15:50:44 +0000
  • 16febfc5a2 [NAGIOS] Don't reinvent the weel. Use getopt(). Should be used everywhere else Pierre Schweitzer 2012-07-15 15:45:09 +0000
  • 2cb50a1a29 [NAGIOS] Add a pnp4nagios template for check_snort TRA Pierre Schweitzer 2012-06-28 18:24:35 +0000
  • ae10353542 [NAGIOS] Implement option to check traffic and alerts in check_snort plugin Pierre Schweitzer 2012-06-28 18:22:23 +0000
  • c2fbec5967 [NAGIOS] Add the Icinga slave script. This script (to run as cron task) checks for Icinga master status. If it's not OK twice, then the failover instance is enabled. On the other hand, while failover is running, if master goes back to life, failover is disabled again. This allows auto recovery of Icinga monitoring. Pierre Schweitzer 2012-06-18 19:19:07 +0000
  • 91dac8c7aa [NAGIOS] Use "git ls-remote" instead of "git-ls-remote" for compatibility reasons Pierre Schweitzer 2012-06-18 18:50:17 +0000
  • 24e8995c8f [NAGIOS] Add a simple plugin to check for git status Pierre Schweitzer 2012-06-14 19:28:28 +0000
  • 6eec4eb7e6 [NAGIOS] Add a template for pnp4nagios graphs for check_snort SES Pierre Schweitzer 2012-06-05 20:07:02 +0000
  • 20b386533f [NAGIOS] Add copyright headers (and use same format everywhere) Pierre Schweitzer 2012-05-24 21:22:40 +0000
  • 29f8f0b5d2 [NAGIOS] Add a template for pnp4nagios graphs for check_snort SYN Pierre Schweitzer 2012-05-24 21:19:40 +0000
  • f253a3c130 [NAGIOS] Also send max in perfdata for later use Pierre Schweitzer 2012-05-24 21:19:10 +0000
  • d1acd3079b [NAGIOS] Fix perfdata Pierre Schweitzer 2012-05-19 16:34:52 +0000
  • 2fa9ebc490 [NAGIOS] Add a new plugin to check Snort status, plus some data regarding the network monitored by Snort. For the moment, it does not raise any alert on suspicious outputs Pierre Schweitzer 2012-05-19 14:06:55 +0000
  • 0254b6556d [NAGIOS] Add support in the check_smart plugin for our RAID controler so that we can check individually the SMART status of the disks in the array Pierre Schweitzer 2012-03-16 21:25:28 +0000
  • 16cc58942f [NAGIOS] Import the check_smart plugin from fuller <fuller@daemogorgon.net>. It can be found at: http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_smartmon/details Pierre Schweitzer 2012-03-16 21:24:05 +0000
  • 40975ff28f [NAGIOS] Add the EOF workaround in all plugins. Fix warnings Pierre Schweitzer 2012-03-11 10:41:52 +0000
  • f13589e0fb [NAGIOS] Let be ISO C90 compliant Pierre Schweitzer 2012-02-25 09:50:16 +0000
  • 10a7291ca8 [NAGIOS] Addendum to last rev Pierre Schweitzer 2012-02-25 09:44:26 +0000
  • dbded4a8ec [NAGIOS] Add missing header Add missing licence directive Pierre Schweitzer 2012-02-25 09:43:23 +0000
  • 073db61c97 [NAGIOS] Add a plugin to check mount points, and more specifically NFS mount points. Like the previous (python) one, this one compare /etc/fstab and /proc/mounts to ensure all mount points are populated. Unlike the previous one, the plugin also attempts to open the mount points, to ensure those aren't stale. In case they are, it reports an error. Pierre Schweitzer 2012-02-25 09:39:53 +0000
  • 68625cdc5c [NAGIOS] Add a plugin to check APC UPS status. This one reproduces behaviour of the one we used previously, but with the following change: This one only handles the stuff our UPSes actually support. This one relies on status file written by apcupsd instead of querying the UPS. This will prevent the issues we have on mothership. Only issue is that this plugin might not be as reactive as the previous one depending on the refresh delay of apcupsd. But, that's only a matter of configuration. Pierre Schweitzer 2012-02-23 21:22:45 +0000
  • b82ef23d70 [NAGIOS] Create a directory to store our Nagios/Icinga internally developed plugins. Add a check_ram plugin, developed in C, faster (~ +20%) than the bash one we were using previously. Servers will use this new one. All our scripts should be converted to C programs. Pierre Schweitzer 2012-02-23 14:20:22 +0000