1
0

Compare commits

..

No commits in common. "2525c506fc591e6e962ad9fbe3bde6368bb2eb6b" and "4707c565b123d70587981cd0aea52ab5560e8688" have entirely different histories.

3 changed files with 1 additions and 43 deletions

View File

@ -1,16 +0,0 @@
{ ... }:
{
imports =
[
../../configuration/common
];
networking.hostName = "mail-1";
clerie.monitoring = {
enable = true;
id = "208";
pubkey = "s2GT9iYQmuiwkZ04KzSqqlIEbUJ6CT6i4htCjWYt2xs=";
};
}

View File

@ -91,32 +91,6 @@ 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"
];
}
];
}
];
};

View File

@ -7,7 +7,7 @@
let
src = fetchGit {
url = "https://git.clerie.de/clerie/iot-data.git";
rev = "f60e3a3f89549b4ce88df20888c08a01062d086a";
rev = "519c68c455961042b282db94a94f0fad0fa2e965";
};
pname = "iot-data";
version = "0.0.1";