Sha256: 5745b7c79aad7405b531f5b8331374da84a4593db40e23307b8d738f1afd8528

Contents?: true

Size: 1.02 KB

Versions: 11

Compression:

Stored size: 1.02 KB

Contents

<%
  @path = "/var/www/index.html"
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<title>Rubber Admin Tools</title>
	</head>
	<body>
		<h1>Rubber Admin Tools</h1>
		<ul>

      <li><a href="/munin/">Munin</a></li>

      <% if cruise_host = rubber_instances.for_role('cruise').first %>
        <li><a href="http://<%= cruise_host %>/cruise/">CruiseControl</a></li>
      <% end %>

		  <% rubber_instances.for_role('haproxy').sort {|a,b| a.name <=> b.name }.each do |ic| %>
		      <li><a href="/haproxy_<%= ic.name %>/">HAProxy <%= ic.name %></a></li>
		  <% end %>

      <% rubber_instances.sort {|a,b| a.name <=> b.name }.each do |ic| %>
          <li><a href="/monit_<%= ic.name %>/">Monit <%= ic.name %></a></li>
      <% end %>
      
      <% if resque_host = rubber_instances.for_role('resque').first %>
          <li><a href="/resque/">Resque</a></li>
      <% end %>

		</ul>
	</body>
</html>

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
axtro-rubber-1.2.3 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html
axtro-rubber-1.2.2 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html
rubber-1.3.2 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html
rubber-1.3.1 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html
rubber-1.3.0 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html
rubber-1.2.1 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html
axtro-rubber-1.2.1 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html
axtro-rubber-1.2.0 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html
rubber-1.2.0 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html
nirvdrum-rubber-1.1.7 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html
rubber-1.1.7 generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html