Sha256: e38f5751cc425e1ef3cb5160966a9ab9c29e69249125808b9e1528280abca35c
Contents?: true
Size: 237 Bytes
Versions: 14
Compression:
Stored size: 237 Bytes
Contents
require 'net/ping' interval 60 default[:host] = "localhost" collect do event( :service => "ping icmp #{plugin.host}", :state => ::Net::Ping::External.new(ip).ping, :description => "ping icmp host: #{plugin.host}" ) end
Version data entries
14 entries across 14 versions & 1 rubygems