Check grafana-version

Overview

This plugin lets you track if Grafana is End-of-Life (EOL). To compare against the current/installed version of Grafana, the check has to run on the Grafana server itself.

Fact Sheet

Check Plugin Download

https://github.com/Linuxfabrik/monitoring-plugins/tree/main/check-plugins/grafana-version

Check Interval Recommendation

Once a day

Can be called without parameters

Yes

Compiled for

Linux

Uses SQLite DBs

$TEMP/linuxfabrik-lib-version.db

Help

usage: grafana-version [-h] [-V] [--always-ok]

Tracks if Grafana is EOL.

options:
  -h, --help     show this help message and exit
  -V, --version  show program's version number and exit
  --always-ok    Always returns OK.

Usage Examples

./grafana-version

Output:

Grafana v9.3.6 (EOL unknown)

States

  • If wanted, always returns OK,

  • else returns WARN if Software is EOL

Perfdata / Metrics

Name

Type

Description

grafana-version

Number

Installed Grafana version as float. „9.3.6“ becomes „9.36“.

Credits, License