Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Intrusion Detection and Prevention
»
Is Suricata running?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Is Suricata running? (Read 1708 times)
hushcoden
Hero Member
Posts: 544
Karma: 23
Is Suricata running?
«
on:
August 15, 2020, 08:28:01 pm »
Since I don't have any entries in the 'Alerts' tab, I was wondering which woud be the best way to check that Suricata is actually running ?
Tia.
Logged
ArminF
Full Member
Posts: 205
Karma: 11
Re: Is Suricata running?
«
Reply #1 on:
August 17, 2020, 07:56:43 am »
You can SSH into the box. Select option 8 for shell.
root@opnsense:/var/log/suricata # service suricata status
suricata is running as pid 87056.
Also you can check the log in /var/log/ and var/log/suricata
Or run a top command to see if suricata is loaded.
Depends on your rules there might be no alterts.
Logged
English: Never try, never know!
Deutsch: Unversucht ist Unerfahren!
hushcoden
Hero Member
Posts: 544
Karma: 23
Re: Is Suricata running?
«
Reply #2 on:
August 17, 2020, 08:56:09 am »
Thanks, it's working:
Code:
[Select]
root@gateway:~ # service suricata status
suricata is running as pid 23173.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Intrusion Detection and Prevention
»
Is Suricata running?