summaryrefslogtreecommitdiffstats
path: root/system/nsca-ng/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/nsca-ng/README')
-rw-r--r--system/nsca-ng/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/system/nsca-ng/README b/system/nsca-ng/README
index 87ecfb81f4..35543c9d59 100644
--- a/system/nsca-ng/README
+++ b/system/nsca-ng/README
@@ -1,8 +1,13 @@
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.
+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