Check postfix-version

Overview

With this plugin you can check if the installed Postfix version is EOL. Does not care about patch levels.

Fact Sheet

Check Plugin Download

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

Check Interval Recommendation

Once a day

Can be called without parameters

Yes

Available for

Python 3

Requirements

None

Help

usage: postfix-version3 [-h] [-V] [--always-ok]

Tracks if Postfix 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

./postfix-version

Output:

Postfix v3.5.8 (no EOL)

States

  • WARN on EOL

Perfdata / Metrics

Name

Type

Description

postfix-version

Number

Installed Postfix version as a float. „3.5.8“ gets „3.58“.

Credits, License