Skip to content

Instantly share code, notes, and snippets.

@jessereynolds
Created November 19, 2013 04:23
Show Gist options
  • Select an option

  • Save jessereynolds/7540302 to your computer and use it in GitHub Desktop.

Select an option

Save jessereynolds/7540302 to your computer and use it in GitHub Desktop.
flapjack home
<!DOCTYPE html>
<html lang="en">
<head>
<title>Flapjack - Summary</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="/css/flapjack.css" media="screen">
<link rel="stylesheet" href="/css/bootstrap-responsive.min.css" media="screen">
<link rel="shortcut icon" href="/img/flapjack-favicon-64-32-24-16.ico"> <!-- thank you http://xiconeditor.com/ -->
</head>
<body>
<div id="wrap">
<div class="container">
<div class="page-header">
<div>
<a title="Summary" href="/"><img alt="Flapjack" src="/img/flapjack-2013-notext-transparent-25-25.png" width="25" height="25"></a>
<a title="Summary" href="/">Summary</a> |
<a title="All Entities" href="/entities_all">All Entities</a> |
<a title="Failing Entities" href="/entities_failing">Failing Entities</a> |
<a title="All Checks" href="/checks_all">All Checks</a> |
<a title="Failing Checks" href="/checks_failing">Failing Checks</a> |
<a title="Contacts" href="/contacts">Contacts</a> |
<a title="Internal Statistics" href="/self_stats">Internal Statistics</a>
</div>
<h2>Summary</h2>
</div>
<h4><a href="/entities_failing" title="failing entities">21</a> out of <a href="/entities_all" title="all entities">111</a> entities have failing checks</h4>
<h4><a href="/checks_failing" title="failing checks">32</a> out of <a href="/checks_all" title="all checks">540</a> checks are failing</h4>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p class="muted credit">Flapjack version 0.7.33 | <a href="http://flapjack-project.com">Flapjack Project</a> | <a href="https://github.com/flpjck/flapjack">Flapjack on Github</a></p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment