void dropStat(String[] optValues) {
String clusterName = optValues[0];
String statName = optValues[1];
ClusterAccessor accessor = clusterAccessor(clusterName);
accessor.dropStat(statName);
}
void addAlert(String[] optValues) {
String clusterName = optValues[0];
String alertName = optValues[1];