Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

/etc/cron.d/elsa updates #438

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 5 comments
Closed

/etc/cron.d/elsa updates #438

GoogleCodeExporter opened this issue Mar 24, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

# /etc/cron.d/sensor-newday
#
# crontab entry to restart the sensor processes ensuring rotation of logs.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

* * * * * root perl /opt/elsa/web/cron.pl -c /etc/elsa_web.conf 2>&1 > /dev/null

Original issue reported on code.google.com by doug.bu...@gmail.com on 10 Dec 2013 at 5:21

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Original comment by doug.bu...@gmail.com on 10 Dec 2013 at 5:22

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Header has the wrong filename (sensor-newday), incorrect description, and the 
2>&1 is in the wrong spot.

Updated script:

# /etc/cron.d/elsa
#
# crontab entry for ELSA

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

* * * * * root perl /opt/elsa/web/cron.pl -c /etc/elsa_web.conf > /dev/null 2>&1

Original comment by doug.bu...@gmail.com on 14 Dec 2013 at 9:01

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Published:
http://blog.securityonion.net/2013/12/new-securityonion-elsa-extras-package.html

Original comment by doug.bu...@gmail.com on 18 Dec 2013 at 5:00

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant