Check tuned-profile

Overview

Checks the current tuned profile against a desired one, and returns a warning on a non-match. If --profile is ommited, we suppose tuned expects the virtual-guest profile.

Fact Sheet

Check Plugin Download

https://github.com/Linuxfabrik/monitoring-plugins/tree/main/check-plugins/tuned-profile

Check Interval Recommendation

Every 15 minutes

Can be called without parameters

Yes

Compiled for

Linux

Help

usage: tuned-profile [-h] [-V] [--always-ok] [--profile TUNED_PROFILE]

Checks the current tuned profile against a desired one, and returns a warning
on a non-match.

options:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  --always-ok           Always returns OK.
  --profile TUNED_PROFILE
                        The expected tuned profile (full name), for example
                        "virtual-guest" (case-insensitive). Default: virtual-
                        guest

Usage Examples

./tuned-profile --profile "virtual-guest kernel-settings"

Output:

tuned profile is "virtual-guest kernel-settings" (as expected).

States

  • WARN if tuned profile is not as expected.

Perfdata / Metrics

There is no perfdata.

Credits, License