Send passive notifications to Nagios Service Check Acceptor (NSCA).
Go to file
Felipe Oliveira 95f90dccc5 Merge pull request #2 from alxpborges/master
Atualizando documentação
2013-01-29 02:48:41 -08:00
lib/nsca removendo arquivo nsca-client.rb 2013-01-28 20:14:24 -02:00
spec Helper methods to send service status. 2012-12-07 16:40:53 -02:00
.gitignore First commit, gem structure. 2012-12-07 15:02:45 -02:00
.rspec First commit, gem structure. 2012-12-07 15:02:45 -02:00
Gemfile First commit, gem structure. 2012-12-07 15:02:45 -02:00
README.md incluindo require da lib no README 2013-01-28 20:11:39 -02:00
Rakefile First commit, gem structure. 2012-12-07 15:02:45 -02:00
nsca-client.gemspec Fix homepage url. 2012-12-07 16:35:04 -02:00

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