grafana+prometheus: initial setup
This commit is contained in:
parent
a10111a791
commit
efb17ea7fa
9 changed files with 147 additions and 1 deletions
|
@ -32,6 +32,8 @@
|
|||
./gerd/services/rallly
|
||||
|
||||
./gerd/services/notify
|
||||
|
||||
./gerd/services/monitoring
|
||||
];
|
||||
|
||||
networking.hostName = "gerd";
|
||||
|
@ -49,6 +51,8 @@
|
|||
"safe/svcs/stalwart" = { mountpoint = "/srv/stalwart"; extra.options.quota = "5G"; };
|
||||
"safe/svcs/synapse" = { mountpoint = "/srv/synapse"; extra.options.quota = "5G"; };
|
||||
"safe/svcs/wger" = { mountpoint = "/srv/wger"; extra.options.quota = "5G"; };
|
||||
"safe/svcs/prometheus" = { mountpoint = "/srv/prometheus"; extra.options.quota = "5G"; };
|
||||
|
||||
"safe/svcs/postgresql" = { mountpoint = "/srv/postgresql"; extra.options.quota = "5G"; };
|
||||
"backup/postgresql" = { mountpoint = "/media/backup/postgresqlbackup"; extra.options.quota = "5G"; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue