Browse code

Extend module template

Cinan Rakosnik authored on 15/12/2012 at 23:15:43
Showing 1 changed files
... ...
@@ -16,6 +16,15 @@ module Rubysermon
16 16
 		def notify?
17 17
 			throw Rubysermon::ModTemplateException
18 18
 		end
19
+
20
+		def y_axis_name
21
+			throw Rubysermon::ModTemplateException
22
+		end
23
+
24
+		def graph_name
25
+			throw Rubysermon::ModTemplateException
26
+		end
27
+
19 28
 	end
20 29
 
21 30
 	class ModTemplateException < Exception