~marcoceppi/charms/trusty/mysql/action-jackson

« back to all changes in this revision

Viewing changes to hooks/monitors.common.bash

  • Committer: Marco Ceppi
  • Date: 2013-05-30 16:00:47 UTC
  • mfrom: (91.2.17 mysql)
  • Revision ID: marco@ceppi.net-20130530160047-i68avmlzo6go3sny
ha-support: https://code.launchpad.net/~openstack-charmers/charms/precise/mysql/ha-support/+merge/165059

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
MYSQL="mysql -uroot -p`cat /var/lib/juju/mysql.passwd`"
 
1
MYSQL="mysql -uroot -p`cat /var/lib/mysql/mysql.passwd`"
2
2
monitor_user=monitors
3
3
. /usr/share/charm-helper/sh/net.sh
4
4
if [ -n "$JUJU_REMOTE_UNIT" ] ; then