[vz-users] aktuelles RPi Image läuft nicht

Udo1 udo1 at gmx.net
Fri Aug 15 23:27:38 CEST 2014


Am 15.08.2014 23:22, schrieb Oliver Koch:
> {
> "retry" : 30,                 /* how long to sleep between failed 
> requests, in seconds */
> "daemon": true,               /* run periodically */
> //"foreground" : true,          /* dont run in background (prevents 
> forking) */
> //"verbosity" : 5,              /* between 0 and 15 */
> //"log" : "/var/log/vzlogger_3.log",/* path to logfile, optional */
>
> "local" : {
>         "enabled" : true,      /* should we start the local HTTPd for 
> serving live readings? */
>         "port" : 8080,          /* the TCP port for the local HTTPd */
>         "index" : true,         /* should we provide a index listing 
> of available channels if no UUID was requeste$
>         "timeout" : 30,         /* timeout for long polling comet 
> requests, 0 disables comet, in seconds */
>         "buffer" : 600          /* how long to buffer readings for the 
> local interface, in seconds */
> }, 
Das ist falsch. Muss so aussehen:

{
"retry" : 30,                      /* how long to sleep between failed 
requests, in seconds */
"daemon": true,                    /* run periodically */
"foreground" : false,              /* run in background */
"verbosity" : 9999,                   /* between 0 and 9999, je höher 
desto mehr Infos */
"log" : "/var/log/vzlogger.log",   /* path to logfile, optional */

"local" : {
         "enabled" : false,      /* local HTTPd for serving live 
readings, 'false' für Daten an die middleware !!! */
         "port" : 80,            /* the TCP port for the local HTTPd */
         "index" : true,         /* should we provide a index listing of 
available channels if no UUID was requested? */
         "timeout" : 30,         /* timeout for long polling comet 
requests, 0 disables comet, in seconds */
         "buffer" : 600          /* how long to buffer readings for the 
local interface, in seconds */
           },

Gruß
Udo


More information about the volkszaehler-users mailing list