Return to list

Synthetic monitors | {{heading}}

Synthetic monitor type
The HTTP or HTTPS URL to ping with a simple GET request.
Display name for this synthetic monitor.
ID for this synthetic monitor. This will be auto-generated on creation if left blank.
Display name for this synthetic monitor.
A Java class that executes the synthetic monitor.
The class can be named anything. The entry method must be named test and take a single parameter of type org.openqa.selenium.WebDriver.
Any string constants that begins with the text "ENCRYPT:" will be encrypted (using two-way encryption so they can be decrypted when running the synthetic monitor). The encryption/decryption key is unique to your glowroot central instance and is stored in the file named secret inside the glowroot central directory.
{{compilationError}}