TIPS

This page contains useful information about StageCrew configuration by tool.

General TIPS

When you get blank white Screenshots

If you get asset screenshots that appear completely blank white, it may be because the screenshot was taken before the website content was fully loaded. To resolve this issue, increase the "Delay" value in the Screenshot Settings to allow enough time for the website to render. The default value is 0 seconds, but it should be adjusted based on the load time of each target asset.

Zabbix

How to make the date part of an Asset URL variable and display results for a specified range

By adding a date parameter to the URL of an asset and making it a variable, you can make the asset output information for a specified range. In the case of Zabbix, add the following string to the end of the URL to specify a date and time. (Tested with Zabbix version 4.0.18)

  1. Go to the target Asset edit page.

  2. On the “Edit Asset” page, add the following string to the end of the URL. Additional string: &from=2024-11-17%2000%3A00%3A00&to=2024-11-18%2000%3A00%3A00 *The above string specifies a specific date and time, which will also be included in the variable.

  3. Click “Customize"

  4. The part of the URL indicating the date and time will be automatically made variable.

  5. Click "Save".

最終更新