Compare commits
3 Commits
4707c565b1
...
2525c506fc
Author | SHA1 | Date | |
---|---|---|---|
2525c506fc | |||
d43e635f9e | |||
1cb3143096 |
16
hosts/mail-1/configuration.nix
Normal file
16
hosts/mail-1/configuration.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports =
|
||||||
|
[
|
||||||
|
../../configuration/common
|
||||||
|
];
|
||||||
|
|
||||||
|
networking.hostName = "mail-1";
|
||||||
|
|
||||||
|
clerie.monitoring = {
|
||||||
|
enable = true;
|
||||||
|
id = "208";
|
||||||
|
pubkey = "s2GT9iYQmuiwkZ04KzSqqlIEbUJ6CT6i4htCjWYt2xs=";
|
||||||
|
};
|
||||||
|
}
|
@ -91,6 +91,32 @@ in {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "zimmer-temp";
|
||||||
|
scrape_interval = "20s";
|
||||||
|
scheme = "https";
|
||||||
|
metrics_path = "/data/zimmer-temp/";
|
||||||
|
static_configs = [
|
||||||
|
{
|
||||||
|
targets = [
|
||||||
|
"iot-data.clerie.de"
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
job_name = "outdoor-temp";
|
||||||
|
scrape_interval = "20s";
|
||||||
|
scheme = "https";
|
||||||
|
metrics_path = "/data/outdoor-temp/";
|
||||||
|
static_configs = [
|
||||||
|
{
|
||||||
|
targets = [
|
||||||
|
"iot-data.clerie.de"
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
let
|
let
|
||||||
src = fetchGit {
|
src = fetchGit {
|
||||||
url = "https://git.clerie.de/clerie/iot-data.git";
|
url = "https://git.clerie.de/clerie/iot-data.git";
|
||||||
rev = "519c68c455961042b282db94a94f0fad0fa2e965";
|
rev = "f60e3a3f89549b4ce88df20888c08a01062d086a";
|
||||||
};
|
};
|
||||||
pname = "iot-data";
|
pname = "iot-data";
|
||||||
version = "0.0.1";
|
version = "0.0.1";
|
||||||
|
Loading…
Reference in New Issue
Block a user