]> granicus.if.org Git - pdns/commitdiff
follow the graphite namespace we use for the rest of pdnscontrol
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 3 Apr 2014 10:47:30 +0000 (12:47 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 3 Apr 2014 10:47:30 +0000 (12:47 +0200)
pdns/rec-carbon.cc

index 48056b0c3fb4b3cdf4b95e6cf29e87b534a66e3b..ba1eb06a02c272f40626b8ed8b9bbe6115b6a88f 100644 (file)
@@ -32,7 +32,7 @@ try
     hostname=tmp;
   }
   BOOST_FOREACH(const all_t::value_type& val, all) {
-    str<<"pdns.recursor."<<hostname<<"."<<val.first<<' '<<val.second<<' '<<now<<"\r\n";
+    str<<"pdns."<<hostname<<".recursor."<<val.first<<' '<<val.second<<' '<<now<<"\r\n";
   }
   const string msg = str.str();