prometh exporters-proc

This commit is contained in:
death916 2026-01-16 05:28:47 -08:00
parent e5752beffe
commit ac0352eda7

View file

@ -49,8 +49,26 @@
}
];
}
{
job_name = "process";
static_configs = [
{
targets = [ "127.0.0.1:9256" ];
}
];
}
];
exporters = {
process = {
enable = true;
port = 9256;
settings.process_names = [
{
name = "{{.Comm}}";
cmdline = [ ".+" ];
}
];
};
smartctl = {
enable = true;
port = 9633;