X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c307ef550f5c5c6e7c8be3ad7d85d3815e0ed0ca..HEAD:/cookbooks/ntp/recipes/default.rb diff --git a/cookbooks/ntp/recipes/default.rb b/cookbooks/ntp/recipes/default.rb index 3a9b0bb8b..9a15297f0 100644 --- a/cookbooks/ntp/recipes/default.rb +++ b/cookbooks/ntp/recipes/default.rb @@ -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