- bin/check-banner
- bin/check-multicast-groups
- bin/check-netstat-tcp
- bin/check-ping
- bin/check-ports
- bin/check-rbl
- bin/metrics-interface
- bin/metrics-net
- bin/metrics-netif
- bin/metrics-netstat-tcp
check-multicast-groups
{
"check-multicast-groups": [
["eth0", "224.2.2.4"]
]
}
Add the public key (if you haven’t already) as a trusted certificate
gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem)
gem install sensu-plugins-network-checks -P MediumSecurity
You can also download the key from /certs/ within each repository.
gem install sensu-plugins-network
Add sensu-plugins-network to your Gemfile and run bundle install or bundle update
gem install sensu-plugins-network-checks
Using the Sensu sensu_gem LWRP
sensu_gem 'sensu-plugins-network-checks' do
options('--prerelease')
version '0.0.1.alpha.2'
end
Using the Chef gem_package resource
gem_package 'sensu-plugins-network-checks' do
options('--prerelease')
version '0.0.1.alpha.2'
end