Monitor server Frappe Press

I already setup monitor/ logserver. and setup in press setting. but i can get any value, page show no data. Any help?

Hloo Bro,
Is this server meant to be a production server that’s always running, or is it more like a development server that’s only turned on when actively being used? Sometimes we need it running full-time to gather analytics, so just want to clarify its intended usage

after i check again filebeat config on the app and db server, check elk and prometheus and grafana. The sites show analytics but the site usage not show anything but CPU usage, the DB and storage=0 (my site is used for a time and have data on its). any check?!~

I am noy sure bro

To solve the internal server on the analytics page of the site

Log in to the monitor server as root user and then

cd agent/
source env/bin/activate
agent setup nginx

run this cmds

Output should look like this

{"command": "sudo systemctl reload nginx", "directory": "/home/frappe/agent", "start": "2025-03-27 09:11:14.867564", "status": "Running", "output": ""}
{"command": "sudo systemctl reload nginx", "directory": "/home/frappe/agent", "start": "2025-03-27 09:11:14.867564", "status": "Success", "output": "", "returncode": 0, "duration": "0:00:00.065231", "end": "2025-03-27 09:11:14.932795"}

The steps above resolved the issue on my end, but since it didn’t work for you, we might need to dig a bit deeper. Try logging into the monitor server and check if it’s collecting any stats or metrics that might give us more clues
Mine for example:

How did you install it?
plz reply by docs. or youtube video

@nghienbui

i just setup monitor and log server on press by default ansible playbook. but for now i have fix this issues