[Bug 276992] net-mgmt/blackbox_exporter: make syslog output configurable

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 11 Feb 2024 23:25:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276992

            Bug ID: 276992
           Summary: net-mgmt/blackbox_exporter: make syslog output
                    configurable
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: eduardo@FreeBSD.org
          Reporter: lexi.freebsd@le-fay.org
             Flags: maintainer-feedback?(eduardo@FreeBSD.org)
          Assignee: eduardo@FreeBSD.org

Created attachment 248375
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248375&action=edit
patch

add the following new options, based on net-mgmt/ping_exporter:

+# blackbox_exporter_syslog_output_tag (str):      Set syslog tag.
+#               Default is "blackbox_exporter". See daemon(8).
+# blackbox_exporter_syslog_output_priority (str): Set syslog priority.
+#               Default is "notice". See daemon(8).
+# blackbox_exporter_syslog_output_facility (str): Set syslog facility.
+#               Default is "daemon". See daemon(8).

the defaults are unchanged from before, i.e. it outputs at daemon.notice.

-- 
You are receiving this mail because:
You are the assignee for the bug.