Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.threshd |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Package |
ThreshdConfigManager.getPackage(String name)
getPackage
|
Modifier and Type | Method and Description |
---|---|
boolean |
ThreshdConfigManager.interfaceInPackage(String iface,
Package pkg)
This method is used to determine if the named interface is included in
the passed package definition.
|
boolean |
ThreshdConfigManager.serviceInPackageAndEnabled(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 |
---|---|
List<Package> |
ThreshdConfiguration.getPackages() |
Modifier and Type | Method and Description |
---|---|
void |
ThreshdConfiguration.addPackage(Package p) |
boolean |
ThreshdConfiguration.removePackage(Package p) |
Modifier and Type | Method and Description |
---|---|
void |
ThreshdConfiguration.setPackages(List<Package> packages) |
Copyright © 2019. All rights reserved.