Unit Platform On-premises - Release 4.2-0

Improvements

  • Multisite Monitoring: Modified the method used to remove an acknowledge from a service. After this release, the acknowledge will be removed after the service recovers from a problem state and stays in OK state for the amount of minutes specified in the creation of the acknowledge.
  • Multisite Monitoring new plugins:
    • FTP: tests the connection response time to a FTP server with or without authentication. To test with authentication, create a “User and password” type credential and use it in the service’s configuration.
    • DNS: test the response time of a domain name resolution of a DNS server.
    • Apache HTTPD – Uptime: returns the HTTPD uptime in seconds.
    • Apache HTTPD – Requests per second: returns the amount of requests served per second.
    • Apache HTTPD – Bytes per second: returns the amount of bytes served per second.
    • Apache HTTPD – Busy workers: returns the amount of processes in “busy” state.
    • Apache HTTPD – Idle workers: returns the amount of processes in “idle” state.
    • Apache HTTPD – Process status (waiting for connections): returns the amount of processes waiting for connections.
    • Apache HTTPD – Process status (starting up): returns the amount of processes that are starting up.
    • Apache HTTPD – Process status (reading request): returns the amount of processes reading requests.
    • Apache HTTPD – Process status (sending reply): returns the amount of processes sending replies back to the clients.
    • Apache HTTPD – Process status (keep alive): returns the amount of processes in keep alive state.
    • Apache HTTPD – Process status (dns lookup): returns the amount of processes busy with DNS lookups.
    • Apache HTTPD – Process status (closing connection): returns the amount of processes that are closing connections.
    • Apache HTTPD – Process status (logging): returns the amount of processes busy with logging functions.
    • Apache HTTPD – Process status (gracefully finishing): returns the amount of processes that are finishing execution.
    • Apache HTTPD – Process status (idle cleanup of worker): returns the amount of processes doing cleanup.
    • Apache HTTPD – Process status (open slots): returns the amount of open slots avaliable on the server.
    • Website – SSL certificate expiration date: returns a SSL certificate expiration date.

Bug fixes

  • Layout adjustments and minor bug fixes.