Grenzwerte hinzugefuegt + Doku angepasst
This commit is contained in:
parent
9fe5418c62
commit
4830408f21
@ -14,7 +14,7 @@ Dieses Bash-Skript überwacht die S.M.A.R.T.-Werte einer physischen Festplatte o
|
||||
|
||||
## 📁 Installation
|
||||
|
||||
1. Erstelle den Zielpfad für das Skript (empfohlenes Verzeichnis):
|
||||
1. Erstelle den Zielpfad für das Skript (von PRTG vorgegebenes Verzeichnis, kann sonst nicht gelesen werden):
|
||||
```bash
|
||||
sudo mkdir -p /var/prtg/scriptsxml/
|
||||
```
|
||||
@ -97,4 +97,6 @@ Wear: 9 % – +1 % seit 2025-03-27
|
||||
|
||||
🧠 Ideal für Admins, die Verschleiß frühzeitig erkennen und NVMe-Smartdaten sauber im Monitoring sehen wollen.
|
||||
|
||||
---
|
||||
|
||||
Autor: Patrick Asmus – [www.techniverse.net](https://www.techniverse.net)
|
||||
|
@ -3,9 +3,9 @@
|
||||
# Parameter: /dev/sda
|
||||
# Autor: Patrick Asmus
|
||||
# Web: https://www.techniverse.net
|
||||
# Version: 1.0
|
||||
# Version: 1.1
|
||||
# Datum: 28.03.2025
|
||||
# Modifikation: Initial
|
||||
# Modifikation: Grenzwerte hinzugefuegt
|
||||
#####################################################
|
||||
|
||||
DEVICE="$1"
|
||||
@ -120,7 +120,7 @@ elif [ "$TYPE" = "nvme" ]; then
|
||||
<result><channel>Wear Level (Percentage Used)</channel><value>$PERCENT_USED</value><unit>Percent</unit><limitmode>1</limitmode><limitmaxwarning>70</limitmaxwarning><limitmaxerror>90</limitmaxerror></result>
|
||||
<result><channel>Power Cycles</channel><value>$POWER_CYCLES</value><unit>Count</unit></result>
|
||||
<result><channel>Media/Data Errors</channel><value>$MEDIA_ERRORS</value><unit>Count</unit><limitmode>1</limitmode><limitmaxerror>1</limitmaxerror></result>
|
||||
<result><channel>SMART Error Logs</channel><value>$ERROR_LOGS</value><unit>Count</unit></result>
|
||||
<result><channel>SMART Error Logs</channel><value>$ERROR_LOGS</value><unit>Count</unit><limitmode>1</limitmode><limitmaxwarning>10</limitmaxwarning><limitmaxerror>50</limitmaxerror></result>
|
||||
<result><channel>Unsafe Shutdowns</channel><value>$UNSAFE_SHUTDOWNS</value><unit>Count</unit></result>
|
||||
<result><channel>Warning Temp Time</channel><value>$WARN_TEMP_TIME</value><unit>TimeSeconds</unit></result>
|
||||
<result><channel>Critical Temp Time</channel><value>$CRIT_TEMP_TIME</value><unit>TimeSeconds</unit><limitmode>1</limitmode><limitmaxerror>10</limitmaxerror></result>
|
||||
|
Loading…
x
Reference in New Issue
Block a user