Plugins 〉Status Overview Panel


Developer

Krasnov Sergei

Resources


Sign up to receive occasional product news and updates:



Panel
community

Status Overview Panel

  • Overview
  • Installation
  • Change log
  • Related content

Status Overview Panel

Status Overview Panel is an ideological continuation of the Status Panel plugin, written on the latest framework supported by Grafana. The plugin's task is to display the worst status of any component based on various metrics or one of the metrics of that component. In this context, the component can be any server, application, IT system, or anything else you can think of, combining metrics into a single entity. The main feature of the plugin is the visual representation of the component's status changes. We achieve this with a large panel displaying the component's name, the display of all metrics or metrics influencing the status change, as well as a flashing effect when the status changes. Audio notifications are also planned for the future.

More info on github Status-Overview-Panel

Preview

Simple work

Installing Status Overview Panel on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Panel

Use the grafana-cli tool to install Status Overview Panel from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Add the Panel to a Dashboard

Installed panels are available immediately in the Dashboards section in your Grafana main menu, and can be added like any other core panel in Grafana.

To see a list of installed panels, click the Plugins item in the main menu. Both core panels and installed panels will appear.

Changelog

[v0.0.4] (dev-release)

Released at 17-06-2023

Added

  • Selecting metrics by regular expression
  • Replacing the name of the metric by regular expression

Changed

  • Changed error display for duplicate metrics

Fixed

  • Small fixes

[v0.0.3] (dev-release)

Released at 11-05-2023

  • Initial release.