summaryrefslogtreecommitdiff
path: root/data/templates/prometheus
AgeCommit message (Collapse)Author
13 daysT9002: grant CAP_NET_RAW to blackbox-exporter when ICMP modules are configuredNataliia Solomko
The blackbox-exporter runs as node_exporter user which cannot create ICMP sockets due to restricted ping_group_range. Add CAP_NET_RAW capability to the systemd service when ICMP modules are configured. In non-VRF mode, use systemd AmbientCapabilities/CapabilityBoundingSet. In VRF mode, replace runuser with setpriv to preserve the capability across the UID change.
2025-09-20frr_exporter: T7851: export IPv6 BGP sessionsPeter Lehmann
2025-09-08Monitoring: T7794: Fixed blackbox_exporter, frr_exporter, node_exporter IPv6 ↵Elliot Baldwin Woodman
listen-address invalid format
2025-04-30 T7416: Ensure trailing backslash in node_exporter.service with ↵opswill
collectors.textfile
2025-01-02T6994: Add textfile collector config optionNicolas Vollmar
2024-12-31T6949: adds blackbox exporter (#4255)Nicolas Vollmar
* T6949: adds blackbox exporter * T6949: adds basic config generation * T6949: extract shared module config options * T6949: switch to ipv4/6 literals * T6949: moves config file to /run * T6949: adds dns query name option * T6949: adds dns query type values * T6949: adds blackbox exporter to debian/control
2024-12-19T6953: merges node and frr exporter under prometheus sectionNicolas Vollmar