Is it possible to use phplogcon with postgres? rsyslog supports logging to postgres, I believe, but the INSTALL file only mentions MySQL.
Thanks!



$CFG['Sources']['Source1']['ID'] = "Source1";
$CFG['Sources']['Source1']['Name'] = "PostgreSQL DB";
$CFG['Sources']['Source1']['SourceType'] = SOURCE_PDO;
$CFG['Sources']['Source1']['DBTableType'] = "monitorware";
$CFG['Sources']['Source1']['DBType'] = DB_PGSQL;
$CFG['Sources']['Source1']['DBServer'] = "localhost";
$CFG['Sources']['Source1']['DBName'] = "databasename";
$CFG['Sources']['Source1']['DBUser'] = "root";
$CFG['Sources']['Source1']['DBPassword'] = "";
$CFG['Sources']['Source1']['DBTableName'] = "systemevents";
$CFG['Sources']['Source1']['DBEnableRowCounting'] = false;

Users browsing this forum: No registered users and 0 guests