Sha256: 587a014e87082a3e201ce6f8006090fa124d33ab7c18a706d1a6487881c52566

Contents?: true

Size: 388 Bytes

Versions: 2

Compression:

Stored size: 388 Bytes

Contents

# encoding: utf-8

require 'spec_helper'
require "zabbix-ruby-client/plugins"
ZabbixRubyClient::Plugins.scan_dirs ["zabbix-ruby-client/plugins"]
require "zabbix-ruby-client/plugins/apache"

describe ZabbixRubyClient::Plugins::Apache do
  
  pending "gets the status page from localhost"
  pending "populate a hash with extracted data"
  pending "populate scores from scoreboard data"

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zabbix-ruby-client-0.0.17 spec/lib/plugins/apache_spec.rb
zabbix-ruby-client-0.0.16 spec/lib/plugins/apache_spec.rb