<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.gbrands.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.gbrands.de/feed.php">
        <title>47:65:72:73:6f:6e &amp;middot; 42:72:61:6e:64:73 - public:checkmk</title>
        <description></description>
        <link>https://wiki.gbrands.de/</link>
        <image rdf:resource="https://wiki.gbrands.de/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-05-19T20:03:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.gbrands.de/doku.php?id=public:checkmk:local-temp-check&amp;rev=1774004243&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.gbrands.de/doku.php?id=public:checkmk:sensors_nvme&amp;rev=1773950455&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.gbrands.de/lib/exe/fetch.php?media=logo.png">
        <title>47:65:72:73:6f:6e &middot; 42:72:61:6e:64:73</title>
        <link>https://wiki.gbrands.de/</link>
        <url>https://wiki.gbrands.de/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="https://wiki.gbrands.de/doku.php?id=public:checkmk:local-temp-check&amp;rev=1774004243&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-20T10:57:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>local-temp-check</title>
        <link>https://wiki.gbrands.de/doku.php?id=public:checkmk:local-temp-check&amp;rev=1774004243&amp;do=diff</link>
        <description>Beta version local Temp Check for CheckMK

---

generate file


/usr/lib/check_mk_agent/local/501_hw_sensors




make it executable

Content:



#!/bin/bash

CPU_WARN=85
CPU_CRIT=95
BOARD_WARN=80
BOARD_CRIT=90
NIC_WARN=90
NIC_CRIT=100

SENSORS_BIN=&quot;/usr/bin/sensors&quot;
[ -x &quot;$SENSORS_BIN&quot; ] || exit 0

out=&quot;$(&quot;$SENSORS_BIN&quot; 2&gt;/dev/null)&quot;
[ -n &quot;$out&quot; ] || exit 0

cpu_temp=&quot;&quot;
board_temp=&quot;&quot;
nic_temp=&quot;&quot;
nic_name=&quot;&quot;

extract_temp_from_line() {
    sed -nE &#039;s/^[^:]+:[[:space:]]*\+?([0-9]+(\.[0-9]+)?).*/\1…</description>
    </item>
    <item rdf:about="https://wiki.gbrands.de/doku.php?id=public:checkmk:sensors_nvme&amp;rev=1773950455&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-19T20:00:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sensors_nvme</title>
        <link>https://wiki.gbrands.de/doku.php?id=public:checkmk:sensors_nvme&amp;rev=1773950455&amp;do=diff</link>
        <description>CheckMK NVMe + Sensors Setup (Debian / Proxmox)

Goal

* Monitor CPU, board, and NVMe temperatures
* Monitor NVMe SMART health (wear, errors, status)
* Avoid unreliable ACPI thermal zones

---

1. Requirements


apt update
apt install lm-sensors smartmontools nvme-cli</description>
    </item>
</rdf:RDF>
