Skip to content

Instantly share code, notes, and snippets.

@agent462
Created January 5, 2013 15:36
Show Gist options
  • Save agent462/4462122 to your computer and use it in GitHub Desktop.
Save agent462/4462122 to your computer and use it in GitHub Desktop.
example for irc
node_list = { :nodeip1 => "server1", :nodeip2 => "server2", etc }
node_list.each do |k,v|
if k == node["ip_address"]
node.set["zabbix_windows"]["agent"]["servers"] = v
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment