flapjack 0.7.33 → 0.7.34
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/dist/etc/init.d/flapjack-nagios-receiver +1 -1
- data/lib/flapjack/gateways/web/public/img/flapjack-2013-notext-transparent-25-25.png +0 -0
- data/lib/flapjack/gateways/web/public/img/flapjack-2013-notext-transparent-25-40.png +0 -0
- data/lib/flapjack/gateways/web/public/img/flapjack-2013-vertical-transparent-300-386.png +0 -0
- data/lib/flapjack/gateways/web/public/img/flapjack-favicon-64-32-24-16.ico +0 -0
- data/lib/flapjack/gateways/web/views/_head.html.erb +1 -1
- data/lib/flapjack/gateways/web/views/_nav.html.erb +10 -9
- data/lib/flapjack/gateways/web/views/index.html.erb +3 -1
- data/lib/flapjack/version.rb +1 -1
- metadata +7 -4
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
## Flapjack Changelog
|
2
2
|
|
3
|
+
# 0.7.34 - 2013-11-20
|
4
|
+
- Feature: update logoage (@jessereynolds)
|
5
|
+
- Bug: flapjack-nagios-receiver to start daemonized from init script (@jessereynolds)
|
6
|
+
|
3
7
|
# 0.7.33 - 2013-11-15
|
4
8
|
- Feature: Ignore XMPP transcript history replay on connect gh-23 (@ali-graham)
|
5
9
|
- Feature: Allow newlines in Jabber comments and commands gh-34 (@ali-graham)
|
data/README.md
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -2,4 +2,4 @@
|
|
2
2
|
<link rel="stylesheet" href="/css/bootstrap.min.css" media="screen">
|
3
3
|
<link rel="stylesheet" href="/css/flapjack.css" media="screen">
|
4
4
|
<link rel="stylesheet" href="/css/bootstrap-responsive.min.css" media="screen">
|
5
|
-
<link rel="shortcut icon" href="/img/flapjack-favicon-32-16.ico"> <!-- thank you http://xiconeditor.com/ -->
|
5
|
+
<link rel="shortcut icon" href="/img/flapjack-favicon-64-32-24-16.ico"> <!-- thank you http://xiconeditor.com/ -->
|
@@ -1,9 +1,10 @@
|
|
1
|
-
<
|
2
|
-
<a title="" href="/"
|
3
|
-
<a title="" href="/
|
4
|
-
<a title="" href="/
|
5
|
-
<a title="" href="/
|
6
|
-
<a title="" href="/
|
7
|
-
<a title="" href="/
|
8
|
-
<a title="" href="/
|
9
|
-
</
|
1
|
+
<div>
|
2
|
+
<a title="Summary" href="/"><img alt="Flapjack" src="/img/flapjack-2013-notext-transparent-25-40.png" width="25" height="40"></a>
|
3
|
+
<a title="Summary" href="/">Summary</a> |
|
4
|
+
<a title="All Entities" href="/entities_all">All Entities</a> |
|
5
|
+
<a title="Failing Entities" href="/entities_failing">Failing Entities</a> |
|
6
|
+
<a title="All Checks" href="/checks_all">All Checks</a> |
|
7
|
+
<a title="Failing Checks" href="/checks_failing">Failing Checks</a> |
|
8
|
+
<a title="Contacts" href="/contacts">Contacts</a> |
|
9
|
+
<a title="Internal Statistics" href="/self_stats">Internal Statistics</a>
|
10
|
+
</div>
|
@@ -14,10 +14,12 @@
|
|
14
14
|
<%= nav %>
|
15
15
|
<h2>Summary</h2>
|
16
16
|
</div>
|
17
|
+
|
17
18
|
<h4><a href="/entities_failing" title="failing entities"><%= h @count_failing_entities %></a> out of <a href="/entities_all" title="all entities"><%= h @count_all_entities %></a> entities have failing checks</h4>
|
18
19
|
<h4><a href="/checks_failing" title="failing checks"><%= h @count_failing_checks %></a> out of <a href="/checks_all" title="all checks"><%= h @count_all_checks %></a> checks are failing</h4>
|
19
|
-
|
20
|
+
|
20
21
|
</div>
|
22
|
+
|
21
23
|
<div id="push"></div>
|
22
24
|
</div>
|
23
25
|
<div id="footer">
|
data/lib/flapjack/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flapjack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.34
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-11-
|
14
|
+
date: 2013-11-19 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: dante
|
@@ -453,6 +453,9 @@ files:
|
|
453
453
|
- lib/flapjack/gateways/web/public/css/bootstrap-responsive.min.css
|
454
454
|
- lib/flapjack/gateways/web/public/css/bootstrap.min.css
|
455
455
|
- lib/flapjack/gateways/web/public/css/flapjack.css
|
456
|
+
- lib/flapjack/gateways/web/public/img/flapjack-2013-notext-transparent-25-25.png
|
457
|
+
- lib/flapjack/gateways/web/public/img/flapjack-2013-notext-transparent-25-40.png
|
458
|
+
- lib/flapjack/gateways/web/public/img/flapjack-2013-vertical-transparent-300-386.png
|
456
459
|
- lib/flapjack/gateways/web/public/img/flapjack-favicon-32-16.ico
|
457
460
|
- lib/flapjack/gateways/web/public/img/flapjack-favicon-64-32-24-16.ico
|
458
461
|
- lib/flapjack/gateways/web/public/img/flapjack-transparent-300.png
|
@@ -558,7 +561,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
558
561
|
version: '0'
|
559
562
|
segments:
|
560
563
|
- 0
|
561
|
-
hash:
|
564
|
+
hash: 2860293635329435962
|
562
565
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
563
566
|
none: false
|
564
567
|
requirements:
|
@@ -567,7 +570,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
567
570
|
version: '0'
|
568
571
|
segments:
|
569
572
|
- 0
|
570
|
-
hash:
|
573
|
+
hash: 2860293635329435962
|
571
574
|
requirements: []
|
572
575
|
rubyforge_project:
|
573
576
|
rubygems_version: 1.8.23
|