Inserting into Database

Everything which is related to the installation of phpLogCon.

Inserting into Database

Postby eggy02 on Sun Aug 28, 2005 3:23 pm

I have phplogcon installed and working on a Windows 2003 box with Kiwi Syslog. What are the tables/columns that I need to map to insert syslog data?

Thanks,

Aaron
eggy02
New
 
Posts: 1
Joined: Sun Aug 28, 2005 3:18 pm

phpLogCon professional services

  • Custom phpLogCon configuration?
  • Maintenance Contract?
  • Installation support?

RE: Inserting into Database

Postby mmeckelein on Mon Aug 29, 2005 8:57 am

Hello Aaron,

the table is SystemEvents.

the columns are:

ID int(10) unsigned NOT NULL auto_increment,
CustomerID int(11) NOT NULL default '0',
ReceivedAt datetime NOT NULL default '0000-00-00 00:00:00',
DeviceReportedTime datetime NOT NULL default '0000-00-00 00:00:00',
Facility int(11) NOT NULL default '0',
Priority int(11) NOT NULL default '0',
FromHost varchar(60) NOT NULL default '',
Message text NOT NULL,
NTSeverity char(3) NOT NULL default '',
Importance char(3) NOT NULL default '',
EventSource varchar(60) default NULL,
EventUser varchar(60) NOT NULL default '',
EventCategory int(11) NOT NULL default '0',
EventID int(11) NOT NULL default '0',
EventBinaryData text NOT NULL,
MaxAvailable int(11) NOT NULL default '0',
CurrUsage int(11) NOT NULL default '0',
MinUsage int(11) NOT NULL default '0',
MaxUsage int(11) NOT NULL default '0',
InfoUnitID int(11) NOT NULL default '0',
SysLogTag varchar(60) default NULL,
EventLogType varchar(60) default NULL,
GenericFileName varchar(60) default NULL,
SystemID int(11) NOT NULL default '0',
Checksum int(11) NOT NULL default '0',
PRIMARY KEY (ID)

Hope this help.

Michael
mmeckelein
Adiscon Support
 
Posts: 167
Joined: Wed Mar 12, 2003 12:07 pm

Google Ads



Return to Installation

Who is online

Users browsing this forum: No registered users and 0 guests

cron