Merge branch 'main' into 'main'

added nginx statuspage for netdata to find

See merge request infra/haccfiles!2
keep-around/ad5dd26c117630631ce5d41d64c6757c6cba6452
Lukas Schulz 2020-11-29 15:32:03 +01:00
commit ad5dd26c11
1 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,10 @@
services.netdata = {
enable = true;
configText = ''
[global]
dbengine multihost disk space = 2307
'';
};
# Enable nginx service
@ -45,6 +49,12 @@
gzip_types *;
'';
};
"/nginx_status" = {
extraConfig = ''
stub_status;
auth_basic off;
'';
};
};
};
};