Compare commits

..

2 Commits

4 changed files with 7033 additions and 3 deletions

View File

@ -18,7 +18,7 @@ in {
startAt = lib.mkOption {
type = lib.types.str;
default = "*:0/10"; # Every 10 minutes
default = "*/10 * * * *";
description = "Systemd onCalendar expression for when to run the timer";
};
};

File diff suppressed because it is too large Load Diff

View File

@ -44,6 +44,12 @@ in {
url = "https://grafana.com/api/dashboards/14284/revisions/9/download";
options.path = dashboards/synology-nas-details.json;
}
{
name = "OpenWRT";
type = "file";
url = "https://grafana.com/api/dashboards/11147/revisions/1/download";
options.path = dashboards/openwrt.json;
}
];
};
};

View File

@ -17,11 +17,10 @@ in {
static_configs = [
{
targets = [
"burnham.home.feal.no:9100"
"challenger.home.feal.no:9100"
"defiant.home.feal.no:9100"
"dlink-feal.home.feal.no:9100"
"edison.home.feal.no:9100"
"malcolm.home.feal.no:9100"
"mccoy.home.feal.no:9100"
"scotty.home.feal.no:9100"
"sulu.home.feal.no:9100"
@ -29,6 +28,12 @@ in {
}
];
}
{
job_name = "openwrt";
static_configs = [
{ targets = ["dlink-feal.home.feal.no:9100"]; }
];
}
{
job_name = "snmp";
static_configs = [{