OBS User autobuild 619ea48201 Accepting request 34254 from security
Copy from security/argus based on submit request 34254 from user coolo

OBS-URL: https://build.opensuse.org/request/show/34254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/argus?expand=0&rev=8
2010-03-08 17:10:06 +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%