Monitor IIS runtime traffic by installing the Alma Windows Sensor.
Deploy Alma on Windows to monitor IIS runtime traffic with zero app code changes.
The Alma Windows Sensor instruments IIS and exports telemetry to your Alma collector endpoint.
If you’re new to Alma, start with Alma Overview.
Ensure outbound TCP port 4317 is open (gRPC).
Confirm outbound firewall rules allow egress from:
the Windows host
your cloud/network perimeter (if applicable)
Local admin access on the Windows host.
Unzip the package and place these files in one folder:
AlmaWindowsSensor.psm1
AlmaSensor.dll
Open an elevated PowerShell session.
Then cd into the folder that contains the extracted files.
cd
Import-Module .\AlmaWindowsSensor.psm1 -Force
Install-AlmaSensor
Register-Sensor
You will be prompted for:
Alma collector endpoint
Service name suffix
SSL verification option
Instrument all IIS sites:
Enable-GlobalInstrumentation
Instrument a single site:
Enable-WebsiteInstrumentation -WebsiteName "YourSiteName"
Do not instrument both globally and per-site at the same time.
Check IIS Manager → Modules for AlmaWindowsSensor.
AlmaWindowsSensor
Or run:
Show-AlmaSensorStatus
Run in PowerShell as Administrator:
Disable-GlobalInstrumentation Unregister-Sensor Uninstall-AlmaSensor
Last updated 1 month ago