You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Atualizando documentação |
11 years ago | |
---|---|---|
lib/nsca | 11 years ago | |
spec | 11 years ago | |
.gitignore | 11 years ago | |
.rspec | 11 years ago | |
Gemfile | 11 years ago | |
README.md | 11 years ago | |
Rakefile | 11 years ago | |
nsca-client.gemspec | 11 years ago |
README.md
NSCA Client
NSCA is a Linux/Unix daemon allows you to integrate passive alerts and checks from remote machines and applications with Nagios. Useful for processing security alerts, as well as redundant and distributed Nagios setups.
This client allows you to send easily passive alerts and checks.
Usage:
require "nsca/client"
NSCA::Client.servers << NSCA::Client::RemoteServer.new(:host => '172.0.0.1')
service = NSCA::Client::Service.new(:name => 'TestMessage')
NSCA::Client.critical service