This section explains how to use the AddMonitor API to add monitors of the 'Application Servers' category. The following application servers are supported:
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
Field | Description |
---|---|
type | The category type of the monitor you want to add. Value should be '.Net'. |
host | The name of the host where the .Net server is running. |
username | The username of the .Net server. |
password | The password of the .Net server. |
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
Field | Description |
---|---|
type | The category type of the monitor you want to add. Value should be 'glassfish'. |
host | The name of the host where the GlassFish server is running. |
port | The port number where GlassFish server is running. |
username | The username of the GlassFish server. |
password | The password of the GlassFish server. |
JNDIPath | The JNDI path name. For example, the JNDIPATH for default installations of GlassFish is /jmxrmi. |
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
Field | Description |
---|---|
type | The category type of the monitor you want to add. Value should be 'JBoss server'. |
host | The name of the host where the JBoss server is running. |
port | The port number where JBoss server is running. |
version | The version of the JBoss server. Supported versions include 3.2.x, 4.x, 4.0.1, 4.0.2 and 5.0.0 |
authEnabled | Denotes whether authentication is enabled in the JBoss server. Value should be either 'on' or 'off' |
username | The username of the JBoss server. This should be specified only if authEnabled value is 'on'. |
password | The password of the JBoss server. This should be specified only if authEnabled value is 'on' |
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
Field | Description |
---|---|
type | Denotes the category type of the monitor you want to add. If you want to add an Oracle application server monitor, specify the value as 'oracle application server'. |
host | The name of the host where the Oracle application server is running. |
port | The port number where Oracle application server is running. |
version | The version of the Oracle application server. Supported version is 10.1.3 |
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
Field | Description |
---|---|
type | The category type of the monitor you want to add. Value should be 'SilverStream' |
host | The name of the host where the SilverStream server is running. |
port | The port number where the SilverStream server is running. |
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
Field | Description |
---|---|
type | The category type of the monitor you want to add. The value should be 'tomcat server'. |
host | The name of the host where the Tomcat server is running. |
port | The port number where Tomcat is running. |
username | The username of the Tomcat server. |
password | The password of the Tomcat server. |
version | The version of the Tomcat server. Supported version is 5 and above. |
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
Field | Description |
---|---|
type | Denotes the category type of the monitor you want to add. The value should be as 'WEBLOGIC SERVER'. |
host | The name of the host where the WebLogic is running. |
port | The port number where WebLogic is running. |
username | The username of the WebLogic server. |
password | The password of the WebLogic server. |
version | The version of the WebLogic server. Supported versions include 6.1, 7.0, 8.1, 9.x and 10.x |
Field | Description |
---|---|
type | Denotes the category type of the monitor you want to add. The value should be 'websphere server'. |
host | The name of the host where the WebSphere is running. |
port | The port number where WebSphere is running. |
username | The username of the WebSphere server. |
password | The password of the WebSphere server. |
version | The version of the WebSphere server. Supported versions include 6.x |
mode | The deployment mode of the server. Value is 'BASE' |
soapport | The SOAP connector port. |