monitoring
This commit is contained in:
parent
35ea0052c1
commit
f015679b0c
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
{ ... }: {
|
||||
{ config, ... }: {
|
||||
services.prometheus.exporters.nginxlog = {
|
||||
enable = true;
|
||||
port = 14201;
|
||||
user = config.services.nginx.user;
|
||||
group = config.services.nginx.group;
|
||||
settings = {
|
||||
namespaces = [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue