@cryptotaxi247 / netdata-1 / commits / 6339be5e4

Addition to postfix meta (#18177)

* addition to postfix meta * Update src/go/plugin/go.d/modules/postfix/metadata.yaml --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

Fotis Voutsas committed Jul 16, 2024 at 09:53 UTC 6339be5e40047403b364969905fc4e87d0adbdb1
1 file changed +8 -3
src/go/plugin/go.d/modules/postfix/metadata.yaml
+8 -3
@@ -45,8 +45,7 @@ modules:
45 list: []
46 configuration:
47 file:
48 - name: ""
49 - description: ""
48 + name: "go.d/postfix.conf"
49 options:
50 description: |
51 The following options can be defined globally: update_every.
@@ -70,7 +69,13 @@ modules:
69 folding:
70 enabled: true
71 title: ""
73 - list: []
72 + list:
73 + - name: Custom binary path
74 + description: The executable is not in the directories specified in the PATH environment variable.
75 + config: |
76 + jobs:
77 + - name: custom_path
78 + binary_path: /usr/local/sbin/postqueue
79 troubleshooting:
80 problems:
81 list: []