forked from thias/puppet-nagios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
83 lines (69 loc) · 3.25 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
2014-09-15 - 1.0.1
* Fix to not install perl bindings package when memcached check is disabled.
2014-09-09 - 1.0.0
* Update nagiosgraph.pp to use the same $apache_allowed_from as server.
* Fix main default httpd configuration file.
* Add /usr/sbin/mysqld to the list of locations for the mysqld fact.
* Include new http check using the http plugin.
* New nrpe_service definition (#23, @thomasvs).
* Allow specifying a megacli version to pin (#35, @thomasvs).
* Add results_limit parameter for cgi.cfg (#32, @alexharv074).
* Add Debian support for nrpe (#26, @davideagle).
* Add memcached check and plugin.
* Add conntrack check and plugin.
* Fix original_args in disk check and exclude cgroup mount by default.
2014-06-03 - 0.4.7
* Update nrpe messages file.
2014-05-26 - 0.4.6
* Update nrpe messages file.
2014-05-05 - 0.4.5
* Update params.pp for CentOS, add pid_file (paths should match EPEL packages).
* Update and fix nrpe SELinux messages for RHEL7.
2014-03-10 - 0.4.4
* Enable declaring all types from the server class, useful with hiera.
* Allow httpd_t to read nagios_spool_t files too.
* Add support for first_notification_delay in class based checks.
2014-01-30 - 0.4.3
* Remove server udp sub-package, now part of the tcp package as of 1.4.15-2.
* Fix for useless $apache_allowed_from existence check (#12).
* Fix nagios pid file location.
* Fix typo in the default parameter variable names for dir_status check.
* Create overrideable resources instead of relying on templates.cfg.
2013-12-10 - 0.4.2
* Add $::nagios_client fact for all nagios client nodes.
2013-12-10 - 0.4.1
* Fix variable name in README (Anton Babenko).
* Make the megaclibin from check::megaraid_sas configurable.
* Update check::load to become a class.
* Add new check::load default values for over 16 CPUs.
2013-07-18 - 0.4.0
* Include mysql_health checks, implemented in a more modern way
2013-05-29 - 0.3.2
* Update check_dir_status to also check dir timestamp when empty.
* Move leftover default checks from client.pp to defaultchecks.pp.
2013-05-24 - 0.3.1
* Update SELinux messages file.
* Change the Gentoo nrpe.pid location, to match the current one.
* Include custom check_dir_status script.
* Update README.
2012-09-19 - 0.3.0
* Add support for Fedora.
* Add support for host_check_command.
* Add support for service contact_groups.
* Fix check_nginx exit statuses (warning and critical were inverted).
* Fix check_disk with configfs on Fedora 17.
* Conditionalize libdir to support Fedora/EPEL plugins.
* Add check for socat presence when checking for moxi+socket.
* Create resource for the check_* parent resource to avoid race condition
* Add none timeperiod by default
* Gentoo nrpe has been renamed net-analyzer/nrpe
* Add !requiretty for the required sudo commands
2012-05-23 - 0.2.0
* Clean up the module to match current puppetlabs guidelines.
* Add new params.pp and use it from nagios::client for Gentoo specifics.
* Renamed checks.pp to defaultchecks.pp to be more explicit.
* Removed var.pp as everything is inside client.pp now.
* Finished updating host.pp and service.pp wrappers, use them from client.pp.
* Remove package.pp and use tag + realize to work around duplicates.
* Renamed nagios::client::nrpe to nagios::client::nrpe_file, more explicit.
* Simplified the check_ping to have a single argument.