Add Ceph-mon monitoring.

This commit is contained in:
gardouille 2015-04-20 16:20:18 +02:00
parent 018e89c35b
commit a8fefd4702
1 changed files with 11 additions and 0 deletions

View File

@ -108,6 +108,17 @@ if [ $(which zfs) ]; then
fi
### FI ZFS
### IF Ceph Monitor
## ceph-mon is installed with the 'ceph' package
# so we can't just check if `ceph-mon` is available on a system
if (grep "mon_initial_members.*$(hostname)" /etc/ceph/*.conf > /dev/null); then
MSG=$(process_info "ceph-mon" '')
MSG=$(service_info "6789" "${MSG}")
printf '%b' "\n${MSG}"
fi
### FI Ceph Monitor
### IF PUPPETMASTER
if [ $(which puppetmaster) ]; then
MSG=$(process_info "puppetmaster" '')