]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/recipes/default.rb
Fix incorrect alert annotation
[chef.git] / cookbooks / ntp / recipes / default.rb
index 3a9b0bb8bc2fb2d4eb97a64d2a0fd34eb142a47e..9a15297f0e859612136885107123c170c8fc40c0 100644 (file)
@@ -17,7 +17,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-include_recipe "munin"
+include_recipe "prometheus"
 
 package %w[
   chrony
@@ -61,8 +61,6 @@ service "chrony" do
   action [:enable, :start]
 end
 
-munin_plugin "chrony"
-
 prometheus_exporter "chrony" do
   port 9123
 end