Send passive notifications to Nagios Service Check Acceptor (NSCA).
Go to file
Alexander Borges bd97616ca6 nsca-client para fazer require 2013-01-09 19:25:38 -02:00
lib nsca-client para fazer require 2013-01-09 19:25:38 -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 Added usage info. 2012-12-07 17:20:56 -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:

NSCA::Client.servers << NSCA::Client::RemoteServer.new(:host => '172.0.0.1')
service = NSCA::Client::Service.new(:name => 'TestMessage')
NSCA::Client.critical service