This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This script get the pending updates from the Veeam Backup for Azure appliance. | |
# Since this information isnt available in VSPC I decided to write a script that uses the | |
# API and updates API to pull this info. | |
# | |
# You can integrate this into your own monitoring solution. | |
# | |
# `$pendingUpdates` is a integer and filled with the pending update count | |
# `$updateCategories` is a string and filled with the categories of the pending updates. | |
# | |
# Use at your own risk. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Policy ID="6398a8db-fb7d-48b8-abbd-7643f6547507" Name="Veeam Backup for O365 Monitor" Description="VmVlYW0gQmFja3VwIGZvciBPMzY1IHN0YXR1cyBjaGVja3Mu" Version="2.10.0.19" RemoteCategory="0" ExecutionType="Local" MinimumPSVersionRequired="0.0.0"> | |
<Object ID="{8a98b90d-4612-4faf-b87d-c36daf15433b}" Type="{B6FA6D8B-EEAA-47A6-8463-7F9A4F5BBB6E}" Data="<xml><Parameters><Parameter ParameterName="username" Label="API Username" ParameterType="string" Value="" /><Parameter ParameterName="password" Label="API Password" ParameterType="password" Value="" /><Parameter ParameterName="apiUrl" Label="API URL" ParameterType="string" Value="" /></Parameters><OutputParameters><Parameter ParameterName="backupSuccessCnt" Label="Backup Success" ParameterType="number" Value="Run P |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
PRTG Veeam Backup for Microsoft 365 Advanced Sensor. | |
.DESCRIPTION | |
Advanced Sensor will Report Job status, job nested status, repository statistics and proxy status. | |
- If not already done, enable the the API in VBO https://helpcenter.veeam.com/docs/vbo365/rest/enable_restful_api.html?ver=20 | |
- On your probe, add script to 'Custom Sensors\EXEXML' folder | |
- In PRTG, on your probe add EXE/Script Advanced sensor |