diff options
-rw-r--r-- | system/nsca-ng/README | 5 | ||||
-rw-r--r-- | system/nsca-ng/nsca-ng.SlackBuild | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/system/nsca-ng/README b/system/nsca-ng/README index 0be4a53ceab82..35543c9d590d3 100644 --- a/system/nsca-ng/README +++ b/system/nsca-ng/README @@ -6,3 +6,8 @@ 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 diff --git a/system/nsca-ng/nsca-ng.SlackBuild b/system/nsca-ng/nsca-ng.SlackBuild index 09fa4ebf3327b..3cd0cd8c9338e 100644 --- a/system/nsca-ng/nsca-ng.SlackBuild +++ b/system/nsca-ng/nsca-ng.SlackBuild @@ -76,7 +76,7 @@ cat << EOF EOF - exit + exit 1 fi set -e |