]> arthur.barton.de Git - netdata.git/commitdiff
Merge pull request #722 from ktsaou/master
authorCosta Tsaousis <costa@tsaousis.gr>
Fri, 22 Jul 2016 16:09:13 +0000 (19:09 +0300)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2016 16:09:13 +0000 (19:09 +0300)
exim configuration information #56

conf.d/python.d/exim.conf
configs.signatures

index e1bbe39346cefca2b2febaeae46b3a362ac55c78..6aca13c342849560769c9fdc5a9f4bd38f545cc1 100644 (file)
@@ -60,6 +60,25 @@ update_every: 10
 #     command: 'exim -bpc' # the command to run
 #
 
+# ----------------------------------------------------------------------
+# REQUIRED exim CONFIGURATION
+#
+# netdata will query exim as user netdata.
+# By default exim will refuse to respond.
+#
+# To allow querying exim as non-admin user, please set the following
+# to your exim configuration:
+#
+#      queue_list_requires_admin = false
+#
+# Your exim configuration should be in
+#
+#     /etc/exim/exim4.conf
+# or
+#     /etc/exim4/conf.d/main/000_local_options
+#
+# Please consult your distribution information to find the exact file.
+
 # ----------------------------------------------------------------------
 # AUTO-DETECTION JOBS
 
index b482be73ece9047b49c1fe9fbebdc9cdd0ee2fe3..dc7e90996dc8a76e1bd54e1d1227e4891084ed6a 100644 (file)
@@ -51,6 +51,7 @@ declare -A configs_signatures=(
        ['ae5ac0a3521e50aa6f6eda2a330b4075']='python.d/example.conf'
        ['e5f32f54d6d6728f21f9ac26f37d6573']='python.d/example.conf'
        ['15e32114994b92be7853b88091e7c6fb']='python.d/exim.conf'
+       ['54614490a14e1a4b7b3d9fecb6b4cfa5']='python.d/exim.conf'
        ['73125ae64d5c6e9361944cd9bd14844e']='python.d/exim.conf'
        ['a94af1c808aafdf00537d85ff2197ec8']='python.d/exim.conf'
        ['2a0794fd43eadf30a51805bc9ba2c64d']='python.d/hddtemp.conf'