Commit graph

76 commits

Author SHA1 Message Date
2224bb84d9 nagios: Add support for monitoring puppet master and it's certificate. 2014-10-28 09:43:10 +02:00
050475667a nagios: Added $expect option support for HTTPs service target. 2014-10-10 09:22:21 +03:00
977776c623 nagios: Added IPP with SSL service target. 2014-10-09 11:37:40 +03:00
Ossi Salmi
2106fdb0ae nagios: Add jabber service check 2014-01-20 00:29:40 +02:00
95f66a4b3d nagios: Added smb and wins service targets. 2013-11-15 08:46:04 +02:00
70d894e4b1 nagios: Added certificate check to submission service target. 2013-11-15 08:43:07 +02:00
004c4600bf nagios: Splitted certificate and service checks from https, imaps and pop3s. 2013-11-15 08:39:17 +02:00
2837e3ae85 nagios: Added DHCP service target. 2013-11-15 08:35:21 +02:00
9c2f621ef9 nagios: Fixed starting nagios service if stopped. 2013-11-15 08:33:10 +02:00
1bced66e1a nagios: Added certificate expiration check to imap and pop3 service checks. 2013-10-17 23:31:12 +03:00
fb89a9506f nagios: Add support for NSCA passive checks. 2013-10-14 13:27:41 +03:00
f7f0f2fb36 nagios: Added IPP and LPD service target support. 2013-09-18 12:33:24 +03:00
ce623ac4fc nagios: Added submission service check support. 2013-09-10 15:40:08 +03:00
8d381c3fce nagios: Added pop3 service check support. 2013-09-07 12:55:42 +03:00
Ossi Salmi
e7626f33b3 nagios: Create service groups automatically 2013-09-02 15:41:17 +03:00
Ossi Salmi
f7d6b9252b nagios: Set keys for prowl and pushover in separate parameter 2013-08-22 13:29:05 +03:00
Ossi Salmi
099a9d47f3 nagios: Enable host and service commands 2013-08-08 00:05:52 +03:00
Ossi Salmi
bfb661b0e1 Clean tabs and trailing whitespace from manifests 2013-08-03 00:10:39 +03:00
Ossi Salmi
b59bf3e96c nagios: Added host target for HP ProCurve switches 2013-07-22 21:23:06 +03:00
Ossi Salmi
9054f4a5f8 nagios: Tighten the limits for check-host-alive 2013-07-22 11:16:16 +03:00
Ossi Salmi
ad904200ea nagios: Disable use_retained_scheduling_info
This will reschedule all events upon restart to prevent checks
overlapping when hosts are added.
2013-07-18 22:01:34 +03:00
Ossi Salmi
1c42703762 Revert "nagios: Limit max concurrent checks to 10"
This reverts commit 13ee166135.

max_concurrent_checks doesn't limit host checks which was the point
of the previous commit, so let's leave it as default for now.
2013-07-18 16:57:36 +03:00
Ossi Salmi
13ee166135 nagios: Limit max concurrent checks to 10 2013-07-18 13:38:34 +03:00
Ossi Salmi
124c055992 nagios: Manifest cleanup
* Updated host and service defaults based on current documentation.
 * Removed hostextinfo configs as they are deprecated, use host
   attributes instead.
 * Fixed nagios resource references
2013-07-17 13:54:57 +03:00
Ossi Salmi
64db9faec5 nagios: Tweaked config for large installation 2013-07-17 13:53:31 +03:00
Ossi Salmi
1530461fe4 nagios: Changed parent to global variable for nagios::target
Parents now defaults to libvirt_host (if set).
2013-07-15 20:54:52 +03:00
Ossi Salmi
027ecc1fce Renamed mdarrays fact to raid, added support for hardware controllers 2013-07-11 17:22:52 +03:00
Ossi Salmi
422fc90f78 nagios: Added support for checking Linux md arrays to nrpe 2013-07-11 00:31:32 +03:00
Ossi Salmi
2a83ab6e4b nagios: Don't email flapping warnings 2013-07-08 15:53:03 +03:00
Ossi Salmi
9927aff8d3 nagios: Deploy nrpe.cfg from template
Fixes #3.
2013-07-02 23:34:49 +03:00
Ossi Salmi
c8be8b86af Handle munin_allow and nagios_allow variables as arrays 2013-06-14 01:52:27 +03:00
ed60033f31 nagios: Added support for SMS contacts. 2013-05-29 09:36:03 +03:00
Ossi Salmi
0a1a363ab1 nagios: Fixed notify parameter 2013-05-27 02:37:48 +03:00
Ossi Salmi
c3ffcb8fae nagios: Changed check_disk warning/critical limits to 10%/5% 2013-05-27 02:28:36 +03:00
Ossi Salmi
d1ef78e338 nagios: Send all notifications by email, only critical by prowl/pushover 2013-05-27 02:27:51 +03:00
Ossi Salmi
0e4f99b1bc More instance variable cleanup 2013-05-24 10:29:11 +03:00
Ossi Salmi
49a8ae3004 Merge branch 'puppet3'
Conflicts:
	ntpd/templates/ntp.conf.erb
	wiki/templates/collab-wsgi.conf.erb
2013-05-24 10:10:57 +03:00
423fadfc11 nagios: Fixed hostname from nagios::target::nrpe::service. 2013-05-14 09:03:46 +03:00
ce958b5e3e nagios: Added LDAP and LDAPs service targets. 2013-05-10 23:55:22 +03:00
16b3f0d71e nagios: Added nagios::target::dns to check DNS servers. 2013-05-10 23:32:45 +03:00
e7ae4fb55b nagios: Added support for defining ip address for nagios::host. 2013-05-10 12:12:17 +03:00
Ossi Salmi
c8c5f097b4 Merge branch 'master' into puppet3 2013-05-08 00:28:29 +03:00
119bfb8767 nagios: Added nagios service restart when host info is changed. 2013-05-07 22:23:23 +03:00
2c9a0c1b62 nagios: Added support for defining more than one parent host. 2013-05-07 22:20:59 +03:00
79c74e6152 nagios: Added server start when hostexinfo changes. 2013-05-07 21:36:43 +03:00
e784e03300 nagios: Added TCP connect check support. 2013-05-07 20:52:04 +03:00
f9e719d33e nagios: Added parent host support to nagios::target. 2013-05-06 23:40:53 +03:00
74062b3461 nagios: Moved nrpe services to nagios::target::nrpe::service define. 2013-05-06 16:03:18 +03:00
19df011191 nagios: Added support for checking SSL enabled IMAP service. 2013-05-06 13:57:56 +03:00
4e078fedd0 nagios: Fixed nrpe.cfg include_dir check from OpenBSD. 2013-05-06 11:04:45 +03:00