Sha256: ffb43af125e57185d6f8c65b10bc05d5025204c66f5636fb644aff4429fabc10
Contents?: true
Size: 500 Bytes
Versions: 75
Compression:
Stored size: 500 Bytes
Contents
<% @path = "/var/www/rubber-web-tools-monit.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 Monit Admin</title> </head> <body> <h1>Rubber Monit Admin</h1> <% rubber_instances.sort {|a,b| a.name <=> b.name }.each do |ic| %> <li><a href="/monit_<%= ic.name %>/">Monit <%= ic.name %></a></li> <% end %> </body> </html>
Version data entries
75 entries across 75 versions & 1 rubygems