Sha256: db55fc9e4fdc7e7202bacca07e09b8fa33e21133db389e8c91b736b7c26dec36

Contents?: true

Size: 1.02 KB

Versions: 21

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>

      <% if File.exist?("/var/www/munin") %>
        <li><a href="/munin/">Munin</a></li>
      <% end %>

      <% 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').each do |ic| %>
		      <li><a href="/haproxy_<%= ic.name %>/">HAProxy <%= ic.name %></a></li>
		  <% end %>

      <% rubber_instances.each do |ic| %>
          <li><a href="/monit_<%= ic.name %>/">Monit <%= ic.name %></a></li>
      <% end %>

      <% if graphite_host = rubber_instances.for_role('graphite_web').first %>
          <li><a href="/graphite/">Graphite</a></li>
      <% end %>

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rubber-2.0.8 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.7 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.6 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.5 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.4 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.3 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.2 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.1 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre12 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre11 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre10 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre9 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre8 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre7 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre6 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre5 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre4 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre3 templates/nginx/config/rubber/role/web_tools/tools-index.html
rubber-2.0.0.pre2 templates/nginx/config/rubber/role/web_tools/tools-index.html