NOC Monitor PortMon Changelog

noc-monitor-portmon-1.4.3-SNAPSHOT

Snapshot Notes

  • Updated dependencies.

noc-monitor-portmon-1.4.2

Release Notes

  • Updated dependencies.

noc-monitor-portmon-1.4.1

Release Notes

  • Updated dependencies.

noc-monitor-portmon-1.4.0

Release Notes

  • Performed Checkstyle clean-up:
    1. Renamed MySQLPortMonitor to MysqlPortMonitor.
    2. Renamed PostgreSQLPortMonitor to PostgresqlPortMonitor.
    3. Renamed SImapPortMonitor to SimapPortMonitor.
    4. Renamed SPop3PortMonitor to Spop3PortMonitor.

noc-monitor-portmon-1.3.0

Release Notes

  • Now supports Java 9+ modules with included module-info.class.
  • Updated MySQL JDBC Drivers to 8.0.26. Please note, our internal packaging may still use older drivers for compatibility with legacy applications that are not yet on MySQL 5.6 or newer.

noc-monitor-portmon-1.1.0

Release Notes

  • Now registers SQL statements with ErrorPrinter.
  • DefaultTcpPortMonitor now supports SSL, off by default. Enable SSL with monitoring parameter ssl=true.
  • Protocols aoserv-daemon-ssl and aoserv-master-ssl now support SSL, on by default. Disable SSL with monitoring parameter ssl=false.

noc-monitor-portmon-1.0.5

Release Notes

  • Updated dependencies.
  • Resolved editor warnings.

noc-monitor-portmon-1.0.3

Release Notes

  • Updated PostgreSQL JDBC Drivers to 42.2.14.

noc-monitor-portmon-1.0.0

Release Notes

  • Project moved to GitHub and Maven.
  • Converted to tab indentation.
  • Updated to Java 8 coding standards.