Versions in this module Expand all Collapse all v0 v0.0.6 Oct 4, 2024 Changes in this version type CollectorsDisableSwitch + Firewall bool v0.0.5 May 22, 2024 Changes in this version type CollectorsDisableSwitch + OpenVPN bool v0.0.4 Apr 1, 2024 Changes in this version + type CollectorsDisableSwitch struct + ARP bool + Cron bool + Unbound bool + Wireguard bool v0.0.3 Mar 29, 2024 Changes in this version + var DisableExporterMetrics = ...() + var InstanceLabel = ...() + var MaxProcs = ...() + var MetricsPath = ...() + var WebConfig = kingpinflag.AddFlags(kingpin.CommandLine, ":8080") + func Init() + func Logger() (log.Logger, error) + type CollectorsSwitches struct + ARP bool + Cron bool + Wireguard bool + func Collectors() CollectorsSwitches + type OPNSenseConfig struct + APIKey string + APISecret string + Host string + Insecure bool + Protocol string + func OPNSense() (*OPNSenseConfig, error) + func (c *OPNSenseConfig) Validate() error