|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.syabru.nagios.NagiosJmxPluginTest
public class NagiosJmxPluginTest
Nagios JMX Plugin test.
| Constructor Summary | |
|---|---|
NagiosJmxPluginTest()
|
|
| Method Summary | |
|---|---|
void |
testExecute()
|
void |
testGetThresholdLimits()
Test NagiosJmxPlugin.getThresholdLimits(). |
void |
testInvoke()
|
void |
testMockMBean()
Test MockMBean. |
void |
testMultipleObjectNamePatternFail()
Test result for multiple matches of object name pattern. |
void |
testObjectNamePattern()
Test object name pattern. |
void |
testOpenConnection()
|
void |
testParseAsNumber()
Test NagiosJmxPlugin.parseAsNumber(). |
void |
testQuery()
|
void |
testThresholdCritical()
Test threshold critical. |
void |
testThresholdRanges()
Test threshold ranges. |
void |
testThresholdRegex()
Test threshold regex. |
void |
testThresholdWarning()
Test threshold warning. |
void |
testThresholdWarningCritical()
Test threshold warning/critical. |
void |
testUnknownUnit()
Test object name pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NagiosJmxPluginTest()
| Method Detail |
|---|
public void testOpenConnection()
throws Exception
Exception - XXNagiosJmxPlugin.openConnection(JMXServiceURL, String, String)
public void testQuery()
throws Exception
Exception - XXNagiosJmxPlugin.query(MBeanServerConnection, String, String, String)
public void testInvoke()
throws Exception
Exception - XXNagiosJmxPlugin.invoke(MBeanServerConnection, String, String)
public void testMockMBean()
throws Exception
Exception - XX
public void testExecute()
throws Exception
Exception - XXNagiosJmxPlugin.execute(Properties)
public void testParseAsNumber()
throws NagiosJmxPluginException
NagiosJmxPluginException - XX.
public void testGetThresholdLimits()
throws NagiosJmxPluginException
NagiosJmxPluginException - XX.
public void testThresholdRanges()
throws Exception
Exception - XX.
public void testThresholdWarning()
throws Exception
Exception - XX
public void testThresholdCritical()
throws Exception
Exception - XX
public void testThresholdWarningCritical()
throws Exception
Exception - XX
public void testThresholdRegex()
throws Exception
Exception - XX
public void testObjectNamePattern()
throws Exception
Exception - XX
public void testMultipleObjectNamePatternFail()
throws Exception
Exception - XX
public void testUnknownUnit()
throws Exception
Exception - XX
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||