Skip to main content
Version Next

Alert Panel Management - Indicator

The Indicator service is responsible for providing the alert dashboard within the observability stack.

Below are the available commands to manage the Indicator service:

Command Syntax
Terminal input
    pgsmart obs indicator [OPERATION] [FLAGS]

Operations:

  • Status — Allows checking the status of the alert panel service
  • Start — Allows starting the alert panel service
  • Stop — Allows stopping the alert panel service
  • Restart — Allows restarting the alert panel service
  • Reload — Allows reloading the alert panel service

Flags:

  • -a, --agent=<agent> → Alias, hostname or IP address where the PgSmart Agent is installed
  • -h, --help → Help
  • -q, --quiet → Non-interactive execution for Metadata Database control (status|start|stop|restart|reload)
Non-Interactive Execution
Terminal input
    pgsmart obs indicator [status|start|stop|restart|reload] -q -a <agent>
Interactive Execution

Status of the Alert Panel Service

Terminal input
    pgsmart obs indicator status
  1. Select the PgSmart Agent or register a new one.

    Figure 1 - Metrics Exporter - indicator - Status
    Figure 1 - Metrics Exporter - indicator - Status

Stop Alert Panel Service

Terminal input
    pgsmart obs indicator stop
  1. Select the PgSmart Agent or register a new one.

    Figure 2 - Metrics Exporter - indicator - Stopped
    Figure 2 - Metrics Exporter - indicator - Stopped

Start Alert Panel Service

Terminal input
    pgsmart obs indicator start
  1. Select the PgSmart Agent or register a new one.

    Figure 3 - Metrics Exporter - indicator - Started
    Figure 3 - Metrics Exporter - indicator - Started

Restart Alert Panel Service

Terminal input
    pgsmart obs indicator restart
  1. Select the PgSmart Agent or register a new one.

    Figure 4 - Metrics Exporter - indicator - Restarted
    Figure 4 - Metrics Exporter - indicator - Restarted

Reload Alert Panel Service

Terminal input
    pgsmart obs indicator reload
  1. Select the PgSmart Agent or register a new one.

    Figure 5 - Metrics Exporter - indicator - Reloaded
    Figure 5 - Metrics Exporter - indicator - Reloaded