public class MuninDiscoverAgent extends DiscoverAgent
DiscoverAgent.DojoType, DiscoverAgent.FieldInfo| Constructor and Description |
|---|
MuninDiscoverAgent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnection(JrdsElement hostElement,
javax.servlet.http.HttpServletRequest request)
Add the connection for this agent to the host if needed
|
void |
addProbe(JrdsElement hostElement,
Discover.ProbeDescSummary summary,
javax.servlet.http.HttpServletRequest request)
Try to add the indicated probe
|
boolean |
exist(String hostName,
javax.servlet.http.HttpServletRequest request)
Return try if we should try to discover the probes for this host using this agent
|
List<DiscoverAgent.FieldInfo> |
getFields() |
boolean |
isGoodProbeDesc(Discover.ProbeDescSummary summary) |
addConnexion, addProbe, addProbe, discoverPost, discoverPre, doHtmlDiscoverFields, log, logpublic MuninDiscoverAgent()
throws ClassNotFoundException
ClassNotFoundExceptionpublic List<DiscoverAgent.FieldInfo> getFields()
getFields in class DiscoverAgentpublic boolean exist(String hostName, javax.servlet.http.HttpServletRequest request)
DiscoverAgentexist in class DiscoverAgentpublic void addConnection(JrdsElement hostElement, javax.servlet.http.HttpServletRequest request)
DiscoverAgentaddConnection in class DiscoverAgentpublic boolean isGoodProbeDesc(Discover.ProbeDescSummary summary)
isGoodProbeDesc in class DiscoverAgentpublic void addProbe(JrdsElement hostElement, Discover.ProbeDescSummary summary, javax.servlet.http.HttpServletRequest request)
DiscoverAgentaddProbe in class DiscoverAgent