Sha256: 4522568df2d5c092e4ab71c0be0fca9a361ba3352214ce87433fb6d0d3268da7
Contents?: true
Size: 293 Bytes
Versions: 5
Compression:
Stored size: 293 Bytes
Contents
require 'zabbix_sender_legacy' identifier = 'UserProfileEventHistoryCount_Bin_0' value = 17579 zabbixSender = ZabbixSenderLegacy.from_config #puts zabbixSender result = zabbixSender.post("localhost", identifier, value) puts "send command to zabbix #{identifier} => #{value.to_s}: #{result}"
Version data entries
5 entries across 5 versions & 1 rubygems