···
# systemd service must be provided by specifying either
# `serviceOpts.script` or `serviceOpts.serviceConfig.ExecStart`
21
-
blackbox = import ./exporters/blackbox.nix { inherit config lib pkgs; };
22
-
collectd = import ./exporters/collectd.nix { inherit config lib pkgs; };
23
-
dovecot = import ./exporters/dovecot.nix { inherit config lib pkgs; };
24
-
fritzbox = import ./exporters/fritzbox.nix { inherit config lib pkgs; };
25
-
json = import ./exporters/json.nix { inherit config lib pkgs; };
26
-
minio = import ./exporters/minio.nix { inherit config lib pkgs; };
27
-
nginx = import ./exporters/nginx.nix { inherit config lib pkgs; };
28
-
node = import ./exporters/node.nix { inherit config lib pkgs; };
29
-
postfix = import ./exporters/postfix.nix { inherit config lib pkgs; };
30
-
snmp = import ./exporters/snmp.nix { inherit config lib pkgs; };
31
-
unifi = import ./exporters/unifi.nix { inherit config lib pkgs; };
32
-
varnish = import ./exporters/varnish.nix { inherit config lib pkgs; };
21
+
blackbox = import ./exporters/blackbox.nix { inherit config lib pkgs; };
22
+
collectd = import ./exporters/collectd.nix { inherit config lib pkgs; };
23
+
dovecot = import ./exporters/dovecot.nix { inherit config lib pkgs; };
24
+
fritzbox = import ./exporters/fritzbox.nix { inherit config lib pkgs; };
25
+
json = import ./exporters/json.nix { inherit config lib pkgs; };
26
+
minio = import ./exporters/minio.nix { inherit config lib pkgs; };
27
+
nginx = import ./exporters/nginx.nix { inherit config lib pkgs; };
28
+
node = import ./exporters/node.nix { inherit config lib pkgs; };
29
+
postfix = import ./exporters/postfix.nix { inherit config lib pkgs; };
30
+
snmp = import ./exporters/snmp.nix { inherit config lib pkgs; };
31
+
surfboard = import ./exporters/surfboard.nix { inherit config lib pkgs; };
32
+
unifi = import ./exporters/unifi.nix { inherit config lib pkgs; };
33
+
varnish = import ./exporters/varnish.nix { inherit config lib pkgs; };
mkExporterOpts = ({ name, port }: {