Jeremy Gardais
|
f7337fd9d8
|
Use "command -v" instead of "which"
see http://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html#tag_20_22_18
Add "monitor" for ceph osd.
|
2015-08-29 10:15:02 +02:00 |
Jeremy Gardais
|
07664430de
|
Add Ceph monitoring.
|
2015-08-29 09:22:59 +02:00 |
Jeremy Gardais
|
f4c62f2784
|
Correct variable incrementation ((LINE++)) only work with BASH. For SH:
LINE=$((LINE+1))
|
2015-03-26 10:00:58 +01:00 |
Jeremy Gardais
|
ec70781402
|
Underscores in the motd scripts prevents them to run.
|
2015-02-07 00:02:22 +01:00 |