Merge pull request #7 from hpcloud-mon/feature/collector-plugin-improvements

Feature/collector plugin improvements
This commit is contained in:
David Schroeder 2014-06-26 10:13:13 -06:00
commit aaa670a5bd
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@ node.default[:mon_agent][:plugin][:host_alive][:init_config] = {
}
node.default[:mon_agent][:plugin][:host_alive][:instances][:api_with_ssh] = {
:name => "api_ssh_port"
:host_name => "192.168.10.4",
:alive_test => "ssh"
}
@ -56,6 +57,7 @@ node.default[:mon_agent][:plugin][:http_check][:instances][:monapi_health] = {
#}
#
#node.default[:mon_agent][:plugin][:nagios_wrapper][:instances][:check_disk] = {
# :name => "local_disk"
# :service_name => "disk",
# :check_command => "check_disk -w 15\\% -c 5\\% -A -i /srv/node",
# :check_interval => 300

View File

@ -3,6 +3,6 @@ maintainer "HP_Cloud_Monitoring"
maintainer_email "hpcs-mon@hp.com"
description "Installs/Configures mon-agent components"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.10"
version "1.0.11"
depends 'python'
recipe "mon_api::default", "Default"