--syntax errors
This commit is contained in:
parent
8b5060f488
commit
48202b533d
1 changed files with 1 additions and 7 deletions
|
@ -28,10 +28,7 @@ check file ${to_monitor}-whoami with path /var/lib/ceph/osd/ceph-${id}/whoami
|
|||
EOF
|
||||
|
||||
;;
|
||||
mon|mgr)
|
||||
:
|
||||
;;
|
||||
EOF
|
||||
esac
|
||||
|
||||
cat >> "$conf" <<EOF
|
||||
# Generated by $0
|
||||
|
@ -42,9 +39,6 @@ check process ${to_monitor} with pidfile /var/run/ceph/${to_monitor}.pid
|
|||
depends on $depends
|
||||
EOF
|
||||
|
||||
|
||||
fi
|
||||
|
||||
/etc/init.d/monit restart
|
||||
# monit reload
|
||||
sleep 1
|
||||
|
|
Loading…
Reference in a new issue