Commit Graph

36 Commits

Author SHA1 Message Date
gardouille 88bd95573b Publish the 0.3.0 version on the Puppet forge. 2015-09-01 17:07:43 +02:00
gardouille ef30a57b17 Correct process test for ceph-mon. 2015-09-01 16:03:40 +02:00
gardouille c4c5955af0 Correct 'ceph osd' cmd with default user. 2015-09-01 15:06:57 +02:00
gardouille 5d404a55fc Move all Ceph tests to a file (05ceph). 2015-09-01 14:41:39 +02:00
gardouille 857cb3c57e Ceph-mon process monitor: ensure to run the ceph cmd even if a specific
user must be use.
2015-09-01 11:45:12 +02:00
gardouille f80b164c7b Use "command -v" instead of "which"
see http://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html#tag_20_22_18
2015-08-29 10:19:40 +02:00
gardouille 28c4688f13 Correct the grep pattern for ceph_healh_ok. 2015-08-28 09:45:34 +02:00
gardouille b0bcbb780c * (#4) The ceph health monitoring now take the available ceph id to run the command. 2015-08-27 17:28:21 +02:00
gardouille c604db82cb * (#4) Add a basic monitoring for Ceph health (default username). 2015-08-27 15:03:41 +02:00
gardouille f3e93e796f Correct comments 2015-06-01 15:59:21 +02:00
gardouille e22a7a8e75 * (#4) Add monitoring for Ceph OSD (process and few ports). 2015-05-05 15:58:45 +02:00
gardouille 3b7c342120 ceph-mon is installed with the 'ceph' package so we can't just check if `ceph-mon` is available on a system
Instead, check if the current hostname is list as an initial monitor.
2015-04-16 16:46:55 +02:00
gardouille 1747f3c2eb * (#4) Add monitoring for Ceph Monitor (process and port). 2015-04-13 14:09:56 +02:00
gardouille bbb7ab215a * Correct ((LINE++)) -> BASH with LINE=$((LINE+1)) -> SH 2015-03-26 10:02:54 +01:00
gardouille 2e49d9a495 * (#2) Add Puppet tests. 2015-02-17 17:05:18 +01:00
gardouille 8e6b8cb99c * Tiny updates in README.md. 2015-02-09 11:07:27 +01:00
gardouille d4ab4b2fd3 Publish the 0.2.1 version on the Puppet forge. 2015-02-09 11:05:01 +01:00
gardouille 8a75a691e3 * (#1) Edit the Augeas ressource (print motd on ssh login) to manage a config line with one or more arguments. 2015-02-09 10:59:18 +01:00
gardouille c96a63825b Add a default case and correct the string containing only a variable. 2015-02-03 14:50:48 +01:00
gardouille 409b52a699 * Correct indentation and README.md.
* Add a default case in the case statement.
2015-02-03 14:21:43 +01:00
gardouille c84e9665a5 Publish the v0.2.0 on the puppetlabs forge:
https://forge.puppetlabs.com/gardouille/dynmotd
2015-02-03 12:22:37 +01:00
gardouille cb6ed4f1dc * Edit the README.md. 2015-02-03 11:27:30 +01:00
gardouille 91d87a60b1 * Add the display of the Motd upon successful shadow login. 2015-02-02 18:11:30 +01:00
gardouille 1178ec827d * Add the display of the Motd upon successful ssh login. 2015-02-02 18:05:47 +01:00
gardouille 7416d97298 * Rename the ::config class into ::install, because it's provide and install everything to have dynamic Motd. 2015-02-02 17:15:16 +01:00
gardouille 108aef79b1 * Add a template to manage the static motd (/etc/motd). 2015-02-02 17:08:40 +01:00
gardouille c64907bea7 * Edit script'name: an underscore (_) in the name prevent the script to runs. 2015-02-02 15:44:40 +01:00
gardouille 69dcc4fa1c * Make a script to monitore the file systems informations and put it in "update-motd.d". 2015-02-02 14:51:53 +01:00
gardouille a657aeaf9a * Make a script to monitore the auth informations and put it in "update-motd.d". 2015-02-02 14:30:41 +01:00
gardouille 0178cae669 * Make a script to monitore the user informations and put it in "update-motd.d". 2015-02-02 14:17:15 +01:00
gardouille ebc949870c * Make a script to monitore the system informations and put it in "update-motd.d". 2015-02-02 13:42:35 +01:00
gardouille 557a020967 * Make a script to manage the services and put it in "update-motd.d". 2015-02-02 12:19:47 +01:00
gardouille 3175d02e42 * Create the "update-motd.d" to use the dynamic MOTD generation. 2015-02-02 11:23:17 +01:00
gardouille 4039d202db * Update dynmotd script (new process and sockets informations). 2015-02-02 10:22:24 +01:00
gardouille a82707bbb2 * Provide a script which print a Motd 2015-01-28 18:06:41 +01:00
gardouille 5ec70c7cce first commit 2015-01-23 16:18:55 +01:00