# File lib/backup/notifier/nagios.rb, line 22 def initialize(model, &block) super instance_eval(&block) if block_given? @nagios_host ||= Config.hostname @nagios_port ||= 5667 @service_name ||= "Backup #{ model.trigger }" @service_host ||= Config.hostname end
Generated with the Darkfish Rdoc Generator 2.