diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2358c..27fdaa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ --------------------------------------- -### +### 0.3.0 - 2015/09/01 ##### Features +* New script to monitor Ceph (health, monitor, osd, …). ##### Changes * Tiny updates in README.md. diff --git a/README.md b/README.md index 8abc4d6..3f90193 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ class { 'motd': * `auth_info_script_content`: Template file use to generate the previous script. Defaults to 'dynmotd/motd_auth_info.erb'. * `fs_info_script_name`: The script to display filesystem informations (disk space usage). Defaults to '04fs'. * `fs_info_script_content`: Template file use to generate the previous script. Defaults to 'dynmotd/motd_fs_info.erb'. +* `ceph_info_script_name`: The script to display Ceph informations (Health, monitor, osd, …). Defaults to '05ceph'. +* `ceph_info_script_content`: Template file use to generate the previous script. Defaults to 'dynmotd/motd_ceph_info.erb'. * `service_info_script_name`: The script to display services informations (running process, listening socket, …). Defaults to '06service'. * `service_info_script_content`: Template file use to generate the previous script. Defaults to 'dynmotd/motd_service_info.erb'. * `static_motd_path`: Path to the standard and static Motd. Defaults to '/etc/motd'. diff --git a/metadata.json b/metadata.json index f09c947..6cb2617 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "gardouille-dynmotd", - "version": "0.2.1", + "version": "0.3.0", "author": "Gardouille", "summary": "Manage a 'dynamic' MotD", "license": "WTFPL",