What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

How can I remove a folder after reaching my failure-limit?

Votes:

0

Hello together,

I'm monitoring our external storage, a so called Buffalo Terastation with the "folder" sensor. The trashbox is activated and the video-surveillance just drops about 20 GB of data in half an hour.

I want to delete the trashbox\Videoüberwachung folder if the foldersize exceeds 400 GB.

Therefore I wrote an powershell-Script and set it as an notification on the foldersensor from the terastation. Unfortunately it doesn't work.

This is my Object-Trigger: Objekt-Trigger Trigger: Schwellenwert

Wenn der Kanal Ordnergröße (Byte) für mindestens 5 Sekunden Über 400000000000 ist, führe Ausführung PowerShell Skript ES004 aus

Wenn die Bedingung nicht mehr zutrifft, nachdem eine Benachrichtigung ausgelöst wurde, führe BHS - E-Mail-Benachrichtigung Klaus, Maxi aus

And this is my powershell-Script: $entferntesVerzeichnisRemove = "
ES004\share\trashbox\Videoüberwachung\*" Remove-Item -Path $entferntesVerzeichnisRemove -Recurse -Force -ErrorAction SilentlyContinue

Can you help me?

delete folder folder-sensor notifications powershell

Created on Dec 18, 2017 8:08:10 AM



1 Reply

Votes:

0

Guten Tag,

funktioniert das Skript wie gewünscht, wenn Sie es manuell am PRTG Server in der Powershell Konsole ausführen? Wenn dem so ist, dann versuchen Sie explizit einen Benutzer in den Einstellungen der Skriptbenachtichtigung zu hinterlegen anstatt dies im Standardkontext ("Lokales System") laufen zu lassen. Sie müssten unter "Logs | System Events | Notifications" auch einen Fehler sehen, wenn die Ausführung der Skriptbenachrichtigung auf einen Fehler läuft, der Hinweise liefert, woran es scheitert.

Freundliche Grüße,

Erhard Mikulik

Created on Dec 18, 2017 12:54:08 PM by  Erhard Mikulik [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.