COM.TIBCO.hawk.microagent.heartbeat.HeartbeatMicroAgent
Microagent
Purpose
This Plugin allows you to check the health status of the various servers.
• | Default out-of-the-box Configuration |
• | EMS Server |
• | EMS Server in Secured (SSL) Configuration |
• | FTP Server |
• | HTTP Server |
• | Database Server (using various JDBC Drivers) |
• | SMTP Mail Server |
For each of the above, certain configuration and supporting libraries are required. Each of the following sections describe minimum & necessary artifacts to be configured.
Make sure you uncomment the required XML section, keeping the remaining sections commented. When you uncomment, remove the "#" from ">-#-" in the uncommented block, and vice versa in the commented block to ensure a valid XML document.
Methods
Method |
Description |
Pings TIBCO EMS server using the connection parameters specified. The connection URL formats for available drivers are as follows: scheme://<host>:<port> scheme could be |
|
Pings SSL secured TIBCO EMS server using the connection parameters specified. The connection URL formats for available drivers are as follows: scheme://<host>:<port> scheme could be |
|
Pings an FTP server using the connection parameters specified. The connection URL formats for available drivers are as follows: scheme://<host>:<port> scheme could be f |
|
Pings a web server using the HTTP connection parameters specified. The connection URL formats for available drivers are as follows: scheme://<host>:<port> scheme could be |
|
Connect to a database server using the JDBC driver connection parameters specified. The connection URL formats for available drivers are as follows: jdbc:oracle:thin:@<host>:<port>:<database> Default Port:1521 jdbc:sqlserver://<host>:<port>;databaseName=<database> Default Port:1433 jdbc:sybase:Tds:<host>:<port>/<database> Default Port:5000 jdbc:db2://<host>:<port>/<database>:currentSchema; Default Port:5000 jdbc:mysql://<host>:<port>/<database>. Default Port:3306 |
|
Pings a SMTP server using the connection parameters specified. |