Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement]: Explain difference of "noDiskSpace" and "diskSpaceIssues" notifications / improve name and description #2866

Closed
1 task done
klein0r opened this issue Aug 19, 2024 · 1 comment · Fixed by #2879

Comments

@klein0r
Copy link
Contributor

klein0r commented Aug 19, 2024

No existing issues.

  • There is no existing issue for my request.

Description

{
"category": "diskSpaceIssues",
"name": {
"en": "Issues with insufficient disk space",
"de": "Probleme mit unzureichendem Speicherplatz",
"ru": "Проблемы с недостаточным дисковым пространством",
"pt": "Problemas com espaço insuficiente no disco",
"nl": "Problemen met onvoldoende schijfruimte",
"fr": "Problèmes liés à un espace disque insuffisant",
"it": "Problemi di spazio su disco insufficiente",
"es": "Problemas de espacio insuficiente en disco",
"pl": "Problemy z niewystarczającą ilością miejsca na dysku",
"uk": "Проблеми з нестачею місця на диску",
"zh-cn": "磁盘空间不足的问题"
},
"severity": "alert",
"description": {
"en": "Your system is running out of disk space. Please free space on the disk to avoid problems.",
"de": "Ihr System verfügt nicht mehr über genügend Speicherplatz. Bitte geben Sie Speicherplatz auf der Festplatte frei, um Probleme zu vermeiden.",
"ru": "В вашей системе не хватает места на диске. Во избежание проблем освободите место на диске.",
"pt": "O seu sistema está a ficar sem espaço no disco. Liberte espaço no disco para evitar problemas.",
"nl": "Je systeem heeft bijna geen schijfruimte meer. Maak ruimte vrij op de schijf om problemen te voorkomen.",
"fr": "Votre système manque d'espace disque. Veuillez libérer de l'espace sur le disque pour éviter tout problème.",
"it": "Il sistema sta esaurendo lo spazio su disco. Liberare spazio sul disco per evitare problemi.",
"es": "Su sistema se está quedando sin espacio en disco. Por favor, libere espacio en el disco para evitar problemas.",
"pl": "W systemie zaczyna brakować miejsca na dysku. Aby uniknąć problemów, zwolnij miejsce na dysku.",
"uk": "У вашій системі закінчується місце на диску. Будь ласка, звільніть місце на диску, щоб уникнути проблем.",
"zh-cn": "您的系统正在耗尽磁盘空间。请释放磁盘空间,以免出现问题。"
},
"regex": [],
"limit": 1
},

{
"category": "noDiskSpace",
"name": {
"en": "Issues with free disk space",
"de": "Probleme mit dem freien Speicherplatz",
"ru": "Проблемы со свободным местом на диске",
"pt": "Problemas com espaço livre em disco",
"nl": "Problemen met vrije schijfruimte",
"fr": "Problèmes d'espace disque libre",
"it": "Problemi con lo spazio libero su disco",
"es": "Problemas con el espacio libre en disco",
"pl": "Problemy z wolnym miejscem na dysku",
"uk": "Проблеми з вільним місцем на диску",
"zh-cn": "可用磁盘空间问题"
},
"severity": "alert",
"description": {
"en": "There is not enough disk space left on the storage device. Please clean up some disk space.",
"de": "Es steht nicht genügend Speicherplatz auf dem Datenträger zur Verfügung. Bitte bereinigen Sie etwas Speicherplatz.",
"ru": "На запоминающем устройстве недостаточно места на диске. Пожалуйста, очистите место на диске.",
"pt": "Não há espaço em disco suficiente no dispositivo de armazenamento. Limpe algum espaço em disco.",
"nl": "Er is niet genoeg schijfruimte over op het opslagapparaat. Ruim wat schijfruimte op.",
"fr": "Il n'y a pas assez d'espace disque sur le périphérique de stockage. Veuillez nettoyer de l'espace disque.",
"it": "Spazio su disco insufficiente sul dispositivo di archiviazione. Si prega di pulire un po 'di spazio su disco.",
"es": "No queda suficiente espacio en disco en el dispositivo de almacenamiento. Limpie algo de espacio en disco.",
"pl": "Za mało miejsca na dysku na urządzeniu magazynującym. Proszę wyczyścić trochę miejsca na dysku.",
"uk": "На запам'ятовуючому пристрої недостатньо місця на диску. Будь ласка, очистіть місце на диску.",
"zh-cn": "存储设备上没有足够的磁盘空间。请清理一些磁盘空间。"
},
"regex": [
"^Exception-Code: ENOSPC"
],
"limit": 10
},

Why?

The current descriptions are nearly identical and a bit confusing - e. g. when configuring the notification manager

How?

No response

@foxriver76
Copy link
Collaborator

One is parsed from the log by ENOSPC the other I think is generated actively if the User-defined threshold is exceeded, I will Check this and add it to the description when I am back from vacation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants