summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-06-18 09:32:22 +0200
committerGitHub <noreply@github.com>2019-06-18 09:32:22 +0200
commit83d6968b19101accc4f424aa8a2a49487a8d8b25 (patch)
tree6a936245f12a0b8106ed1418c0b39d7a683ddf46 /daemon
parent3213a4a68397a911bd176186bfdebfd0966ae410 (diff)
Add note regarding libexecdir (#6301)
Diffstat (limited to 'daemon')
-rw-r--r--daemon/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/config/README.md b/daemon/config/README.md
index bf4cfba81f..8dd6a5e579 100644
--- a/daemon/config/README.md
+++ b/daemon/config/README.md
@@ -105,7 +105,7 @@ setting | default | info
:------:|:-------:|:----
enabled | `yes` | Set to `no` to disable all alarms and notifications
in memory max health log entries | 1000 | Size of the alarm history held in RAM
-script to execute on alarm | `/usr/libexec/netdata/plugins.d/alarm-notify.sh` | The script that sends alarm notifications.
+script to execute on alarm | `/usr/libexec/netdata/plugins.d/alarm-notify.sh` | The script that sends alarm notifications. Note that in versions before 1.16, the plugins.d directory may be installed in a different location in certain OSs (e.g. under `/usr/lib/netdata`).
stock health configuration directory | `/usr/lib/netdata/conf.d/health.d` | Contains the stock alarm configuration files for each collector
health configuration directory | `/etc/netdata/health.d` | The directory containing the user alarm configuration files, to override the stock configurations
run at least every seconds | `10` | Controls how often all alarm conditions should be evaluated.