WIP: add meta to packages and create nix-support/private file for unfree packages #20

Draft
abonerib wants to merge 481 commits from abonerib/bscpkgs:add-meta into master
Showing only changes of commit e1d406023d - Show all commits

View File

@ -71,11 +71,12 @@
}];
}
{
job_name = "bay";
job_name = "ceph";
static_configs = [{
targets = [
"10.0.40.40:9283" # Ceph
"10.0.40.40:9283" # Ceph statistics
"10.0.40.40:9002" # Node exporter
"10.0.40.42:9002" # Node exporter
];
}];
}