My Recent Pastes (183 and counting)
Pastes by defunkt (183 and counting)
Below are the 3 most recent pasties by defunkt.
October 16, 2006
4:20PM EDT
by defunkt
View all 35 lines
#!/bin/bash # # mongrel start|stop port # # this script was built specifically for monit
October 16, 2006
4:18PM EDT
by defunkt
View all 68 lines
set daemon 30 # Poll at 30 sec intervals set logfile /opt/rails/chow/production/shared/log/monit.log set pidfile /opt/rails/chow/production/shared/log/monit.pid set statefile /opt/rails/chow/production/shared/log/monit.state
October 12, 2006
4:18PM EDT
by defunkt
View all 7 lines
def valid_extensions @@valids ||= Regexp.new("\." + Extension.find(:all).map(&:name).join('|') + '$') end =====