| Package | Description | 
|---|---|
| org.opennms.netmgt.config | |
| org.opennms.netmgt.config.poller | This file is part of OpenNMS(R). | 
| org.opennms.netmgt.poller | |
| org.opennms.netmgt.poller.pollables | |
| org.opennms.netmgt.poller.remote | |
| org.opennms.netmgt.poller.remote.support | 
| Modifier and Type | Method and Description | 
|---|---|
| Package | PollerConfigManager. getFirstLocalPackageMatch(String ipaddr)Returns the first package that the ip belongs to that is not marked as remote, null if none. | 
| Package | PollerConfig. getFirstLocalPackageMatch(String ipaddr)Returns the first package that the ip belongs to that is not marked as remote, null if none. | 
| Package | PollerConfigManager. getFirstPackageMatch(String ipaddr)Returns the first package that the ip belongs to, null if none. | 
| Package | PollerConfig. getFirstPackageMatch(String ipaddr)Returns the first package that the ip belongs to, null if none. | 
| Package | PollerConfigManager. getPackage(String name)getPackage | 
| Package | PollerConfig. getPackage(String pkgName)getPackage | 
| Modifier and Type | Method and Description | 
|---|---|
| Enumeration<Package> | PollerConfigManager. enumeratePackage()enumeratePackage | 
| Enumeration<Package> | PollerConfig. enumeratePackage()enumeratePackage | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PollerConfigManager. addPackage(Package pkg)addPackage | 
| void | PollerConfig. addPackage(Package pkg)addPackage | 
| List<InetAddress> | PollerConfigManager. getIpList(Package pkg)Determine the list of IPs the filter rule for this package allows | 
| List<InetAddress> | PollerConfig. getIpList(Package pkg)Determine the list of IPs the filter rule for this package allows | 
| List<String> | PollerConfigManager. getRRAList(Package pkg)Retrieves configured list of RoundRobin Archive statements. | 
| List<String> | PollerConfig. getRRAList(Package pkg)Retrieves configured list of RoundRobin Archive statements. | 
| Service | PollerConfigManager. getServiceInPackage(String svcName,
                   Package pkg)Return the Service object with the given name from the give Package. | 
| Service | PollerConfig. getServiceInPackage(String svcName,
                   Package pkg)Return the Service object with the given name from the give Package. | 
| ServiceSelector | PollerConfigManager. getServiceSelectorForPackage(Package pkg)getServiceSelectorForPackage | 
| ServiceSelector | PollerConfig. getServiceSelectorForPackage(Package pkg)getServiceSelectorForPackage | 
| int | PollerConfigManager. getStep(Package pkg)Retrieves configured RRD step size. | 
| int | PollerConfig. getStep(Package pkg)Retrieves configured RRD step size. | 
| boolean | PollerConfigManager. isInterfaceInPackage(String iface,
                    Package pkg)This method is used to determine if the named interface is included in
 the passed package definition. | 
| boolean | PollerConfig. isInterfaceInPackage(String iface,
                    Package pkg)This method is used to determine if the named interface is included in
 the passed package definition. | 
| boolean | PollerConfigManager. isPolled(String svcName,
        Package pkg)Returns true if this package has the service enabled and if there is a
 monitor for this service. | 
| boolean | PollerConfig. isPolled(String svcName,
        Package pkg)Returns true if this package has the service enabled and if there is a
 monitor for this service. | 
| boolean | PollerConfigManager. isServiceInPackageAndEnabled(String svcName,
                            Package pkg)Returns true if the service is part of the package and the status of the
 service is set to "on". | 
| boolean | PollerConfig. isServiceInPackageAndEnabled(String svcName,
                            Package pkg)Returns true if the service is part of the package and the status of the
 service is set to "on". | 
| Modifier and Type | Method and Description | 
|---|---|
| Package | PollerConfiguration. getPackage(String packageName) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Package> | PollerConfiguration. getPackages() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PollerConfiguration. addPackage(Package pack) | 
| boolean | PollerConfiguration. removePackage(Package pack) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PollerConfiguration. setPackages(List<Package> packages) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | Poller. packageIncludesIfAndSvc(Package pkg,
                       String ipAddr,
                       String svcName)packageIncludesIfAndSvc | 
| protected boolean | Poller. pollableServiceInPackage(String ipAddr,
                        String serviceName,
                        Package pkg)pollableServiceInPackage | 
| Constructor and Description | 
|---|
| LatencyStoringServiceMonitorAdaptor(PollerConfig config,
                                   Package pkg,
                                   PersisterFactory persisterFactory,
                                   ResourceStorageDao resourceStorageDao)Constructor for LatencyStoringServiceMonitorAdaptor. | 
| PollableServiceConfig(PollableService svc,
                     PollerConfig pollerConfig,
                     PollOutagesConfig pollOutagesConfig,
                     Package pkg,
                     Timer timer,
                     PersisterFactory persisterFactory,
                     ResourceStorageDao resourceStorageDao,
                     LocationAwarePollerClient locationAwarePollerClient)Constructor for PollableServiceConfig. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PollerBackEnd. saveResponseTimeData(String locationMonitor,
                    OnmsMonitoredService monSvc,
                    double responseTime,
                    Package pkg)saveResponseTimeData | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServerUnreachableAdaptor. saveResponseTimeData(String locationMonitor,
                    OnmsMonitoredService monSvc,
                    double responseTime,
                    Package pkg) | 
| void | ExceptionProtectedPollerBackEnd. saveResponseTimeData(String locationMonitor,
                    OnmsMonitoredService monSvc,
                    double responseTime,
                    Package pkg) | 
| void | DefaultPollerBackEnd. saveResponseTimeData(String locationMonitorId,
                    OnmsMonitoredService monSvc,
                    double responseTime,
                    Package pkg)saveResponseTimeData | 
Copyright © 2019. All rights reserved.