a syslog data viewer for the web
Nov 21, 2008 - 02:20 AM
Professional Services
Custom phpLogCon configuration? Maintenance Contract?

phpLogCon professional services


Online
There are 24 unlogged users and 0 registered users online.

You can log-in or register for a user account here.

FAQ
FAQ  :: What is the reason that new records are not displayed? ::
(5517 Reads)  
Posted by therget on Monday, August 15, 2005 - 08:46 PM

Currently we know one circumstance why phpLogCon does not show all/new data: The time used in phpLogCon is by default set to UTC-time. For example, New York, USA is 5 hours behind UTC. So if you log data to your database at 1pm in New York, the UTC time is 6pm. phpLogCon's timefilter "today" takes all data since the begin of the day (12am) until now (in our sample its 1pm). But the UTC time format of the logged data is 6pm, so it wont be displayed yet. To fix this, open up the config.php, search for:

// Use UTC time
define('_UTCtime', 1);

and replace it with (or change it to):

// Use UTC time
define('_UTCtime', 0);

Now phpLogCon uses local time and your data should be displayed now.

Send this story to someone  Printer-friendly page
 Last Forum Posts
 · Re: Message Parser --> order of appli ...
Yes, both the monitorware and syslog-ng database schema are defin ...
· Re: Message Parser --> order of appli ...
Andre, isn't the support for php-syslog-ng database schema build ...
· Re: Message Parser --> order of appli ...
Well technically it would be possible to extend the table mapping ...
· Re: Message Parser --> order of appli ...
That sounds sensible deviding them into multiple database tables. ...
· Re: Message Parser --> order of appli ...
Exactly. If the first parser has a match, it will parse. If the s ...
· Re: Message Parser --> order of appli ...
as far as I know, they are tried one after another until one succ ...
· Message Parser --> order of appliance ...
In the data source definition it is possible to assign multiple M ...
· Re: Create custom message parsers
Yes it is, there is no documentation about it yet but it is possi ...
· Create custom message parsers
Hi all,is it currently possible to create user defined message pa ...
· Re: Problem with Step 7
any SELinux restrictions for the web server? They are known to ex ...

 Login
 




 


 Log in Problems?
 New User? Sign Up!

:: Syndication: ::
Page created in 0.10592007637 seconds.