Examples of NagiosPropertyProvider


Examples of org.apache.ambari.server.controller.nagios.NagiosPropertyProvider

              ComponentSSLConfiguration.instance(),
              this,
              PropertyHelper.getPropertyId("Clusters", "cluster_name")));
          break;
        case Service:
          providers.add(new NagiosPropertyProvider(type,
              streamProvider,
              "ServiceInfo/cluster_name",
              "ServiceInfo/service_name"));
          break;
        case Host:
          providers.add(createGangliaHostPropertyProvider(
              type,
              streamProvider,
              ComponentSSLConfiguration.instance(),
              this,
              PropertyHelper.getPropertyId("Hosts", "cluster_name"),
              PropertyHelper.getPropertyId("Hosts", "host_name")
          ));
          providers.add(new NagiosPropertyProvider(type,
              streamProvider,
              "Hosts/cluster_name",
              "Hosts/host_name"));
          break;
        case Component: {
View Full Code Here

Examples of org.apache.ambari.server.controller.nagios.NagiosPropertyProvider

              type,
              streamProvider,
              ComponentSSLConfiguration.instance(),
              this,
              PropertyHelper.getPropertyId("Clusters", "cluster_name")));
          providers.add(new NagiosPropertyProvider(type,
              new URLStreamProvider(
                PROPERTY_REQUEST_CONNECT_TIMEOUT, NAGIOS_READ_TIMEOUT,
                configuration),
              "Clusters/cluster_name",
              "Clusters/version"));
          break;
        case Service:
          providers.add(new NagiosPropertyProvider(type,
              new URLStreamProvider(
                PROPERTY_REQUEST_CONNECT_TIMEOUT, NAGIOS_READ_TIMEOUT,
                configuration),
              "ServiceInfo/cluster_name",
              "ServiceInfo/service_name"));
          break;
        case Host:
          providers.add(createGangliaHostPropertyProvider(
              type,
              streamProvider,
              ComponentSSLConfiguration.instance(),
              this,
              PropertyHelper.getPropertyId("Hosts", "cluster_name"),
              PropertyHelper.getPropertyId("Hosts", "host_name")
          ));
          providers.add(new NagiosPropertyProvider(type,
              new URLStreamProvider(
                PROPERTY_REQUEST_CONNECT_TIMEOUT, NAGIOS_READ_TIMEOUT,
                configuration),
              "Hosts/cluster_name",
              "Hosts/host_name"));
View Full Code Here

Examples of org.apache.ambari.server.controller.nagios.NagiosPropertyProvider

              ComponentSSLConfiguration.instance(),
              this,
              PropertyHelper.getPropertyId("Clusters", "cluster_name")));
          break;
        case Service:
          providers.add(new NagiosPropertyProvider(type,
              streamProvider,
              "ServiceInfo/cluster_name",
              "ServiceInfo/service_name"));
          break;
        case Host:
          providers.add(createGangliaHostPropertyProvider(
              type,
              streamProvider,
              ComponentSSLConfiguration.instance(),
              this,
              PropertyHelper.getPropertyId("Hosts", "cluster_name"),
              PropertyHelper.getPropertyId("Hosts", "host_name")
          ));
          providers.add(new NagiosPropertyProvider(type,
              streamProvider,
              "Hosts/cluster_name",
              "Hosts/host_name"));
          break;
        case Component: {
View Full Code Here

Examples of org.apache.ambari.server.controller.nagios.NagiosPropertyProvider

              ComponentSSLConfiguration.instance(),
              this,
              PropertyHelper.getPropertyId("Clusters", "cluster_name")));
          break;
        case Service:
          providers.add(new NagiosPropertyProvider(type,
              streamProvider,
              "ServiceInfo/cluster_name",
              "ServiceInfo/service_name"));
          break;
        case Host:
          providers.add(createGangliaHostPropertyProvider(
              type,
              streamProvider,
              ComponentSSLConfiguration.instance(),
              this,
              PropertyHelper.getPropertyId("Hosts", "cluster_name"),
              PropertyHelper.getPropertyId("Hosts", "host_name")
          ));
          providers.add(new NagiosPropertyProvider(type,
              streamProvider,
              "Hosts/cluster_name",
              "Hosts/host_name"));
          break;
        case Component: {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.