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
- Go to the Tests tab in the bottom navigation.
- Tap on a suggested test from the "Suggested Tests" section.
- Review the test description and details.

- Tap the arrow button to adapt the test for your needs.
- You can modify:
- Test title
- Command to execute
- Expected output pattern

- Make any desired changes to customize the test.
- Hit "Save" once you are satisfied with the configuration.
- Select the server this test should run on.
- The test will be added to your active tests and will run automatically according to schedule.

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.