Skip to content

Instantly share code, notes, and snippets.

Created July 11, 2013 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/5978753 to your computer and use it in GitHub Desktop.
Save anonymous/5978753 to your computer and use it in GitHub Desktop.
blah
node.default["rdc-sensu"]["metrics"]["cpu-metrics"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/cpu-metrics.rb"
node.default["rdc-sensu"]["metrics"]["cpu-percentage-metrics"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/cpu-pcnt-usage-metrics.rb"
node.default["rdc-sensu"]["metrics"]["disk-capacity-metrics"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/disk-capacity-metrics.rb"
node.default["rdc-sensu"]["metrics"]["disk-capacity-metrics"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/disk-capacity-metrics.rb"
node.default["rdc-sensu"]["metrics"]["disk-metrics"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/disk-metrics.rb"
node.default["rdc-sensu"]["metrics"]["interface-metrics"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/interface-metrics.rb"
node.default["rdc-sensu"]["metrics"]["iostat-extended-metrics"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/iostat-extended-metrics.rb"
node.default["rdc-sensu"]["metrics"]["iostat-metrics"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/iostat-metrics.rb"
node.default["rdc-sensu"]["metrics"]["load-metrics"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/load-metrics.rb"
node.default["rdc-sensu"]["metrics"]["memory-metrics"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/memory-metrics.rb"
node.default["rdc-sensu"]["metrics"]["vmstat-metric"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/system/vmstat-metrics.rb"
node.default["rdc-sensu"]["metrics"]["metrics-netstat-tcp"]["command"] = "#{node["rdc-sensu"]["community-plugin-path"]}/plugins/network/metrics-netstat-tcp.rb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment