Difference between revisions of "Monitoring Ports"
From AgileApps Support Wiki
imported>Aeric m (Text replace - 'Category:System Administration' to 'Category:Installation') |
imported>Aeric |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=== Monitoring Ports === | <includeonly>=== Monitoring Ports ===</includeonly> | ||
Experience has shown that monitoring the processes and doing a health check tends to be a lot more useful than monitoring ports. But if you need to, here are the ports to monitor: | Experience has shown that monitoring the processes and doing a health check tends to be a lot more useful than monitoring ports. But if you need to, here are the ports to monitor: | ||
:* Apache-httpd - tcp/80 and tcp/443 | :* Apache-httpd - tcp/80 and tcp/443 | ||
:* memcached - tcp/11211 | :* memcached - tcp/11211 | ||
:* MySQL - tcp/3306 | :* MySQL - tcp/3306 | ||
:* Tomcat - The ports Tomcat is listening on are listed in <tt> | :* Tomcat - The ports Tomcat is listening on are listed in the following files available under <tt>{install-dir}/profiles/IS_default/configuration/com.softwareag.platform.config.propsloader</tt> folder: | ||
::*<tt>com.softwareag.catalina.connector.http.pid-agileappsHttp-8283.properties</tt> | |||
::*<tt>com.softwareag.catalina.connector.https.pid-agileappsHttps-8284.properties</tt> | |||
<noinclude> | |||
[[Category:Installation]] | [[Category:Installation]] | ||
</noinclude> |
Latest revision as of 11:46, 17 October 2019
Experience has shown that monitoring the processes and doing a health check tends to be a lot more useful than monitoring ports. But if you need to, here are the ports to monitor:
- Apache-httpd - tcp/80 and tcp/443
- memcached - tcp/11211
- MySQL - tcp/3306
- Tomcat - The ports Tomcat is listening on are listed in the following files available under {install-dir}/profiles/IS_default/configuration/com.softwareag.platform.config.propsloader folder:
- com.softwareag.catalina.connector.http.pid-agileappsHttp-8283.properties
- com.softwareag.catalina.connector.https.pid-agileappsHttps-8284.properties