I'm still looking into this a bit more on my own, but I figured I'd ask about it here as well....
I'm getting syslogs from some netbsd 1.6 hosts which are not being formatted correctly. messages from another field (not hostname ) are showing up as the hostname...
for example, a plaintext message on the netbsd host shows up as the following (spaces inply change of field)
Aug 30 04:50:00 host1 /usr/sbin/cron[28464]: (root) CMD FINISH (/usr/libexec/atrun)
is showing up as this in the db as:
+-----------------------+----------+----------+-------+--------+------------+----------+---------+----------------------------------+-----+
| host | facility | priority | level | tag | date | time | program | msg | seq |
+-----------------------+----------+----------+-------+--------+------------+----------+---------+----------------------------------+-----+
| /usr/sbin/cron[1193]: | 9 | 6 | NULL | (root) | 2005-08-30 | 04:40:00 | NULL | CMD START (/usr/libexec/atrun) | 643 |
+-----------------------+----------+----------+-------+--------+------------+----------+---------+----------------------------------+-----+
any ideas?


