This whitepaper explains how to include system health check in external monitoring systems.
BackupAgent has decided to tailor its health check output towards Pingdom. However, the
output can also be loaded in various other monitoring systems (e.g. Foglight).
The health checks have been released as part of BackupAgent server 4.2.1.6588 or newer.
2. Health checks
This chapter explains how the health checks work and how they can be configured. A standard
set of health checks contains these tests:
Availability check of the web services
Database availability check
Check to see if all necessary Windows services are running
Benchmark test on network storage (default is write 500 KB in 100 ms)
2.1 HTTP Requests and responses
Health checks can be configured by sending http requests to the health URL of your
The next step is to create a profile.Make sure the profile has a unique ID:
<CloudBackupHealthCheckSection activated="true">
<profiles>
<clear />
2
<profile id="1" enabled="true">
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.