diff options
Diffstat (limited to 'system/nsca-ng/README')
-rw-r--r-- | system/nsca-ng/README | 5 |
1 files changed, 5 insertions, 0 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 |