~ubuntuone-hackers/conn-check/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
- type: tcp
  host: login.ubuntu.com
  port: 80
- type: udp
  host: localhost
  port: 8080
  send: aaaa
  expect: bbbb
  tags:
    - foo
- type: tls
  host: login.ubuntu.com
  port: 443
  verify: true
  tags:
    - bar
- type: redis
  host: 127.0.0.1
  port: 6379
  password: foobared
- type: http
  url: https://login.ubuntu.com/
  tags:
    - foo
    - bar
- type: memcache
  host: 127.0.0.1
  port: 11211