Index: /ccsd/private/templates/host/rrdbot/rrdbot_conf.tmpl
===================================================================
--- /ccsd/private/templates/host/rrdbot/rrdbot_conf.tmpl	(revision 1410)
+++ /ccsd/private/templates/host/rrdbot/rrdbot_conf.tmpl	(revision 1411)
@@ -52,4 +52,10 @@
         archive = %clas["archive"]
     !end if
+    !if %clas["upper_bound"] != '':
+        upper_bound = %clas["upper_bound"]
+    !end if
+    !if %clas["lower_bound"] != '':
+        lower_bound = %clas["lower_bound"]
+    !end if
     
     !for %var in %clas["variables"]
@@ -78,4 +84,10 @@
             archive = %sub["archive"]
         !end if
+        !if %sub["upper_bound"] != '':
+            upper_bound = %sub["upper_bound"]
+        !end if
+        !if %sub["lower_bound"] != '':
+            lower_bound = %sub["lower_bound"]
+        !end if
 
         !for %var in %sub["variables"]
