riemann-tools 0.2.14 → 1.0.0

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.
Files changed (84) hide show
  1. checksums.yaml +5 -5
  2. data/.docker/Dockerfile +7 -0
  3. data/.docker/publish.sh +35 -0
  4. data/.github/workflows/ci.yml +29 -0
  5. data/.gitignore +6 -0
  6. data/.rspec +2 -0
  7. data/.travis.yml +31 -0
  8. data/CHANGELOG.md +393 -0
  9. data/Gemfile +6 -0
  10. data/ISSUE_TEMPLATE.md +15 -0
  11. data/README.markdown +14 -1
  12. data/Rakefile +21 -0
  13. data/bin/riemann-apache-status +1 -0
  14. data/bin/riemann-bench +1 -0
  15. data/bin/riemann-cloudant +1 -0
  16. data/bin/riemann-consul +1 -0
  17. data/bin/riemann-dir-files-count +1 -0
  18. data/bin/riemann-dir-space +1 -0
  19. data/bin/riemann-diskstats +1 -0
  20. data/bin/riemann-fd +1 -0
  21. data/bin/riemann-freeswitch +1 -0
  22. data/bin/riemann-haproxy +1 -0
  23. data/bin/riemann-health +19 -11
  24. data/bin/riemann-kvminstance +1 -0
  25. data/bin/riemann-memcached +1 -0
  26. data/bin/riemann-net +1 -0
  27. data/bin/riemann-nginx-status +1 -0
  28. data/bin/riemann-ntp +1 -0
  29. data/bin/riemann-portcheck +1 -0
  30. data/bin/riemann-proc +1 -0
  31. data/bin/riemann-varnish +1 -0
  32. data/bin/riemann-zookeeper +1 -0
  33. data/lib/riemann/tools/utils.rb +17 -0
  34. data/lib/riemann/tools/version.rb +7 -0
  35. data/lib/riemann/tools.rb +12 -2
  36. data/riemann-tools.gemspec +39 -0
  37. data/tools/riemann-aws/LICENSE +21 -0
  38. data/tools/riemann-aws/README.md +54 -0
  39. data/tools/riemann-aws/Rakefile.rb +35 -0
  40. data/tools/riemann-aws/bin/riemann-aws-billing +87 -0
  41. data/tools/riemann-aws/bin/riemann-aws-rds-status +54 -0
  42. data/tools/riemann-aws/bin/riemann-aws-sqs-status +44 -0
  43. data/tools/riemann-aws/bin/riemann-aws-status +71 -0
  44. data/tools/riemann-aws/bin/riemann-elb-metrics +167 -0
  45. data/tools/riemann-aws/bin/riemann-s3-list +82 -0
  46. data/tools/riemann-aws/bin/riemann-s3-status +99 -0
  47. data/tools/riemann-chronos/LICENSE +21 -0
  48. data/tools/riemann-chronos/README.md +10 -0
  49. data/tools/riemann-chronos/Rakefile.rb +35 -0
  50. data/tools/riemann-chronos/bin/riemann-chronos +144 -0
  51. data/tools/riemann-docker/LICENSE +21 -0
  52. data/tools/riemann-docker/README.md +10 -0
  53. data/tools/riemann-docker/Rakefile.rb +34 -0
  54. data/tools/riemann-docker/bin/riemann-docker +217 -0
  55. data/tools/riemann-elasticsearch/LICENSE +21 -0
  56. data/tools/riemann-elasticsearch/README.md +10 -0
  57. data/tools/riemann-elasticsearch/Rakefile.rb +35 -0
  58. data/tools/riemann-elasticsearch/bin/riemann-elasticsearch +166 -0
  59. data/tools/riemann-marathon/LICENSE +21 -0
  60. data/tools/riemann-marathon/README.md +10 -0
  61. data/tools/riemann-marathon/Rakefile.rb +35 -0
  62. data/tools/riemann-marathon/bin/riemann-marathon +147 -0
  63. data/tools/riemann-mesos/LICENSE +21 -0
  64. data/tools/riemann-mesos/README.md +10 -0
  65. data/tools/riemann-mesos/Rakefile.rb +35 -0
  66. data/tools/riemann-mesos/bin/riemann-mesos +131 -0
  67. data/tools/riemann-munin/LICENSE +21 -0
  68. data/tools/riemann-munin/README.md +10 -0
  69. data/tools/riemann-munin/Rakefile.rb +34 -0
  70. data/tools/riemann-munin/bin/riemann-munin +37 -0
  71. data/tools/riemann-rabbitmq/LICENSE +21 -0
  72. data/tools/riemann-rabbitmq/README.md +10 -0
  73. data/tools/riemann-rabbitmq/Rakefile.rb +35 -0
  74. data/tools/riemann-rabbitmq/bin/riemann-rabbitmq +269 -0
  75. data/tools/riemann-riak/LICENSE +21 -0
  76. data/tools/riemann-riak/README.md +10 -0
  77. data/tools/riemann-riak/Rakefile.rb +34 -0
  78. data/tools/riemann-riak/bin/riemann-riak +331 -0
  79. data/tools/riemann-riak/bin/riemann-riak-keys +13 -0
  80. data/tools/riemann-riak/bin/riemann-riak-ring +9 -0
  81. data/tools/riemann-riak/riak_status/key_count.erl +13 -0
  82. data/tools/riemann-riak/riak_status/riak_status.rb +152 -0
  83. data/tools/riemann-riak/riak_status/ringready.erl +9 -0
  84. metadata +134 -34
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: bb7b108f77ccf16849326ff4251b12fb04480f64
4
- data.tar.gz: b15de1ca4c0211c6de67c6c9efc3ec3299a0d16d
2
+ SHA256:
3
+ metadata.gz: e4c06d1c46f6c9c6d78ac614c29ee04f62d18227b2f306719185efcfd3747f56
4
+ data.tar.gz: e71e90f111b57c7466ac0a6d33e0111525e8192e5c152b64903644bf8be92aa2
5
5
  SHA512:
6
- metadata.gz: fd0786c48082530b1e6113503d14164814651209cc60fd1a439f54ab7d5393f1bd1241d18a24c87febb1810ac4a5d830bb2d89982cf3c838436e7d7846420f76
7
- data.tar.gz: e0590e66df6a87761b364a18adca37ae887ff2a23f745d41916637e2fe12bb447bf42247bbdf206e87684557cee7824bf866dacee55bd515c022c61aa85e5e0b
6
+ metadata.gz: d598a191d654c8be5cdd9d32bd5f99d54f3f86fb062022f4b9ab84b48c8d2cfc5cef2929354082d2b3796c0eb5d7f79dfdf789bfec5b222f295066fb7ca95332
7
+ data.tar.gz: 0fddd305b30cbdac305a5bcd8cff3f3b139285d9e0d53a27019b5dcf70c12b9b0d29177460b166c7f7d70d1f1cc85d39d11e22c08c47153ef02b49478de80253
@@ -0,0 +1,7 @@
1
+ FROM ruby:2.5-alpine3.8
2
+ RUN apk add --update alpine-sdk
3
+
4
+ ARG RUBY_GEMS="riemann-tools"
5
+ RUN gem install --verbose --no-rdoc --no-ri $RUBY_GEMS
6
+
7
+ CMD ["riemann-health", "--help"]
@@ -0,0 +1,35 @@
1
+ #!/usr/bin/env bash
2
+ set -e
3
+
4
+ ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." > /dev/null && pwd)"
5
+ IMAGE_PREFIX=${IMAGE_PREFIX:-"riemannio/"}
6
+
7
+ function getVersion {
8
+ local path=$ROOT_DIR
9
+ [ -z "$1" ] || path="$ROOT_DIR/tools/$1"
10
+ cat $path/Rakefile.rb | grep s.version | grep -oE '[0-9.]{5,}'
11
+ }
12
+
13
+ function getPackageList {
14
+ echo -n "riemann-tools:`getVersion`"
15
+ [ -z "$1" ] || echo -n " $1:`getVersion $1`"
16
+ }
17
+
18
+ # Need to log in before we can push.
19
+ [ -z "$DOCKER_USER" ] && echo "DOCKER_USER is not set" && exit 1
20
+ [ -z "$DOCKER_PASS" ] && echo "DOCKER_PASS is not set" && exit 1
21
+ docker login -u $DOCKER_USER -p $DOCKER_PASS
22
+
23
+ tool=${EXTRA_TOOL:-""}
24
+ version=`getVersion $tool`
25
+ name=${IMAGE_PREFIX}riemann-tools${tool/riemann/}
26
+
27
+ echo "==> Publishing $name:$version and :latest"
28
+ docker pull $name:latest
29
+ docker build --cache-from $name:latest \
30
+ --build-arg RUBY_GEMS="`getPackageList $tool`" \
31
+ -t $name:$version -t $name:latest \
32
+ $ROOT_DIR/.docker
33
+
34
+ docker push $name:$version
35
+ docker push $name:latest
@@ -0,0 +1,29 @@
1
+ ---
2
+ name: CI
3
+
4
+ on:
5
+ push:
6
+ branches:
7
+ - main
8
+ pull_request:
9
+ branches:
10
+ - main
11
+
12
+ jobs:
13
+ test:
14
+ runs-on: ubuntu-latest
15
+ strategy:
16
+ matrix:
17
+ ruby-version:
18
+ - 2.7
19
+ - 3.0
20
+ - 3.1
21
+ steps:
22
+ - uses: actions/checkout@v2
23
+ - name: Setup Ruby
24
+ uses: ruby/setup-ruby@v1
25
+ with:
26
+ ruby-version: ${{ matrix.ruby-version }}
27
+ bundler-cache: true
28
+ - name: Run the test suite
29
+ run: bundle exec rspec
data/.gitignore ADDED
@@ -0,0 +1,6 @@
1
+ pkg/
2
+ ._*
3
+ *~
4
+ .DS_Store
5
+ .*.swp
6
+ *.log
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --require spec_helper
2
+ --format doc
data/.travis.yml ADDED
@@ -0,0 +1,31 @@
1
+ sudo: required
2
+
3
+ services:
4
+ - docker
5
+
6
+ addons:
7
+ apt:
8
+ packages:
9
+ - docker-ce
10
+
11
+ env:
12
+ - EXTRA_TOOL=
13
+ - EXTRA_TOOL=riemann-aws
14
+ - EXTRA_TOOL=riemann-chronos
15
+ - EXTRA_TOOL=riemann-docker
16
+ - EXTRA_TOOL=riemann-elasticsearch
17
+ - EXTRA_TOOL=riemann-marathon
18
+ - EXTRA_TOOL=riemann-mesos
19
+ - EXTRA_TOOL=riemann-munin
20
+ - EXTRA_TOOL=riemann-rabbitmq
21
+ - EXTRA_TOOL=riemann-riak
22
+
23
+ before_script:
24
+ - docker version
25
+
26
+ script:
27
+ - .docker/publish.sh
28
+
29
+ branches:
30
+ only:
31
+ - master
data/CHANGELOG.md ADDED
@@ -0,0 +1,393 @@
1
+ # Changelog
2
+
3
+ ## [1.0.0](https://github.com/riemann/riemann-tools/tree/1.0.0) (2022-06-21)
4
+
5
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.14...1.0.0)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Add support for TLS [\#196](https://github.com/riemann/riemann-tools/pull/196) ([smortex](https://github.com/smortex))
10
+ - Hide riemann-tools parameters from process table [\#188](https://github.com/riemann/riemann-tools/pull/188) ([dch](https://github.com/dch))
11
+
12
+ **Fixed bugs:**
13
+
14
+ - Fix cpu and memory usage sorting [\#198](https://github.com/riemann/riemann-tools/pull/198) ([smortex](https://github.com/smortex))
15
+ - Exclude NFS from df [\#193](https://github.com/riemann/riemann-tools/pull/193) ([sheremetyev](https://github.com/sheremetyev))
16
+ - Fix df --exclude-type on alpine [\#192](https://github.com/riemann/riemann-tools/pull/192) ([Beanow](https://github.com/Beanow))
17
+
18
+ **Closed issues:**
19
+
20
+ - Official docker image\(s\) [\#189](https://github.com/riemann/riemann-tools/issues/189)
21
+ - Could not set docker-host via CLI [\#184](https://github.com/riemann/riemann-tools/issues/184)
22
+ - No support for TLS [\#142](https://github.com/riemann/riemann-tools/issues/142)
23
+
24
+ **Merged pull requests:**
25
+
26
+ - Implement automated docker builds of included tools. [\#190](https://github.com/riemann/riemann-tools/pull/190) ([Beanow](https://github.com/Beanow))
27
+
28
+ ## [0.2.14](https://github.com/riemann/riemann-tools/tree/0.2.14) (2018-09-14)
29
+
30
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.13...0.2.14)
31
+
32
+ **Closed issues:**
33
+
34
+ - Trollop gem replaced by optimist [\#186](https://github.com/riemann/riemann-tools/issues/186)
35
+ - Regex format to check multiple processes [\#181](https://github.com/riemann/riemann-tools/issues/181)
36
+ - riemann-health - full command support [\#180](https://github.com/riemann/riemann-tools/issues/180)
37
+
38
+ ## [0.2.13](https://github.com/riemann/riemann-tools/tree/0.2.13) (2018-01-17)
39
+
40
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.12...0.2.13)
41
+
42
+ **Closed issues:**
43
+
44
+ - riemann-net: Non-zero drop/error always mapped to warning state [\#177](https://github.com/riemann/riemann-tools/issues/177)
45
+ - riemann-consul: incorrect treatment of return value for leader query [\#175](https://github.com/riemann/riemann-tools/issues/175)
46
+ - Riemann-aws fails to use instance profile with error regarding required aws keys [\#169](https://github.com/riemann/riemann-tools/issues/169)
47
+ - riemann-zookeeper fails silently on zookeeper 3.3.x and below [\#98](https://github.com/riemann/riemann-tools/issues/98)
48
+ - Riemann riak tools spins up 2 erlang vms with the same node name simulataneously, causing one to fail [\#71](https://github.com/riemann/riemann-tools/issues/71)
49
+ - Service scripts [\#40](https://github.com/riemann/riemann-tools/issues/40)
50
+
51
+ **Merged pull requests:**
52
+
53
+ - riemann-net: Warn only on non-zero drop/error delta [\#183](https://github.com/riemann/riemann-tools/pull/183) ([sslavic](https://github.com/sslavic))
54
+ - Fix for riemann/riemann-tools/issues/175 [\#176](https://github.com/riemann/riemann-tools/pull/176) ([pieterbreed](https://github.com/pieterbreed))
55
+ - support prefixes for AWS S3 list [\#173](https://github.com/riemann/riemann-tools/pull/173) ([peterneubauer](https://github.com/peterneubauer))
56
+ - Add OpenBSD and Illumos \(sunos in uname -s\) to riemann-health [\#172](https://github.com/riemann/riemann-tools/pull/172) ([telser](https://github.com/telser))
57
+ - Fixing initialization failure when fog credentials are specified. [\#171](https://github.com/riemann/riemann-tools/pull/171) ([derekslager](https://github.com/derekslager))
58
+ - Add riemann-portcheck [\#170](https://github.com/riemann/riemann-tools/pull/170) ([sdx23](https://github.com/sdx23))
59
+ - \_stats/index/store isn't supported anymore in ES 5 but it looks like … [\#168](https://github.com/riemann/riemann-tools/pull/168) ([looprock](https://github.com/looprock))
60
+
61
+ ## [0.2.12](https://github.com/riemann/riemann-tools/tree/0.2.12) (2017-01-22)
62
+
63
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.11...0.2.12)
64
+
65
+ **Closed issues:**
66
+
67
+ - riemann-elasticsearch: needs exception handling [\#166](https://github.com/riemann/riemann-tools/issues/166)
68
+ - Is riemann-docker not support disk I/O and net I/O monitoring? [\#162](https://github.com/riemann/riemann-tools/issues/162)
69
+
70
+ **Merged pull requests:**
71
+
72
+ - Add exception handling [\#167](https://github.com/riemann/riemann-tools/pull/167) ([rogeruiz](https://github.com/rogeruiz))
73
+ - Update riemann-proc [\#165](https://github.com/riemann/riemann-tools/pull/165) ([knackjax](https://github.com/knackjax))
74
+ - JSON dependency version set to ~\> 1.8 [\#163](https://github.com/riemann/riemann-tools/pull/163) ([markdingram](https://github.com/markdingram))
75
+
76
+ ## [0.2.11](https://github.com/riemann/riemann-tools/tree/0.2.11) (2016-12-04)
77
+
78
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.10...0.2.11)
79
+
80
+ **Closed issues:**
81
+
82
+ - Docker image to run riemann-tools [\#164](https://github.com/riemann/riemann-tools/issues/164)
83
+ - riemann-varnish error [\#158](https://github.com/riemann/riemann-tools/issues/158)
84
+
85
+ **Merged pull requests:**
86
+
87
+ - Corrected kvm running instance count [\#161](https://github.com/riemann/riemann-tools/pull/161) ([TheBigfoot](https://github.com/TheBigfoot))
88
+ - fix typo [\#160](https://github.com/riemann/riemann-tools/pull/160) ([david-resnick](https://github.com/david-resnick))
89
+ - Adding basic s3 bucket metrics [\#159](https://github.com/riemann/riemann-tools/pull/159) ([peterneubauer](https://github.com/peterneubauer))
90
+ - Modified aws-rds-status and aws-sqs-status to default to IAM profile … [\#157](https://github.com/riemann/riemann-tools/pull/157) ([gorandev](https://github.com/gorandev))
91
+ - Create riemann-chronos based on riemann-marathon [\#156](https://github.com/riemann/riemann-tools/pull/156) ([pdericson](https://github.com/pdericson))
92
+ - Riemann Aws ELB: send 0 metric on empty result [\#155](https://github.com/riemann/riemann-tools/pull/155) ([krakatoa](https://github.com/krakatoa))
93
+ - Make riemann-docker multithreaded [\#154](https://github.com/riemann/riemann-tools/pull/154) ([gfv](https://github.com/gfv))
94
+
95
+ ## [0.2.10](https://github.com/riemann/riemann-tools/tree/0.2.10) (2016-03-01)
96
+
97
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.9...0.2.10)
98
+
99
+ **Closed issues:**
100
+
101
+ - Riemann health stopped updating disk usage [\#148](https://github.com/riemann/riemann-tools/issues/148)
102
+ - Load average on AWS does not divide by number of cores [\#97](https://github.com/riemann/riemann-tools/issues/97)
103
+
104
+ **Merged pull requests:**
105
+
106
+ - Fixed issue with static disk monitoring [\#153](https://github.com/riemann/riemann-tools/pull/153) ([jamtur01](https://github.com/jamtur01))
107
+ - correctly call is\_bad? method [\#151](https://github.com/riemann/riemann-tools/pull/151) ([anho](https://github.com/anho))
108
+
109
+ ## [0.2.9](https://github.com/riemann/riemann-tools/tree/0.2.9) (2016-02-20)
110
+
111
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.8...0.2.9)
112
+
113
+ **Closed issues:**
114
+
115
+ - Build a new gem file and publish [\#139](https://github.com/riemann/riemann-tools/issues/139)
116
+ - Dependency net-ssh \>= 3 requires ruby 2.0 [\#126](https://github.com/riemann/riemann-tools/issues/126)
117
+
118
+ **Merged pull requests:**
119
+
120
+ - Create ISSUE\_TEMPLATE.md [\#149](https://github.com/riemann/riemann-tools/pull/149) ([jamtur01](https://github.com/jamtur01))
121
+ - Improved riemann-proc [\#147](https://github.com/riemann/riemann-tools/pull/147) ([ktf](https://github.com/ktf))
122
+ - gather some simple metrics on query and fetch time [\#144](https://github.com/riemann/riemann-tools/pull/144) ([anho](https://github.com/anho))
123
+ - Release 0.2.8 [\#140](https://github.com/riemann/riemann-tools/pull/140) ([jamtur01](https://github.com/jamtur01))
124
+
125
+ ## [0.2.8](https://github.com/riemann/riemann-tools/tree/0.2.8) (2016-02-09)
126
+
127
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.7...0.2.8)
128
+
129
+ **Closed issues:**
130
+
131
+ - problem sending tags [\#135](https://github.com/riemann/riemann-tools/issues/135)
132
+ - exclude iso9660 filesystems from riemann-health. [\#127](https://github.com/riemann/riemann-tools/issues/127)
133
+ - riemann-docker-health [\#119](https://github.com/riemann/riemann-tools/issues/119)
134
+ - make tags additive to CLI tags [\#99](https://github.com/riemann/riemann-tools/issues/99)
135
+ - Split repository [\#61](https://github.com/riemann/riemann-tools/issues/61)
136
+
137
+ **Merged pull requests:**
138
+
139
+ - Fixes \#127 - Excludes ISO9660 filesystems from riemann-health [\#145](https://github.com/riemann/riemann-tools/pull/145) ([jamtur01](https://github.com/jamtur01))
140
+ - Fixes \#99 - Additive tags [\#143](https://github.com/riemann/riemann-tools/pull/143) ([jamtur01](https://github.com/jamtur01))
141
+ - Updates to gems [\#141](https://github.com/riemann/riemann-tools/pull/141) ([jamtur01](https://github.com/jamtur01))
142
+ - Added tools split out back into the repo [\#138](https://github.com/riemann/riemann-tools/pull/138) ([jamtur01](https://github.com/jamtur01))
143
+ - Separate HAproxy's server state from server metrics [\#137](https://github.com/riemann/riemann-tools/pull/137) ([dobrinov](https://github.com/dobrinov))
144
+ - Splits out individual programs to GitHub Riemann org [\#136](https://github.com/riemann/riemann-tools/pull/136) ([jamtur01](https://github.com/jamtur01))
145
+ - Enable riemann-elb-metrics to use IAM Instance profile [\#133](https://github.com/riemann/riemann-tools/pull/133) ([iramello](https://github.com/iramello))
146
+ - Avoid event to expire before we actually check again [\#132](https://github.com/riemann/riemann-tools/pull/132) ([ktf](https://github.com/ktf))
147
+ - Use conventional state "ok" in place of "green" [\#131](https://github.com/riemann/riemann-tools/pull/131) ([ktf](https://github.com/ktf))
148
+ - Corrects a typo when specifying dependencies. [\#130](https://github.com/riemann/riemann-tools/pull/130) ([yundt](https://github.com/yundt))
149
+ - Add Marathon watcher [\#129](https://github.com/riemann/riemann-tools/pull/129) ([ktf](https://github.com/ktf))
150
+ - Add Mesos metrics watcher [\#128](https://github.com/riemann/riemann-tools/pull/128) ([ktf](https://github.com/ktf))
151
+ - RFC : Riemann-consul : Sends consul services status to riemann [\#125](https://github.com/riemann/riemann-tools/pull/125) ([shanielh](https://github.com/shanielh))
152
+ - Riemann-docker-health : Multiple changes [\#124](https://github.com/riemann/riemann-tools/pull/124) ([shanielh](https://github.com/shanielh))
153
+ - Fix/str maybe nil [\#123](https://github.com/riemann/riemann-tools/pull/123) ([jsvisa](https://github.com/jsvisa))
154
+ - Added AWS SQS monitor [\#121](https://github.com/riemann/riemann-tools/pull/121) ([krakatoa](https://github.com/krakatoa))
155
+ - Added docker-health tool [\#120](https://github.com/riemann/riemann-tools/pull/120) ([shanielh](https://github.com/shanielh))
156
+ - riemann-freeswitch sends number of threads used by Freeswitch [\#118](https://github.com/riemann/riemann-tools/pull/118) ([krakatoa](https://github.com/krakatoa))
157
+ - Change the way `ioreqs` metric is handled [\#117](https://github.com/riemann/riemann-tools/pull/117) ([pariviere](https://github.com/pariviere))
158
+ - add option to specify a proxied path prefix [\#115](https://github.com/riemann/riemann-tools/pull/115) ([peterneubauer](https://github.com/peterneubauer))
159
+
160
+ ## [0.2.7](https://github.com/riemann/riemann-tools/tree/0.2.7) (2015-07-17)
161
+
162
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.6...0.2.7)
163
+
164
+ ## [0.2.6](https://github.com/riemann/riemann-tools/tree/0.2.6) (2015-04-21)
165
+
166
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.5...0.2.6)
167
+
168
+ **Closed issues:**
169
+
170
+ - Error in riemann-net when new interfaces are added [\#112](https://github.com/riemann/riemann-tools/issues/112)
171
+ - riemann-varnish not working with Varnish 4+ [\#104](https://github.com/riemann/riemann-tools/issues/104)
172
+ - Riemann-health not working on Ubuntu 14.10 x64 vmlinuz-3.16.0-28-generic [\#103](https://github.com/riemann/riemann-tools/issues/103)
173
+ - Make riemann-rabbitmq honor even SSL connections [\#101](https://github.com/riemann/riemann-tools/issues/101)
174
+
175
+ **Merged pull requests:**
176
+
177
+ - Send out "expired" state when riemann-net stops seeing an interface [\#114](https://github.com/riemann/riemann-tools/pull/114) ([md5](https://github.com/md5))
178
+ - Skip network metric comparison for newly added interfaces [\#113](https://github.com/riemann/riemann-tools/pull/113) ([md5](https://github.com/md5))
179
+ - riemann-proc alerts output which processes matched [\#111](https://github.com/riemann/riemann-tools/pull/111) ([tcrayford](https://github.com/tcrayford))
180
+ - abort if no DB specified [\#110](https://github.com/riemann/riemann-tools/pull/110) ([peterneubauer](https://github.com/peterneubauer))
181
+ - Adding monitoring of an RDS instance [\#109](https://github.com/riemann/riemann-tools/pull/109) ([peterneubauer](https://github.com/peterneubauer))
182
+ - Added NTP statistics collector [\#108](https://github.com/riemann/riemann-tools/pull/108) ([jamtur01](https://github.com/jamtur01))
183
+ - Fixed failed comparison of Fixnum with True [\#107](https://github.com/riemann/riemann-tools/pull/107) ([iramello](https://github.com/iramello))
184
+ - in my rabbitmq instance, it seems there is \['messages\_ready'\] missing on... [\#106](https://github.com/riemann/riemann-tools/pull/106) ([peterneubauer](https://github.com/peterneubauer))
185
+ - Added check and switch for Varnish 4 [\#105](https://github.com/riemann/riemann-tools/pull/105) ([jamtur01](https://github.com/jamtur01))
186
+
187
+ ## [0.2.5](https://github.com/riemann/riemann-tools/tree/0.2.5) (2015-01-26)
188
+
189
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.3...0.2.5)
190
+
191
+ **Merged pull requests:**
192
+
193
+ - Adding support for https connection [\#102](https://github.com/riemann/riemann-tools/pull/102) ([peterneubauer](https://github.com/peterneubauer))
194
+ - Adds monitoring a folder based on its number of files [\#100](https://github.com/riemann/riemann-tools/pull/100) ([iramello](https://github.com/iramello))
195
+ - add directory space use monitoring [\#96](https://github.com/riemann/riemann-tools/pull/96) ([tcrayford](https://github.com/tcrayford))
196
+
197
+ ## [0.2.3](https://github.com/riemann/riemann-tools/tree/0.2.3) (2015-01-06)
198
+
199
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.2...0.2.3)
200
+
201
+ **Merged pull requests:**
202
+
203
+ - Add CLI status check [\#95](https://github.com/riemann/riemann-tools/pull/95) ([default50](https://github.com/default50))
204
+ - Add support for reporting current number of conferences in riemann-freeswitch [\#94](https://github.com/riemann/riemann-tools/pull/94) ([default50](https://github.com/default50))
205
+ - Monitor RabbitMQ queue sizes and node memory/disk health [\#93](https://github.com/riemann/riemann-tools/pull/93) ([mpalmer](https://github.com/mpalmer))
206
+ - Alert if there are any outstanding partition transfers [\#92](https://github.com/riemann/riemann-tools/pull/92) ([mpalmer](https://github.com/mpalmer))
207
+ - Avoid failure if process checked user is different from riemann agent. [\#91](https://github.com/riemann/riemann-tools/pull/91) ([default50](https://github.com/default50))
208
+ - Riemann freeswitch [\#90](https://github.com/riemann/riemann-tools/pull/90) ([default50](https://github.com/default50))
209
+ - Add support for some extra Riak stats [\#89](https://github.com/riemann/riemann-tools/pull/89) ([algernon](https://github.com/algernon))
210
+ - Correct comment in riemann-net [\#88](https://github.com/riemann/riemann-tools/pull/88) ([danielcompton](https://github.com/danielcompton))
211
+ - Fixed broken memory calculation for OSX Mavericks [\#87](https://github.com/riemann/riemann-tools/pull/87) ([Kungi](https://github.com/Kungi))
212
+ - Fix typo in riemann-health [\#86](https://github.com/riemann/riemann-tools/pull/86) ([jsyrjala](https://github.com/jsyrjala))
213
+
214
+ ## [0.2.2](https://github.com/riemann/riemann-tools/tree/0.2.2) (2014-06-30)
215
+
216
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.1...0.2.2)
217
+
218
+ **Closed issues:**
219
+
220
+ - Elasticsearch tool gives error NoMethodError undefined method `URI' [\#84](https://github.com/riemann/riemann-tools/issues/84)
221
+
222
+ **Merged pull requests:**
223
+
224
+ - one-character fix: Make riemann-aws-billing work again [\#85](https://github.com/riemann/riemann-tools/pull/85) ([benley](https://github.com/benley))
225
+ - Fix for latest riemann-client changes [\#83](https://github.com/riemann/riemann-tools/pull/83) ([eric](https://github.com/eric))
226
+ - riemann proc regex should quote args to grep [\#82](https://github.com/riemann/riemann-tools/pull/82) ([tcrayford](https://github.com/tcrayford))
227
+ - riemann-redis migrated to https://github.com/riemann/riemann-redis [\#81](https://github.com/riemann/riemann-tools/pull/81) ([fborgnia](https://github.com/fborgnia))
228
+
229
+ ## [0.2.1](https://github.com/riemann/riemann-tools/tree/0.2.1) (2014-03-26)
230
+
231
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.2.0...0.2.1)
232
+
233
+ **Merged pull requests:**
234
+
235
+ - Update FreeBSD load average for 1 min [\#79](https://github.com/riemann/riemann-tools/pull/79) ([xaque208](https://github.com/xaque208))
236
+ - Added riemann-varnish collector script [\#77](https://github.com/riemann/riemann-tools/pull/77) ([pradeepchhetri](https://github.com/pradeepchhetri))
237
+ - allow dashes in diskstats volume names to support lvm volumes like "dm-0" [\#75](https://github.com/riemann/riemann-tools/pull/75) ([cmerrick](https://github.com/cmerrick))
238
+ - rieman-tools aws billing [\#74](https://github.com/riemann/riemann-tools/pull/74) ([jespada](https://github.com/jespada))
239
+ - Added basic metric monitoring for zookeeper [\#73](https://github.com/riemann/riemann-tools/pull/73) ([aterreno](https://github.com/aterreno))
240
+
241
+ ## [0.2.0](https://github.com/riemann/riemann-tools/tree/0.2.0) (2014-01-23)
242
+
243
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.1.9...0.2.0)
244
+
245
+ **Closed issues:**
246
+
247
+ - riemann-net stopped working with beefcake version 0.4.0 [\#70](https://github.com/riemann/riemann-tools/issues/70)
248
+ - riemann-riak fails to detect if riak is down [\#54](https://github.com/riemann/riemann-tools/issues/54)
249
+
250
+ **Merged pull requests:**
251
+
252
+ - Add Apache Httpd Metrics [\#72](https://github.com/riemann/riemann-tools/pull/72) ([dmichel1](https://github.com/dmichel1))
253
+
254
+ ## [0.1.9](https://github.com/riemann/riemann-tools/tree/0.1.9) (2013-12-10)
255
+
256
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.1.8...0.1.9)
257
+
258
+ **Merged pull requests:**
259
+
260
+ - Dup service in riemann-net, work around frozen str [\#69](https://github.com/riemann/riemann-tools/pull/69) ([gsandie](https://github.com/gsandie))
261
+ - workaround for beefcake frozen string issue [\#68](https://github.com/riemann/riemann-tools/pull/68) ([maxnewbould](https://github.com/maxnewbould))
262
+
263
+ ## [0.1.8](https://github.com/riemann/riemann-tools/tree/0.1.8) (2013-11-11)
264
+
265
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.1.6...0.1.8)
266
+
267
+ ## [0.1.6](https://github.com/riemann/riemann-tools/tree/0.1.6) (2013-11-11)
268
+
269
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.1.7...0.1.6)
270
+
271
+ **Closed issues:**
272
+
273
+ - riemann-redis run\_id can be infinity [\#65](https://github.com/riemann/riemann-tools/issues/65)
274
+ - License missing from gemspec [\#64](https://github.com/riemann/riemann-tools/issues/64)
275
+ - riemann-health EMSGSIZE Message too long - sendto\(2\) on OSX [\#16](https://github.com/riemann/riemann-tools/issues/16)
276
+ - add riemann-cloudwatch [\#9](https://github.com/riemann/riemann-tools/issues/9)
277
+
278
+ **Merged pull requests:**
279
+
280
+ - Add a license and description to the rakefile [\#67](https://github.com/riemann/riemann-tools/pull/67) ([gsandie](https://github.com/gsandie))
281
+ - Set run\_id property to zero [\#66](https://github.com/riemann/riemann-tools/pull/66) ([gsandie](https://github.com/gsandie))
282
+
283
+ ## [0.1.7](https://github.com/riemann/riemann-tools/tree/0.1.7) (2013-10-18)
284
+
285
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.1.5...0.1.7)
286
+
287
+ **Closed issues:**
288
+
289
+ - riemann-riak error when adding tag [\#62](https://github.com/riemann/riemann-tools/issues/62)
290
+
291
+ **Merged pull requests:**
292
+
293
+ - add riemann-proc running process counter [\#63](https://github.com/riemann/riemann-tools/pull/63) ([cmerrick](https://github.com/cmerrick))
294
+
295
+ ## [0.1.5](https://github.com/riemann/riemann-tools/tree/0.1.5) (2013-10-15)
296
+
297
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.1.3...0.1.5)
298
+
299
+ **Closed issues:**
300
+
301
+ - Ripe new release? [\#59](https://github.com/riemann/riemann-tools/issues/59)
302
+
303
+ **Merged pull requests:**
304
+
305
+ - Riemann mysql client [\#60](https://github.com/riemann/riemann-tools/pull/60) ([fborgnia](https://github.com/fborgnia))
306
+ - Feature/riemann fd [\#58](https://github.com/riemann/riemann-tools/pull/58) ([ainsleyc](https://github.com/ainsleyc))
307
+ - Set the executable bit on riemann elb metrics [\#57](https://github.com/riemann/riemann-tools/pull/57) ([gsandie](https://github.com/gsandie))
308
+ - First pass at pulling metrics from AWS ELBs [\#56](https://github.com/riemann/riemann-tools/pull/56) ([gsandie](https://github.com/gsandie))
309
+ - Fix small problems in riemann elasticsearch [\#55](https://github.com/riemann/riemann-tools/pull/55) ([gsandie](https://github.com/gsandie))
310
+ - Reauthenticate redis on reconnections [\#53](https://github.com/riemann/riemann-tools/pull/53) ([gsandie](https://github.com/gsandie))
311
+ - Riemann rabbitmq - real basic rabbitmq metrics [\#52](https://github.com/riemann/riemann-tools/pull/52) ([gsandie](https://github.com/gsandie))
312
+ - pass redis info fields' string value in status field [\#51](https://github.com/riemann/riemann-tools/pull/51) ([narrative-joe](https://github.com/narrative-joe))
313
+ - Add health status to riemann nginx [\#50](https://github.com/riemann/riemann-tools/pull/50) ([gsandie](https://github.com/gsandie))
314
+ - Report ok when resmon connection is working [\#49](https://github.com/riemann/riemann-tools/pull/49) ([gsandie](https://github.com/gsandie))
315
+ - Add a simple elastic search check [\#48](https://github.com/riemann/riemann-tools/pull/48) ([gsandie](https://github.com/gsandie))
316
+ - Add SSL support for riemann-riak [\#46](https://github.com/riemann/riemann-tools/pull/46) ([supersix4our](https://github.com/supersix4our))
317
+ - resmon: don't send metrics as strings [\#45](https://github.com/riemann/riemann-tools/pull/45) ([goblin](https://github.com/goblin))
318
+ - Add missing tx errors to riemann-net [\#44](https://github.com/riemann/riemann-tools/pull/44) ([gsandie](https://github.com/gsandie))
319
+
320
+ ## [0.1.3](https://github.com/riemann/riemann-tools/tree/0.1.3) (2013-05-28)
321
+
322
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.1.2...0.1.3)
323
+
324
+ **Closed issues:**
325
+
326
+ - riemann-kvminstance\(s\) duplicate scripts [\#34](https://github.com/riemann/riemann-tools/issues/34)
327
+
328
+ **Merged pull requests:**
329
+
330
+ - Remove dead code [\#43](https://github.com/riemann/riemann-tools/pull/43) ([lwf](https://github.com/lwf))
331
+ - Handle timeouts [\#42](https://github.com/riemann/riemann-tools/pull/42) ([lwf](https://github.com/lwf))
332
+ - Allow riemann resmon to use hostname or FQDN for events [\#41](https://github.com/riemann/riemann-tools/pull/41) ([gsandie](https://github.com/gsandie))
333
+ - Remove duplicated file riemann-kvminstances. [\#39](https://github.com/riemann/riemann-tools/pull/39) ([default50](https://github.com/default50))
334
+ - Add ability to add attributes from CLI [\#38](https://github.com/riemann/riemann-tools/pull/38) ([lwf](https://github.com/lwf))
335
+
336
+ ## [0.1.2](https://github.com/riemann/riemann-tools/tree/0.1.2) (2013-04-30)
337
+
338
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/0.0.9...0.1.2)
339
+
340
+ **Closed issues:**
341
+
342
+ - riemann-nginx? [\#31](https://github.com/riemann/riemann-tools/issues/31)
343
+ - Commit \#7de2572ccace567d90e555415498c2325bb8d87f seems to have borked how the hostname get's sent [\#22](https://github.com/riemann/riemann-tools/issues/22)
344
+
345
+ **Merged pull requests:**
346
+
347
+ - allow dynamic setting of riak cookie field [\#37](https://github.com/riemann/riemann-tools/pull/37) ([Bhuwan](https://github.com/Bhuwan))
348
+ - Fixed two bugs: [\#36](https://github.com/riemann/riemann-tools/pull/36) ([default50](https://github.com/default50))
349
+ - Adding reporting capabilities for FreeSWITCH calls and channels. [\#35](https://github.com/riemann/riemann-tools/pull/35) ([default50](https://github.com/default50))
350
+ - riemann-nginx-status [\#33](https://github.com/riemann/riemann-tools/pull/33) ([BrianHicks](https://github.com/BrianHicks))
351
+ - Typo, @httpstats -\> @httpstatus [\#32](https://github.com/riemann/riemann-tools/pull/32) ([jegt](https://github.com/jegt))
352
+ - Add a Redis SLOWLOG client [\#30](https://github.com/riemann/riemann-tools/pull/30) ([inkel](https://github.com/inkel))
353
+ - Improve riemann-redis client [\#29](https://github.com/riemann/riemann-tools/pull/29) ([inkel](https://github.com/inkel))
354
+ - Riemann aws-status [\#28](https://github.com/riemann/riemann-tools/pull/28) ([gsandie](https://github.com/gsandie))
355
+ - Allow seperate health checks [\#27](https://github.com/riemann/riemann-tools/pull/27) ([gsandie](https://github.com/gsandie))
356
+ - Fix incorrect resmon host vars [\#26](https://github.com/riemann/riemann-tools/pull/26) ([gsandie](https://github.com/gsandie))
357
+ - Riemann resmon improvements [\#25](https://github.com/riemann/riemann-tools/pull/25) ([gsandie](https://github.com/gsandie))
358
+ - Added a plugin for Resmon [\#24](https://github.com/riemann/riemann-tools/pull/24) ([goblin](https://github.com/goblin))
359
+ - Update host-val with even-host only if really set [\#23](https://github.com/riemann/riemann-tools/pull/23) ([bipthelin](https://github.com/bipthelin))
360
+ - Fallback to riak-admin if nothing else works [\#21](https://github.com/riemann/riemann-tools/pull/21) ([bipthelin](https://github.com/bipthelin))
361
+ - Default event hostname [\#20](https://github.com/riemann/riemann-tools/pull/20) ([timshadel](https://github.com/timshadel))
362
+ - Add memcached monitoring support for riemann-tools. [\#19](https://github.com/riemann/riemann-tools/pull/19) ([fcuny](https://github.com/fcuny))
363
+ - Typo in rieman-riak using :servie instead of :service [\#18](https://github.com/riemann/riemann-tools/pull/18) ([dgtized](https://github.com/dgtized))
364
+ - Add riemann-aws-status [\#13](https://github.com/riemann/riemann-tools/pull/13) ([lwf](https://github.com/lwf))
365
+
366
+ ## [0.0.9](https://github.com/riemann/riemann-tools/tree/0.0.9) (2012-12-08)
367
+
368
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/version-0.0.2...0.0.9)
369
+
370
+ **Merged pull requests:**
371
+
372
+ - fix overflowing text from ps by swapping args for comm [\#17](https://github.com/riemann/riemann-tools/pull/17) ([dch](https://github.com/dch))
373
+ - Fix darwin cpu usage. Show used cpu instead of idle [\#15](https://github.com/riemann/riemann-tools/pull/15) ([henrikno](https://github.com/henrikno))
374
+ - Fix core count on darwin [\#14](https://github.com/riemann/riemann-tools/pull/14) ([henrikno](https://github.com/henrikno))
375
+ - Add riemann-diskstats [\#12](https://github.com/riemann/riemann-tools/pull/12) ([lwf](https://github.com/lwf))
376
+ - Reflect each haproxy config as its own unique status [\#11](https://github.com/riemann/riemann-tools/pull/11) ([perezd](https://github.com/perezd))
377
+ - allow for a commandline configurable TTL. [\#10](https://github.com/riemann/riemann-tools/pull/10) ([perezd](https://github.com/perezd))
378
+ - add host properties to cloudant, haproxy, redis. [\#8](https://github.com/riemann/riemann-tools/pull/8) ([perezd](https://github.com/perezd))
379
+ - adds Cloudant.com shared cluster load balancer statistics/monitoring support [\#7](https://github.com/riemann/riemann-tools/pull/7) ([perezd](https://github.com/perezd))
380
+ - adds haproxy statistics monitoring support for riemann. [\#6](https://github.com/riemann/riemann-tools/pull/6) ([perezd](https://github.com/perezd))
381
+ - adds redis monitoring support to riemann-tools. [\#5](https://github.com/riemann/riemann-tools/pull/5) ([perezd](https://github.com/perezd))
382
+ - Prevent riemann-health from failing to report memory on OpenVZ virtual machines.  [\#4](https://github.com/riemann/riemann-tools/pull/4) ([mindreframer](https://github.com/mindreframer))
383
+ - added a script to report kvm instances running on a host [\#3](https://github.com/riemann/riemann-tools/pull/3) ([wjimenez5271](https://github.com/wjimenez5271))
384
+ - Add --tag option to specify tags [\#2](https://github.com/riemann/riemann-tools/pull/2) ([lwf](https://github.com/lwf))
385
+ - add freebsd and darwin support to riemann-health [\#1](https://github.com/riemann/riemann-tools/pull/1) ([joecaswell](https://github.com/joecaswell))
386
+
387
+ ## [version-0.0.2](https://github.com/riemann/riemann-tools/tree/version-0.0.2) (2012-04-17)
388
+
389
+ [Full Changelog](https://github.com/riemann/riemann-tools/compare/4970399184a9dbec5f4aa247ccfde43b2b9e0dbc...version-0.0.2)
390
+
391
+
392
+
393
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ # Specify your gem's dependencies in riemann-tools.gemspec
6
+ gemspec
data/ISSUE_TEMPLATE.md ADDED
@@ -0,0 +1,15 @@
1
+ ## Issue
2
+
3
+ What's the issue...?
4
+
5
+ ### What's your riemann-tools version?
6
+
7
+ To find out use:
8
+
9
+ ```bash
10
+ gem list --local riemann-tools
11
+ ```
12
+
13
+ ### What platform are you on?
14
+
15
+ Operating system, version.
data/README.markdown CHANGED
@@ -7,7 +7,9 @@ Riemann-health, for example, submits events about the current CPU, load,
7
7
  memory, and disk use. Also available is `riemann-bench`, which submits
8
8
  randomly distributed metrics for load testing.
9
9
 
10
- [![Gem Version](https://badge.fury.io/rb/riemann-tools.svg)](https://badge.fury.io/rb/riemann-tools)
10
+ [![Gem Version](https://badge.fury.io/rb/riemann-tools.svg)](https://badge.fury.io/rb/riemann-tools) [![CI](https://github.com/riemann/riemann-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/riemann/riemann-tools/actions/workflows/ci.yml)
11
+
12
+
11
13
 
12
14
  Get started
13
15
  ===========
@@ -16,6 +18,7 @@ Get started
16
18
  gem install riemann-tools
17
19
  riemann-health --host my.riemann.server
18
20
  ```
21
+
19
22
  Riemann-tools programs
20
23
  ======================
21
24
 
@@ -71,6 +74,16 @@ To install the AWS tools.
71
74
  There are also a number of additional, stand-alone tools, contained in
72
75
  the [Riemann GitHub account](https://github.com/riemann/).
73
76
 
77
+ Docker Images
78
+ =============
79
+
80
+ You can find Docker images for the tools [here](https://hub.docker.com/u/riemannio/dashboard/).
81
+
82
+ Build status
83
+ ============
84
+
85
+ [![Build Status](https://travis-ci.com/riemann/riemann-tools.svg?branch=master)](https://travis-ci.com/riemann/riemann-tools)
86
+
74
87
  License
75
88
  =======
76
89
 
data/Rakefile ADDED
@@ -0,0 +1,21 @@
1
+ require 'riemann/tools/version'
2
+
3
+ require 'bundler/gem_tasks'
4
+
5
+ require 'github_changelog_generator/task'
6
+
7
+ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
8
+ config.user = 'riemann'
9
+ config.project = 'riemann-tools'
10
+ config.exclude_labels = ['skip-changelog']
11
+ config.future_release = Riemann::Tools::VERSION
12
+ end
13
+
14
+ desc 'Recursively build all gems'
15
+ task :rbuild do
16
+ Dir.glob("tools/**") do |dir|
17
+ Dir.chdir(dir)
18
+ sh 'rake gem'
19
+ Dir.chdir("../..")
20
+ end
21
+ end
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ Process.setproctitle($0)
2
3
 
3
4
  # Collects Apache metrics and submits them to Riemann
4
5
  # More information can be found at http://httpd.apache.org/docs/2.4/mod/mod_status.html
data/bin/riemann-bench CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ Process.setproctitle($0)
2
3
 
3
4
  # Connects to a server (first arg) and populates it with a constant stream of
4
5
  # events for testing.
data/bin/riemann-cloudant CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ Process.setproctitle($0)
2
3
 
3
4
  # Gathers load balancer statistics from Cloudant.com (shared cluster) and submits them to Riemann.
4
5