Browse code

FIX: type check

Cinan Rakosnik authored on 16/12/2012 at 00:15:02
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@ module Rubysermon
22 22
 		end
23 23
 
24 24
 		def notify?
25
-			@cpu_load >= @options[:notify_threshold]
25
+			@cpu_load >= @options[:notify_threshold].to_i
26 26
 		end
27 27
 
28 28
 		def y_axis_name