/usr/share/check_mk/checks-man/nvidia.temp is in check-mk-server 1.2.6p12-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | title: Temperatures of NVIDIA graphics card
agents: linux
catalog: os/hardware
license: GPL
distribution: check_mk
description:
This checks monitors the temperatures of the GPU Core and
ambient temperatur of an NVIDIA graphics card using the
command line tool {nvidia-settings}. The check only works
if that tool is installed and a X server is running on
display {:0}.
item:
The name of the sensor as reported by {nvidia-settings -q all}
perfdata:
One variable: the current temperature in degrees celsius.
inventory:
All available temperature sensors are automatically inventorized.
examples:
# set default levels for ambient and GPU sensors
nvidia_temp_default_levels = (50, 60, 70, 80)
[parameters]
warning (int): ambient temperature at which a warning level is triggered
critical (int): critical level for ambient temperature
warning (int): GPU core temperature at which a warning level is triggered
critical (int): critical level for GPU core temperature
[configuration]
nvidia_temp_default_levels (int, int, int, int): Default levels for warning
and critical. This is preset to {(60, 65, 90, 95)}.
|