Setup grafana and influxdb
This commit is contained in:
parent
a5c45be4c8
commit
ba12e0fb65
8 changed files with 138 additions and 0 deletions
|
@ -32,6 +32,12 @@
|
|||
fast = true;
|
||||
location = "192.168.0.1";
|
||||
}
|
||||
{
|
||||
path = "zdata/big-apps/influxdb2";
|
||||
remotePath = "zdata/recv/lasting-integrity/big-apps/influxdb2";
|
||||
fast = true;
|
||||
location = "192.168.0.1";
|
||||
}
|
||||
{
|
||||
path = "zdata/big-apps/mail";
|
||||
remotePath = "zdata/recv/lasting-integrity/big-apps/mail";
|
||||
|
@ -53,6 +59,7 @@
|
|||
tetris.server = true;
|
||||
};
|
||||
services = {
|
||||
grafana.enable = true;
|
||||
mail.enable = true;
|
||||
matrix.enable = true;
|
||||
nginx.hosts = [
|
||||
|
|
|
@ -50,6 +50,10 @@
|
|||
device = "zdata/big-apps/nextcloud";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/influxdb2" = {
|
||||
device = "zdata/big-apps/influxdb2";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/cache" = {
|
||||
device = "zroot/safe/cache";
|
||||
fsType = "zfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue