Pingdom Integration Manual

3
<profile id="1" enabled="true">
<checks>
<check type="StorageLocationsCheck" uniqueName="StorageLocationsCheck_1002"
checkAll="false" specificLocations="1015" timeOut="100" enabled="true"/>
<check type="DatabaseCheck" uniqueName="DatabaseCheck"/>
<check type="WebserviceCheck" uniqueName="WebserviceCheck"/>
<check type="WindowsServiceCheck" uniqueName="WindowsServiceCheck" checkAll="false"
specificServices="BackupAgentMetadataManagementService,BackupAgentProcessingService,BackupA
gent Management Service" />
</checks>
</profile>
</profiles>
</CloudBackupHealthCheckSection>
The above example is the default profile check, which checks all available tests and a single
storage location with ID 1002. Please note the following properties:
uniqueName:
The name of the test in the report (in case of failure)
timeOut:
The benchmark timeout of the storage test
checkAll:
Checks all available locations or services (only available
for StorageLocation- andWindowsServiceCheck)
specificLocatio
ns:
Checks only specific storage locations. The values are the IDs of the storage
locations. You can look these up by logging in to the Management Console
as administrator and navigating to Server Settings, tab Storage Locations.
These values are comma-separated lists which cannot contain a separating
space.
specificService
s:
Checks only specific Windows Services. The available values are
‘BackupAgentMetadataManagementService,BackupAgentProcessingService,
BackupAgent Management Service, BackupAgentADService’. These values
are comma-separated lists which cannot contain a separating space.
Enabled:
Enables or disables a check
Note: the Clear tag in the xml is required to warrant that no previously configured tests remain
in memory after removal.