This commit is contained in:
iFargle 2023-06-30 18:00:01 +09:00
parent 567ff8902c
commit 2b8ca1c805

View file

@ -24,7 +24,7 @@
username = loki-sa;
password = null; # https://nixos.wiki/wiki/Comparison_of_secret_managing_schemes;
}
}];
};];
scrape_configs = [{
job_name = "journal";
journal = {
@ -37,8 +37,8 @@
relabel_configs = [{
source_labels = [ "__journal__systemd_unit" ];
target_label = "unit";
}];
}];
};];
};];
};
};
}