Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logzio/synthetic-monitoring
https://github.com/logzio/synthetic-monitoring
integration
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/logzio/synthetic-monitoring
- Owner: logzio
- License: apache-2.0
- Created: 2020-09-29T14:41:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T15:29:16.000Z (2 months ago)
- Last Synced: 2024-09-16T18:39:24.488Z (2 months ago)
- Topics: integration
- Language: Python
- Homepage:
- Size: 358 KB
- Stars: 8
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# LightS
LightS is a lightweight web monitoring solution to check availability and load performance of your web site.
LightS uses a simple script based on Python 3.7 and Selenium. You can easily deploy it to your account on the supported cloud platforms.## Supported platforms:
* [AWS](https://github.com/logzio/synthetic-monitoring/blob/master/aws/README.md)## Versions
| LightS | Selenium | Requests | Chromium | Chromedriver |
|---|---|---|---|---|
| 0.0.1 | 3.14.0 | 2.24.0 | 86.0.4240.0 | 86.0.4240.22.0 |## Notes
* If your web page is blocking automated scripts, LightS will not be able to monitor it properly.### Change log:
* **0.0.2** - Supports monitoring multiple urls.
* **0.0.1** - Initial release#### Acknowledgments
Special thanks for [@vittorio-nardone](https://github.com/vittorio-nardone) for his excellent [repo](https://github.com/vittorio-nardone/selenium-chromium-lambda).