diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-26 00:01:25 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-29 10:30:54 -0400 |
commit | 492e55862b8a4e92b7aceb7fba9aee622de18216 (patch) | |
tree | 1bb5f4c61634f037e3f3a6826542aeff69615871 /system/nsca-ng/README | |
parent | ec48e88db5500748b73f0da3aa842ae3565d476f (diff) |
system/nsca-ng: Exit nonzero if user/group don't exist.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 |