Unit Platform On-premises - Release 4.1-0

New features

  • Multisite Monitoring: added the option to acknowledge the existence of a problem, to enable teams to work more efficiently to resolve the issues reported by Multisite Monitoring.
    This feature is avaliable through the “Monitoring Status” interface and the NOC widgets in Business Metrics.

Improvements

  • Multisite Monitoring: added to the Availability Report a section showing the mean percentage of all services being displayed on the report.
  • Multisite Monitoring: added the option to generate the report for more than one service at the time in the Service Performance Report.
  • Multisite Monitoring new plugins:
    • PostgreSQL – Number of open connections: returns the total number of connections available for use and the amount being used.
    • PostgreSQL – Total size of the databases: returns the sum of the sizes of all databases available.
    • PostgreSQL – Connection test: simple connection test. Connects to the database and executes a “SELECT now();”. If successful, the connection is OK, otherwise a failure is returned.
    • PostgreSQL – Size of a specific database: returns the size of a specific database.
    • PostgreSQL – Locks: returns the number of locks in a specific database.
    • PostgreSQL – Transaction wraparound: checks how close a specific database is from a transaction wraparound.
    • PostgreSQL – Specific index size: returns the size of a specific index.
    • PostgreSQL – Specific table size: returns the size of a specific table.
    • PostgreSQL – Longest running query: returns how many seconds is the longest running query active.
    • PostgreSQL – Last manual vacuum: returns how many seconds ago a manual vacuum was executed on a specific table.
    • PostgreSQL – Last autovacuum: returns how many seconds ago an autovacuum was executed on a specific table.
    • PostgreSQL – Last manual analyze: returns how many seconds ago a manual analyze was executed on a specific table.
    • PostgreSQL – Last autoanalyze: returns how many seconds ago an autoanalyze was executed on a specific table.
    • Asterisk – SIP response time: returns the connection response time on the SIP port.

Bug fixes

  • Multisite Monitoring: fixed the template of the SNMP Generic OID plugin to allow float values to be informed in the “Multiplier” parameter.
  • Multisite Monitoring: modified all the “Advanced Options” item selection lists to allow checking all the items at once, instead of selecting all items by page.