I'm wondering how can I do to make the web apache netdata's plugin works on a Plesk server...
The graphics are empties and no data is displayed.
I've checked and apache mod-status is enabled and working...
I'm wondering how can I do to make the web apache netdata's plugin works on a Plesk server...
The graphics are empties and no data is displayed.
I've checked and apache mod-status is enabled and working...
Copyright © 2021 Jogjafile Inc.
It's probable you have apache behind an Nginx proxy, so the apache ports are not the defaults (80).
Run this commands:
Go to bottom of the config file when you will see:
and change by:
*(You can check on which port is running your apache using
netstat -pltncommand).Restart netdata and you're going to see the information.
#Custom logs
Plesk save the logs on special folder, so you probably want to change the defaults logs.
Edit (or create) the file
/etc/netdata/python.d/web_log.confSet this content: