@@ -22,7 +22,7 @@ module Rubysermon
end
def notify?
- @cpu_load >= @options[:notify_threshold].to_i
+ @cpu_load >= @options[:notify_threshold].to_f
def graph_labels