Skip to content
Snippets Groups Projects
Commit ed8c4219 authored by Florian Sesser's avatar Florian Sesser
Browse files

Monitoring: Clean up blackbox exporter nix expr

parent e8702a85
No related branches found
No related tags found
2 merge requests!228merge develop into production,!201Monitor TLS cert expiry
......@@ -8,15 +8,7 @@
#
# Usage: Import this on a monitoring server
{ config, lib, pkgs, ... }:
let
in {
# The default limit of 1024 often is too small, see for example
# https://github.com/cloudalchemy/ansible-blackbox-exporter/issues/63
config.systemd.services.prometheus-blackbox-exporter.serviceConfig.LimitNOFILE = 65000;
{ config, lib, pkgs, ... }: {
config.services.prometheus.exporters.blackbox = {
enable = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment