Mailing List Archive

phplogcon displays lots of empty rows if queryreturns noresults
The definition of the data source in question - should be in xour config file...

----- Urspr?ngliche Nachricht -----
Von: "Rory Toma" <rory at ooma.com>
An: "rsyslog-users" <rsyslog at lists.adiscon.com>
Gesendet: 06.08.08 22:59
Betreff: Re: [rsyslog] phplogcon displays lots of empty rows if query returns noresults

Rainer Gerhards wrote:
> Can you provide the config of the data source so that Andre can create a
> testbed?
>
> Thanks,
> Rainer
>
>
>
Exactly what info would you like? I am using the default syslog schema
in SystemEvents.


_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
phplogcon displays lots of empty rows if queryreturns noresults [ In reply to ]
Rainer Gerhards wrote:
> The definition of the data source in question - should be in xour config file...
>
>
>

$CFG['DefaultSourceID'] = 'Source1';

$CFG['Sources']['Source1']['ID'] = 'Source1';
$CFG['Sources']['Source1']['Name'] = 'rsyslog';
$CFG['Sources']['Source1']['ViewID'] = 'SYSLOG';
$CFG['Sources']['Source1']['SourceType'] = SOURCE_DB;
$CFG['Sources']['Source1']['DBTableType'] = 'monitorware';
$CFG['Sources']['Source1']['DBServer'] = 'rsyslog.corp.ooma.com';
$CFG['Sources']['Source1']['DBName'] = 'Syslog';
$CFG['Sources']['Source1']['DBUser'] = 'xxx';
$CFG['Sources']['Source1']['DBPassword'] = 'xxx';
$CFG['Sources']['Source1']['DBTableName'] = 'SystemEvents';
$CFG['Sources']['Source1']['DBEnableRowCounting'] = false;