bosun.org@v0.0.0-20210513094433-e25bc3e69a1f/docs/media.md (about) 1 --- 2 layout: default 3 title: Media 4 --- 5 6 <div class="row"> 7 <h2>Presentations</h2> 8 <p>See the <strong><a href="https://vimeo.com/131581326">Monitorama 2015 (PDX) presentation</a></strong> for the most up to date presentation. This presentation has screencasts of building an alert starting about 15 minutes in. The first 15 minutes explain some of the design principles behind bosun. After the first screen cast of building an alert there are also some example alerts.</p> 9 <p>See the <strong><a href="https://www.usenix.org/conference/lisa14/conference-program/presentation/brandt">LISA presentation</a></strong> for slides, video and audio. 10 This was the first presentation on Bosun which was given right after release. Serves as a great introduction to the underlying thoughs on problems with alerting and how Bosun solves them. Still highly relevant, although since then Bosun has gained a few new features, most notably support for graphite and logstash/elasticsearch.</p> 11 </div> 12 13 <div class="row"> 14 <h2>Screenshots</h2> 15 <div id="screenshots" class="carousel slide" data-interval="3000" data-ride="carousel"> 16 <ol class="carousel-indicators"> 17 <li data-target="#screenshots" data-slide-to="0" class="active"></li> 18 <li data-target="#screenshots" data-slide-to="1"></li> 19 <li data-target="#screenshots" data-slide-to="2"></li> 20 <li data-target="#screenshots" data-slide-to="3"></li> 21 <li data-target="#screenshots" data-slide-to="4"></li> 22 <li data-target="#screenshots" data-slide-to="5"></li> 23 <li data-target="#screenshots" data-slide-to="6"></li> 24 </ol> 25 <div class="carousel-inner"> 26 <div class="active item carousel-image"> 27 <img src="/public/ss_dashboard.png"> 28 </div> 29 <div class="item carousel-image"> 30 <img src="/public/ss_graph.png"> 31 </div> 32 <div class="item carousel-image"> 33 <img src="/public/ss_expr.png"> 34 </div> 35 <div class="item carousel-image"> 36 <img src="/public/ss_rule_results.png"> 37 </div> 38 <div class="item carousel-image"> 39 <img src="/public/ss_rule_template.png"> 40 </div> 41 <div class="item carousel-image"> 42 <img src="/public/ss_rule_timeline.png"> 43 </div> 44 <div class="item carousel-image"> 45 <img src="/public/ss_host.png"> 46 </div> 47 </div> 48 <a class="carousel-control left" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left text-muted"></span></a> 49 <a class="carousel-control right" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right text-muted"></span></a> 50 </div> 51 </div>