https://github.com/jaxxstorm/alert_loadtests
A bunch of ruby scripts to generate a load of alerts
https://github.com/jaxxstorm/alert_loadtests
Last synced: 4 months ago
JSON representation
A bunch of ruby scripts to generate a load of alerts
- Host: GitHub
- URL: https://github.com/jaxxstorm/alert_loadtests
- Owner: jaxxstorm
- Created: 2016-07-28T13:00:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:14:56.000Z (over 1 year ago)
- Last Synced: 2025-01-12T12:31:28.737Z (6 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alert_loadtests
A bunch of ruby scripts to generate a load of alerts
# Why
We're evaluating replacements to pagerduty, and one of the issues is how the web UI handles a lot of alerts. This allows you to generate a bunch of them in a short period
# How
Use a modern ruby ( > 1.9.3 )
Install trollop with bundler
```
bundle install
```run the commands with bundler:
```
bundle exec ruby opsgenie.rb -c -n 100
```