ContainEye

Adding a Test from Suggestion

ContainEye can suggest tests based on your server configurations. This is a quick way to set up monitoring for common scenarios.

Step-by-Step Guide

  1. Go to the Tests tab in the bottom navigation.
  2. Tap on a suggested test from the "Suggested Tests" section.
  3. Review the test description and details.
Configure a suggested test
  1. Tap the arrow button to adapt the test for your needs.
  2. You can modify:
    • Test title
    • Command to execute
    • Expected output pattern
Adapting a test
  1. Make any desired changes to customize the test.
  2. Hit "Save" once you are satisfied with the configuration.
  3. Select the server this test should run on.
  4. The test will be added to your active tests and will run automatically according to schedule.
Finalizing test configuration

Tips for Adapting Tests

  • Command Modification: Adjust the command to match your specific server setup (paths, service names, etc.).
  • Expected Output: Update the expected output pattern to match what you consider a successful result.
  • Regular Expressions: Use regex for flexible matching (e.g., \d+ for any number).
  • Test Frequency: Consider how often the test should run based on the importance of the service.