-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommend way to run goaccess realtime in the background? #1327
Comments
I run goaccess behind an nginx proxy using ssl with admin pwd auth. I use a systemd service to start and run gopanel as a goaccess process manager but I think you can do similarly with goaccess directly. You can see my example configs and service files for gopanel in etc folder. This all fits nicely into a working nginx server. I created gopanel so I could have multiple realtime log files available online on my server. It's a pretty simple efficient setup. |
@neocogent Thanks for posting that! @xiangnanscu Alternatively you can simply running goaccess with the default in-memory storage (assuming your dataset fits in mem) and running it as a daemon should do the trick. e.g.,
|
@neocogent @allinurl thank you |
How to stop it? Thank you |
@goalbased |
@allinurl Does it refresh the page everytime..?? I have ran the --daemon , but not getting the latest-counts on dashboard. |
@sivasankarsani737 make sure it's in fact connected to the WS server. The easiest indicator is the green dot next to the settings icon on the HTML report. You can also check the network WS tab under your browser's dev tools. |
I want to do this in my production server so it should be light weight (so things like npm
forever
is not OK even if it is almost there), and be simple (sosupervisor
is out ).The text was updated successfully, but these errors were encountered: