dbstatus

This pluggable module provides access to database status information. The following information is provided:

  • general statistics of event database:

    • general statistics of events table

      • estimated number of records

      • table size, index size, tablespace size and total size

      • oldest and youngest record timestamp, record timespan

    • general statistics of event_thresholds table

      • estimated number of records

      • table size, index size, tablespace size and total size

      • oldest and youngest record timestamp, record timespan

    • general statistics of thresholds table

      • estimated number of records

      • table size, index size, tablespace size and total size

      • oldest and youngest record timestamp, record timespan

  • PostgreSQL configurations

Provided endpoints

/dbstatus/view

Page providing read-only access various database status characteristics.

Authentication: login required Authorization: admin role only Methods: GET