defiant/monitoring: clean up deprecated monitor jobs
This commit is contained in:
parent
65d5f14fc8
commit
276a4b8cec
File diff suppressed because it is too large
Load Diff
|
@ -44,12 +44,6 @@ in {
|
||||||
url = "https://grafana.com/api/dashboards/14284/revisions/9/download";
|
url = "https://grafana.com/api/dashboards/14284/revisions/9/download";
|
||||||
options.path = dashboards/synology-nas-details.json;
|
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;
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -17,10 +17,11 @@ in {
|
||||||
static_configs = [
|
static_configs = [
|
||||||
{
|
{
|
||||||
targets = [
|
targets = [
|
||||||
|
"burnham.home.feal.no:9100"
|
||||||
"challenger.home.feal.no:9100"
|
"challenger.home.feal.no:9100"
|
||||||
"defiant.home.feal.no:9100"
|
"defiant.home.feal.no:9100"
|
||||||
"dlink-feal.home.feal.no:9100"
|
|
||||||
"edison.home.feal.no:9100"
|
"edison.home.feal.no:9100"
|
||||||
|
"malcolm.home.feal.no:9100"
|
||||||
"mccoy.home.feal.no:9100"
|
"mccoy.home.feal.no:9100"
|
||||||
"scotty.home.feal.no:9100"
|
"scotty.home.feal.no:9100"
|
||||||
"sulu.home.feal.no:9100"
|
"sulu.home.feal.no:9100"
|
||||||
|
@ -28,12 +29,6 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
job_name = "openwrt";
|
|
||||||
static_configs = [
|
|
||||||
{ targets = ["dlink-feal.home.feal.no:9100"]; }
|
|
||||||
];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
job_name = "snmp";
|
job_name = "snmp";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
|
|
Loading…
Reference in New Issue