Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Zenarmor (Sensei)
»
Zenarmor seem to die about every 24 hours
« previous
next »
Print
Pages: [
1
]
Author
Topic: Zenarmor seem to die about every 24 hours (Read 1652 times)
cmmh
Newbie
Posts: 10
Karma: 3
Zenarmor seem to die about every 24 hours
«
on:
September 29, 2022, 10:27:05 pm »
Any tips for debugging/troubleshooting why Zenarmor (and elasticsearch) seem to stop working within 24 hours?
Logged
enpassant
Newbie
Posts: 20
Karma: 0
Re: Zenarmor seem to die about every 24 hours
«
Reply #1 on:
September 29, 2022, 11:37:36 pm »
I had this problem some time back, and I changed my database to MongoDB and it solved the problem outright. If you can test that out, it's worth trying. For some reason, ElasticSeach did not agree with my setup.
Logged
sy
Hero Member
Posts: 593
Karma: 44
Re: Zenarmor seem to die about every 24 hours
«
Reply #2 on:
September 30, 2022, 02:49:50 pm »
Hi,
Can you share a bug report from the upper right corner of Zenarmor GUI?
Logged
almodovaris
Sr. Member
Posts: 318
Karma: 15
Re: Zenarmor seem to die about every 24 hours
«
Reply #3 on:
October 15, 2022, 11:25:45 pm »
Yup, I had a similar problem, although not exactly every 24 hours. Solution:
cd /usr/local/opnsense/service/conf/actions.d
nano actions_eastpect.conf
There enter:
[start]
command:/usr/home/my_eastpect.sh
parameters:%s
type:script
description:Restarting eastpect
message:Restarting eastpect
Then:
nano /usr/home/my_eastpect.sh
There enter:
#!/bin/sh
service eastpect restart
Then:
chmod +x /usr/home/my_eastpect.sh
service configd restart
Create two cron jobs with Restarting eastpect at two different hours, 12 hours apart in between. Press Apply.
«
Last Edit: October 15, 2022, 11:36:31 pm by almodovaris
»
Logged
OPNsense HW:
Minisforum Venus series UN100C, 16 GB RAM, 512 GB SSD
T-bao N9N Pro, 16 GB RAM, 512 GB SSD
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Zenarmor (Sensei)
»
Zenarmor seem to die about every 24 hours