Added missing db mapping for program field of syslogng - thanks to Micha "Wolvverine" Panasiewicz

This commit is contained in:
Andre Lorbach 2008-07-03 14:47:24 +02:00
parent ad46747dbe
commit d3c459b86f

View File

@ -195,6 +195,7 @@ $dbmapping['syslogng'][SYSLOG_MESSAGE] = "msg";
//TODO $dbmapping['syslogng'][SYSLOG_FACILITY] = "Facility";
//TODO $dbmapping['syslogng'][SYSLOG_SEVERITY] = "Priority"
$dbmapping['syslogng'][SYSLOG_SYSLOGTAG] = "tag";
$dbmapping['syslogng'][SYSLOG_PROCESSID] = "program";
// ---
// EventTime Constants