Package com.dianping.cat.report.task.alert.network

Examples of com.dianping.cat.report.task.alert.network.NetworkAlert


      Threads.forGroup("cat").start(taskConsumer);
    }

    if (serverConfigManager.isAlertMachine() && !serverConfigManager.isLocalMode()) {
      BusinessAlert metricAlert = ctx.lookup(BusinessAlert.class);
      NetworkAlert networkAlert = ctx.lookup(NetworkAlert.class);
      SystemAlert systemAlert = ctx.lookup(SystemAlert.class);
      ExceptionAlert exceptionAlert = ctx.lookup(ExceptionAlert.class);
      HeartbeatAlert heartbeatAlert = ctx.lookup(HeartbeatAlert.class);
      ProjectUpdateTask productUpdateTask = ctx.lookup(ProjectUpdateTask.class);
      ThirdPartyAlert thirdPartyAlert = ctx.lookup(ThirdPartyAlert.class);
View Full Code Here

TOP

Related Classes of com.dianping.cat.report.task.alert.network.NetworkAlert

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.