~matsubara/charms/trusty/mysql/bug-1410847

1
2
3
4
5
6
7
8
9
10
11
12
13
version: '0.3'
monitors:
    local:
        procrunning:
            mysqld:
                name: MySQL Running
                min: 1
                max: 1
                executable: mysqld
    remote:
        mysql:
            basic:
                user: monitors