[Checkins] SVN: Products.ZNagios/trunk/Products/ZNagios/munin_client.py correct label since it's not always the main db now

David Glick davidglick at onenw.org
Mon Mar 14 16:04:50 EDT 2011


Log message for revision 120922:
  correct label since it's not always the main db now

Changed:
  U   Products.ZNagios/trunk/Products/ZNagios/munin_client.py

-=-
Modified: Products.ZNagios/trunk/Products/ZNagios/munin_client.py
===================================================================
--- Products.ZNagios/trunk/Products/ZNagios/munin_client.py	2011-03-14 19:54:40 UTC (rev 120921)
+++ Products.ZNagios/trunk/Products/ZNagios/munin_client.py	2011-03-14 20:04:49 UTC (rev 120922)
@@ -137,7 +137,7 @@
 
     key = 'db-bytes'
     name = 'database_size'
-    title = 'Size of main Database'
+    title = 'Size of Database'
     vlabel = 'MB'
     cdef = '%s,1048576,/'
 



More information about the checkins mailing list