|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.capsd.AbstractPlugin
org.opennms.netmgt.capsd.plugins.SnmpPlugin
org.opennms.netmgt.capsd.plugins.CiscoIpSlaPlugin
public class CiscoIpSlaPlugin
This class is used to monitor if a particular Cisco IP-SLA is within a configured threshold or has reached a timeout. The configured IP-SLA is monitored by the specified "ip sla tag"
| Constructor Summary | |
|---|---|
CiscoIpSlaPlugin()
|
|
| Method Summary | |
|---|---|
String |
getProtocolName()
Returns the name of the protocol that this plugin checks on the target system for support. |
boolean |
isProtocolSupported(InetAddress ipaddr,
Map<String,Object> parameters)
Returns true if the protocol defined by this plugin is supported. |
static ThreadCategory |
log()
log |
| Methods inherited from class org.opennms.netmgt.capsd.plugins.SnmpPlugin |
|---|
isProtocolSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CiscoIpSlaPlugin()
| Method Detail |
|---|
public String getProtocolName()
getProtocolName in interface PlugingetProtocolName in class SnmpPlugin
public boolean isProtocolSupported(InetAddress ipaddr,
Map<String,Object> parameters)
isProtocolSupported in interface PluginisProtocolSupported in class SnmpPluginipaddr - The address to check for support.parameters - The map where qualification are set by the plugin.
public static ThreadCategory log()
log
ThreadCategory object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||