Actions
Feature #279
closedSighup Restart
Effort:
Difficulty:
Label:
Description
Hi, i need to reload some configurations of suricata.yaml like rulesets but without stopping Suricata and start it again. Is it possible to do a sighup restart like the one implemented in snort? That way, instead of restarting the proccess, it is only necessary to send a: kill -HUP $(pidof suricata) command to reload some settings.
Updated by Victor Julien over 13 years ago
- Assignee set to Victor Julien
This is not supported yet. It's one of our phase 2 goals, though. No eta on it yet.
Updated by Victor Julien over 12 years ago
- Status changed from New to Assigned
- Assignee changed from Victor Julien to Anoop Saldanha
- Target version set to 1.3beta1
We're working on live rule reload on receiving a USR2 signal.
Updated by Victor Julien over 12 years ago
- Target version changed from 1.3beta1 to 1.3beta2
Updated by Victor Julien over 12 years ago
- Target version changed from 1.3beta2 to 1.3rc1
Updated by Victor Julien over 12 years ago
- Priority changed from Normal to Urgent
Updated by Victor Julien over 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Current master has live updates... send a USR2 signal and it will reload the rules.
Actions