Gentoo Archives: gentoo-commits

From: Jeremy Olexa <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/infra-status:master commit in: data/
Date: Sat, 01 Mar 2014 17:44:19
Message-Id: 1393695849.e447b535a15440ec25b0f899b54b79f8ec86c647.darkside@gentoo
1 commit: e447b535a15440ec25b0f899b54b79f8ec86c647
2 Author: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 1 17:44:09 2014 +0000
4 Commit: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 1 17:44:09 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=e447b535
7
8 fix rsync service to use proper hosts
9
10 ---
11 data/services.rb | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/data/services.rb b/data/services.rb
15 index 6235230..3483b05 100644
16 --- a/data/services.rb
17 +++ b/data/services.rb
18 @@ -64,9 +64,9 @@ Services do
19 end
20
21 service 'rsync' do
22 - if host_flapping? 'albatross' or host_flapping? 'kookaburra'
23 + if host_flapping? 'albatross' or host_flapping? 'dipper'
24 State::WARNING
25 - elsif host_up? 'albatross' and host_up? 'kookaburra'
26 + elsif host_up? 'albatross' and host_up? 'dipper'
27 State::UP
28 else
29 State::DOWN