Hello List,

I know 5.8 is old - but it comes with el6. My question is I am collection 
syslog info from cisco equipment and
storing in a postgresql DB using:

# Remote Logging
$RuleSet remote
#*.* -?DynFile
*.* :ompgsql:127.0.0.1,syslog,user,pw

This works okay but when I look at the data in the pg db I am confused by what 
shows up in the in the
receivedat and devicereportedtime. In the example below they are the same but 
the message from the
cisco has a time 2 hrs earlier.

syslog=# select receivedat, devicereportedtime, message from systemevents limit 
10;
     receivedat      | devicereportedtime  | message
---------------------+---------------------+-------------------------------------------------------------------------------------------
 2014-06-11 11:12:34 | 2014-06-11 11:12:34 |  *Jun 11 09:12:27.459: 
%RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: #012RRM Verify Coverage
 2014-06-11 11:12:34 | 2014-06-11 11:12:34 |  *Jun 11 09:12:27.460: 
%RRM-3-RRM_LOGMSG: rrmLrad.c:2471 RRM LOG: #012RRM Verify Coverage

Is this a misconfiguration on my part or something that is fixed in a later 
version.

Thank,
Steve

--

_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to