modules/nixos/common/comin: remove telegraf http input
This commit is contained in:
parent
536c5e38be
commit
873bfa211d
1 changed files with 0 additions and 6 deletions
|
@ -8,12 +8,6 @@
|
|||
"http://localhost:4243/metrics"
|
||||
];
|
||||
|
||||
services.telegraf.extraConfig.inputs.http = {
|
||||
urls = [ "http://localhost:4242/status" ];
|
||||
data_format = "json";
|
||||
name_override = "comin";
|
||||
};
|
||||
|
||||
services.comin = {
|
||||
enable = lib.mkDefault false;
|
||||
remotes = [
|
||||
|
|
Loading…
Add table
Reference in a new issue