Send passive notifications to Nagios Service Check Acceptor (NSCA).
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.
Felipe Oliveira 95f90dccc5 Merge pull request #2 from alxpborges/master
Atualizando documentação
11 years ago
lib/nsca removendo arquivo nsca-client.rb 11 years ago
spec Helper methods to send service status. 11 years ago
.gitignore First commit, gem structure. 11 years ago
.rspec First commit, gem structure. 11 years ago
Gemfile First commit, gem structure. 11 years ago
README.md incluindo require da lib no README 11 years ago
Rakefile First commit, gem structure. 11 years ago
nsca-client.gemspec Fix homepage url. 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