mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
collectd: remove quotation on interval this is an number
The value is a number and not a string.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit d2d6220476)
This commit is contained in:
committed by
Hannu Nyman
parent
b0ad32a3ec
commit
aeefbbe340
@@ -320,7 +320,7 @@ process_config() {
|
||||
printf "TypesDB \"%s\"\n" "$TypesDB" >> "$COLLECTD_CONF"
|
||||
|
||||
config_get Interval globals Interval 30
|
||||
printf "Interval \"%s\"\n" "$Interval" >> "$COLLECTD_CONF"
|
||||
printf "Interval %s\n" "$Interval" >> "$COLLECTD_CONF"
|
||||
|
||||
config_get ReadThreads globals ReadThreads 2
|
||||
printf "ReadThreads \"%s\"\n" "$ReadThreads" >> "$COLLECTD_CONF"
|
||||
|
||||
Reference in New Issue
Block a user