| 1 | ## All available configuration options, their descriptions and default values: |
| 2 | ## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/postfix#readme |
| 3 | |
| 4 | jobs: |
| 5 | - name: local |
| 6 | binary_path: /usr/sbin/postqueue |
| 7 | |
| 8 | - name: local |
| 9 | binary_path: /usr/local/sbin/postqueue # FreeBSD |
| 10 | |
| 11 | - name: local |
| 12 | binary_path: postqueue |