public
Description: Our plugins for SCOUT
Homepage:
Clone URL: git://github.com/mmangino/er-scout-plugins.git
itsderek23 (author)
Tue Jan 27 14:15:21 -0800 2009
mmangino (committer)
Tue Jan 27 14:47:09 -0800 2009
er-scout-plugins / mysql_replication_monitor / mysql_replication_monitor.yml
100644 23 lines (21 sloc) 0.601 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
options:
  host:
    name: Host
    notes: The slave host to monitor
    default: 127.0.0.1
  username:
    name: Username
    notes: The MySQL username to use
    default: root
  password:
    name: Password
    notes: The password for the mysql user
    default:
  ignore_window_start:
    name: Ignore Window Start
    notes: Time to start ignoring replication failures. Useful for disabling replication for backups. For Example, 7:00pm
    default:
  ignore_window_end:
    name: Ignore Window End
    notes: Time to resume alerting on replication failure. For Example, 2:00am
    default: