Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
NSCAFE - A Forwarding Version of NSCA
97206
File | Description |
---|---|
nscafe_1.0.tar | nscafe_1.0.tar |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
SCAFE (Nagios(R) Service Check Acceptor Forwarding Engine) is a drop-in replacement for the standard Nagios(R) NSCA tool that adds significant functionality useful in monitoring large installations. Among the enhancements are:
o NSCAFE automatically forwards service check and other messages received from a remote host both to Nagios(R) itself and/or to another instance of NSCAFE running on another host.
o NSCAFE caches service check and other messages in a local XML datastore, so if the connection to a forward host goes down all checks that occur during the down time are stored and can be queued up
to forward once the connection is reestablished.
o NSCAFE can be set to "update on state change only", minimizing congestion on the destination or "parent" Nagios(R) server.
o NSCAFE can send a message to execute any Nagios(R) command on any given Nagios(R) server from any allowed host.
o NSCAFE accepts regular expressions in its configuration strings.
o NSCAFE is configured using an external configuration file that is upward compatible with NSCA's nsca.cfg.
o NSCAFE can be set to strip performance data from a service check before forwarding it.
=================================
NSCAFE consists of two components:
1) a java module that accepts messages from the machines being monitored, forwarding the messages on to a local or remote Nagios(R) instance (or another instance of the java module.)
2) a perl script resident on each machine being monitored that sends service check results or commands to an instance of the java module.
These two components can be used as a direct substitutes for their NSCA equivalents (send_nsca, nsca.)
=================================
################################################################
# Release 1.0
# 17-Nov-2006
################################################################
# Copyright (C) 2006 Groundwork Open Source Solutions
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 2
# as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# For a copy of the GNU General Public License,
# write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
o NSCAFE automatically forwards service check and other messages received from a remote host both to Nagios(R) itself and/or to another instance of NSCAFE running on another host.
o NSCAFE caches service check and other messages in a local XML datastore, so if the connection to a forward host goes down all checks that occur during the down time are stored and can be queued up
to forward once the connection is reestablished.
o NSCAFE can be set to "update on state change only", minimizing congestion on the destination or "parent" Nagios(R) server.
o NSCAFE can send a message to execute any Nagios(R) command on any given Nagios(R) server from any allowed host.
o NSCAFE accepts regular expressions in its configuration strings.
o NSCAFE is configured using an external configuration file that is upward compatible with NSCA's nsca.cfg.
o NSCAFE can be set to strip performance data from a service check before forwarding it.
=================================
NSCAFE consists of two components:
1) a java module that accepts messages from the machines being monitored, forwarding the messages on to a local or remote Nagios(R) instance (or another instance of the java module.)
2) a perl script resident on each machine being monitored that sends service check results or commands to an instance of the java module.
These two components can be used as a direct substitutes for their NSCA equivalents (send_nsca, nsca.)
=================================
################################################################
# Release 1.0
# 17-Nov-2006
################################################################
# Copyright (C) 2006 Groundwork Open Source Solutions
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 2
# as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# For a copy of the GNU General Public License,
# write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
Reviews (0)
Be the first to review this listing!