Skip to content

TrekBikes/Trek.Monitoring.Prtg.Azure.BlobMonitor

Repository files navigation

Build Status

PRTG Azure Blob Monitor

An Advanced EXE PRTG custom sensor monitor that checks a container in Azure Blob Storage for the following

  • Number of Blobs
  • Number of Blobs matching a specific pattern
  • Total size of Blobs
  • Total size of Blobs matching a specific pattern

Required Parameters

-N [StorageAccountName] -K "[StorageAccountKey]"

All Parameters

Option Description
StorageAccountName* (-N) The name of the storage account
StorageAccountKey* (-K) The storage account's key
ContainerName (-C) Optional: The name of the container to look in. If not provided will look into the most recently modified container
BlobNamePattern (-B) Optional: A RegEx to describe the pattern of name of the blobs to look for [Default=.*]
MatchInSubdirectories (-S) Optional: Should the results include blobs found in virtual directories under the container [Default=True]
ModifiedAfter (-MA) Optional: A TimeSpan string descibing how long ago to look back
ModifiedBefore (-MB) Optional: A TimeSpan string descibing how long ago to stop looking

Releases

No releases published

Packages

No packages published

Languages