flapjack 0.7.33 → 0.7.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -1,4 +1,4 @@
1
- # Flapjack
1
+ # ![Flapjack](https://raw.github.com/flpjck/flapjack/gh-pages/images/flapjack-2013-notext-transparent-50-50.png "Flapjack") Flapjack
2
2
 
3
3
  [![Build Status](https://travis-ci.org/flpjck/flapjack.png)](https://travis-ci.org/flpjck/flapjack)
4
4
 
@@ -15,7 +15,7 @@ if [ ! $(which flapjack-nagios-receiver) ]; then
15
15
  fi
16
16
 
17
17
  # Evaluate command
18
- flapjack-nagios-receiver $1
18
+ flapjack-nagios-receiver $1 --daemonize
19
19
 
20
20
  RETVAL=$?
21
21
  exit $RETVAL
@@ -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
- <p>
2
- <a title="" href="/">Summary</a> |
3
- <a title="" href="/entities_all">All Entities</a> |
4
- <a title="" href="/entities_failing">Failing Entities</a> |
5
- <a title="" href="/checks_all">All Checks</a> |
6
- <a title="" href="/checks_failing">Failing Checks</a> |
7
- <a title="" href="/contacts">Contacts</a> |
8
- <a title="" href="/self_stats">Internal Statistics</a>
9
- </p>
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
- <img src="/img/flapjack-transparent-350-400.png" height="350" width="400">
20
+
20
21
  </div>
22
+
21
23
  <div id="push"></div>
22
24
  </div>
23
25
  <div id="footer">
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  module Flapjack
4
- VERSION = "0.7.33"
4
+ VERSION = "0.7.34"
5
5
  end
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.33
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-15 00:00:00.000000000 Z
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: -3960452771586560623
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: -3960452771586560623
573
+ hash: 2860293635329435962
571
574
  requirements: []
572
575
  rubyforge_project:
573
576
  rubygems_version: 1.8.23