Sha256: caff2f26484ace8a2cee601b81e0bf30ffb0b3ee00e1c45734ff359750c76802

Contents?: true

Size: 166 Bytes

Versions: 12

Compression:

Stored size: 166 Bytes

Contents

module Sample
  extend self

  def collect(*args)
    return ["localhost sample[foo] 123456789 42"]
  end

end

ZabbixRubyClient::Plugins.register('sample', Sample)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
zabbix-ruby-client-0.1.3 spec/files/plugins/sample.rb
zabbix-ruby-client-0.1.2 spec/files/plugins/sample.rb
zabbix-ruby-client-0.1.1 spec/files/plugins/sample.rb
zabbix-ruby-client-0.1.0 spec/files/plugins/sample.rb
zabbix-ruby-client-0.0.23 spec/files/plugins/sample.rb
zabbix-ruby-client-0.0.22 spec/files/plugins/sample.rb
zabbix-ruby-client-0.0.21 spec/files/plugins/sample.rb
zabbix-ruby-client-0.0.20 spec/files/plugins/sample.rb
zabbix-ruby-client-0.0.19 spec/files/plugins/sample.rb
zabbix-ruby-client-0.0.18 spec/files/plugins/sample.rb
zabbix-ruby-client-0.0.17 spec/files/plugins/sample.rb
zabbix-ruby-client-0.0.16 spec/files/plugins/sample.rb