From cf51629ae0cdb9aad79790ec8804c20665662583 Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Sat, 16 Nov 2019 14:11:40 +0100 Subject: [PATCH] Fix a misleading statement Fix #16 --- CONFIGURATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 159b453..551b18e 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -9,8 +9,8 @@ The former, "memory", needs data to be passed to pmacct-to-elasticsearch's stdin, while the latter, "print", needs a file to be written by pmacct daemons, where pmacct-to-elasticsearch is instructed to read data from. -For "print" plugins, a crontab job is needed to run pmacct client and to -redirect its output to pmacct-to-elasticsearch; for "memory" plugins the pmacct +For "memory" plugins, a crontab job is needed to run pmacct client and to +redirect its output to pmacct-to-elasticsearch; for "print" plugins the pmacct daemon can directly execute pmacct-to-elasticsearch. More details will follow within the rest of this document.