#
-# Cookbook Name:: munin
+# Cookbook:: munin
# Recipe:: server
#
-# Copyright 2010, OpenStreetMap Foundation
+# Copyright:: 2010, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
mode 0o755
end
-# simple shell script to dump RRD data to a file
-cookbook_file "/usr/local/bin/rrddump" do
- source "rrddump.sh"
- owner "root"
- group "root"
- mode 0o755
-end
-
-template "/etc/cron.d/rrddump" do
- source "rrddump.cron.erb"
- owner "root"
- group "root"
- mode 0o755
-end
-
munin_plugin "munin_stats"
munin_plugin "munin_update"
munin_plugin "munin_rrdcached"