dynmotd/CHANGELOG.md

52 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2015-01-23 16:18:55 +01:00
---------------------------------------
### 0.3.0 - 2015/09/01
2015-02-09 11:07:27 +01:00
##### Features
* New script to monitor Ceph (health, monitor, osd, …).
2015-02-09 11:07:27 +01:00
##### Changes
* Tiny updates in README.md.
2015-02-17 17:05:18 +01:00
* (#2) Add Puppet tests.
* (#3) Correct ((LINE++)) -> BASH with LINE=$((LINE+1)) -> SH
* (#4) Add monitoring for Ceph Monitor (process and port).
* (#4) Add monitoring for Ceph OSD (process and few ports).
* (#4) Add a monitoring for Ceph health. It take the available ceph id to run the command.
2015-02-09 11:07:27 +01:00
---------------------------------------
### 0.2.1 - 2015/02/09
##### Changes
* Correct warning from Puppet-lint (indentation, default case, string with var).
* Correct README.md.
* (#1) Edit the Augeas ressource (print motd on ssh login) to manage a config line with one or more arguments.
---------------------------------------
### 0.2.0 - 2015/02/03
##### Features
* Divide the big script in tiny ones with only one type of information to display.
* Automatically display the Motd upon successful login.
##### Changes
* Create the "update-motd.d" to use the dynamic MOTD generation.
* Make tiny scripts to monitore services, system/file systems/user/auth informations and put them in "update-motd.d".
* Add new services monitoring (processes and sockets).
* Edit script's name: an underscore (_) in the name prevent the script to runs.
* Add a template to manage the static motd (/etc/motd).
* Rename the ::config class into ::install, because it's provide and install everything to have dynamic Motd.
2015-02-03 11:27:30 +01:00
* Edit the README.md.
---------------------------------------
2015-01-23 16:18:55 +01:00
### 0.1.0 - 2015/01/23
Initial release.
##### Changes
2015-01-28 18:06:41 +01:00
* Provide a script which print a Motd