Displaying 1 result from an estimated 1 matches for "jport".
Did you mean:
port
2008 Jul 02
12
Module interaction and dependencies in Puppet (SNMP in particular)
...mmunity <%= community %> <%= ip %>
<% end %>
<% end %>
<% end %>
(I have no clue if that''s actually valid yet, I haven''t tested it).
Java SNMP (again, a class, should be a module) means I need to add lines like:
<% java_ports.each do |jport| %>
proxy -m /etc/java/JVM-MANAGEMENT-MIB.txt -v2c -c public
localhost:<%=jport%> .1.3.6.1.4.1.42.2.145
<% end %>
What''s giving me headaches is how I get all of these components to
play nicely. All servers will have basic SNMP enabled. HP managed
servers need the HP confi...