0.0
No commit activity in last 3 years
No release in over 3 years
Send passive notifications to Nagios Service Check Acceptor (NSCA).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

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