dynmotd/CHANGELOG.md

52 lines
1.6 KiB
Markdown

---------------------------------------
### 0.3.0 - 2015/09/01
##### Features
* New script to monitor Ceph (health, monitor, osd, …).
##### Changes
* Tiny updates in README.md.
* (#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.
---------------------------------------
### 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.
* Edit the README.md.
---------------------------------------
### 0.1.0 - 2015/01/23
Initial release.
##### Changes
* Provide a script which print a Motd