mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
492e55862b
Signed-off-by: B. Watson <yalhcru@gmail.com>
13 lines
506 B
Text
13 lines
506 B
Text
nsca-ng (NSCA-ng is a drop-in replacement for NSCA)
|
|
|
|
NSCA-ng provides a client-server pair which makes the command pipe
|
|
accessible to remote systems. This allows for submitting passive check
|
|
results, downtimes and many other commands to Nagios or Icinga.
|
|
|
|
See README.SLACKWARE (which is also installed with the package docs) for
|
|
setup, configuration, and usage hints.
|
|
|
|
You must have nsca user and a group to run this script:
|
|
|
|
# groupadd -g 302 nsca
|
|
# useradd -u 302 -d /dev/null -s /bin/false -g nsca nsca
|