Announcement

Collapse
No announcement yet.

SysLog triggering

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SysLog triggering

    OK now I know I am doing something wrong..

    <TABLE id=FilterGridView style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" cellSpacing=1 cellPadding=0 rules=all border=0><TBODY><TR class=tableroweven><TD>04/01/2009 22:59:30</TD><TD>192.168.1.13</TD><TD>syslog</TD><TD>[00:16:01:AB:09:6B] louap : WIRELESS: wl1: MLME - Wireless client connected: 0013ce3773e5</TD></TR></TBODY></TABLE>

    there's the syslog entry..

    but I can't get a event trigger to fire when looking for this with this as the syslog trigger settings:

    UltraLog Syslog Match
    Look In: Msg Content
    Match Type: Contains
    Match Value: Wireless client connected: 0013ce3773e5

    what am I doing wrong?

    Cheers,

    Darren

    #2
    Hello Darren. I just created a HomeSeer test event and I can get the event to trigger with no problems. Can you enable debug and provide the few debug lines that show the raw syslog lines? I am thinking that your data may not be parsing properly.

    Here is my example:
    PHP Code:
    1/5/2009 7:25:54 PM  UltraLog Debug Entered ProcessSyslogPacket() subroutine.
    1/5/2009 7:25:54 PM  UltraLog Debug IP: [192.168.2.1]; Data: [<12>kernelDROP IN=vlan1 OUTMAC=ff:ff:ff:ff:ff:ff:00:01:5c:24:a2:42:08:00:45:00:01:4d SRC=DST=255.255.255.255 LEN=333 TOS=0x00 PREC=0x00 TTL=64 ID=55904 PROTO=UDP SPT=67 DPT=68 LEN=313 ]
    1/5/2009 7:25:54 PM  Info Event Trigger "Syslog Trigger Test"
    1/5/2009 7:25:54 PM  Info Speak ():DHCP activity detected 
    Regards,
    Ultrajones
    Attached Files
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

    Comment

    Working...
    X