Send passive notifications to Nagios Service Check Acceptor (NSCA).
Go to file
Alexander Borges 64babc45fc incluindo require da lib no README 2013-01-28 20:11:39 -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 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