Sha256: 3f2f4b0a1b78a376b24f3d7349b44b08faa3666d907118b2ab5c1fd7e6b2489b

Contents?: true

Size: 380 Bytes

Versions: 10

Compression:

Stored size: 380 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

Process.setproctitle($PROGRAM_NAME)

require 'riemann/tools/http_check'

raise("Ruby #{Riemann::Tools::HttpCheck::REQUIRED_RUBY_VERSION} or better is required for using riemann-http-check") unless Gem::Version.new(RUBY_VERSION) >= Gem::Version.new(Riemann::Tools::HttpCheck::REQUIRED_RUBY_VERSION)

Riemann::Tools::HttpCheck.run

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
riemann-tools-1.11.0 bin/riemann-http-check
riemann-tools-1.10.0 bin/riemann-http-check
riemann-tools-1.9.1 bin/riemann-http-check
riemann-tools-1.9.0 bin/riemann-http-check
riemann-tools-1.8.2 bin/riemann-http-check
riemann-tools-1.8.1 bin/riemann-http-check
riemann-tools-1.8.0 bin/riemann-http-check
riemann-tools-1.7.1 bin/riemann-http-check
riemann-tools-1.7.0 bin/riemann-http-check
riemann-tools-1.6.0 bin/riemann-http-check