Wolfgang Frisch 7f83a70ee7 Accepting request 1060849 from home:kukuk:branches:security
libnsl is deprecated and will be removed in the future as announced one year ago.
Don't link against libnsl just because of a broken configure script if it is not used.
- Replace wrong libnsl build require with correct libtirpc one
- fix-configure-libwrap-dependencies.diff: libwrap does not 
  depend on libnsl

OBS-URL: https://build.opensuse.org/request/show/1060849
OBS-URL: https://build.opensuse.org/package/show/security/argus?expand=0&rev=30
2023-02-01 10:00:33 +00:00

README.SUSE

choeger, 4.5.98

Argus is a network-monitoring-tool.
Take a look at /usr/doc/packages/README* for details.

Please change the variables in /etc/sysconfig/argus if you need.

A daily restart-script may look like this:

----------------------------------[snip]---------------------------------
#!/bin/sh

rcargus stop
mv /var/log/argus.log /var/log/argus.`date +"%y%m%d"`.log
gzip -9 /var/log/argus.`date +"%y%m%d"`.log
rcargus start
----------------------------------[snip]---------------------------------

you may copy it to /root/bin/argus_restart and add the following to your
/etc/crontab:

----------------------------------[snip]---------------------------------
50 17 * * * root /root/bin/argus_restart
----------------------------------[snip]---------------------------------

if you want to restart argus at 17:50 (5:50pm).

Use the tools 'ra' and 'services' to take a look in your captured
argus-data.

Description
No description provided
Readme 122 KiB
Languages
Diff 100%