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