mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
Update README.md
Do not modify `yunohost_admin.conf` (diagnostic is always showing an error otherwise), instead create an extra file that is automatically imported. Update the URL (is it the correct one?).
This commit is contained in:
parent
5b22010140
commit
4cc0d20729
1 changed files with 3 additions and 2 deletions
|
@ -26,8 +26,9 @@ disrupting their core function._
|
|||
We don't allow YunoHost packages to make changes to sensitive system files. So here are further customizations you can make to allow more monitoring:
|
||||
|
||||
* Nginx:
|
||||
* requests/connections: follow [these recommandations](https://github.com/firehol/netdata/tree/master/python.d#nginx) to enable `/stab_status`; for example by putting this `location` section in `/etc/nginx/conf.d/yunohost_admin.conf`:
|
||||
* requests/connections: follow [these recommandations](https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin/nginx) to enable `/stab_status`; for example by creating the file `/etc/nginx/conf.d/default.d/netdat_stub.conf` with the following content:
|
||||
```
|
||||
# For Netdata
|
||||
location /stub_status {
|
||||
stub_status on;
|
||||
# Security: Only allow access from the IP below.
|
||||
|
|
Loading…
Add table
Reference in a new issue