installed in under windows 7 and edited config file like this:

-----
## This is a sample configuration file. See the nxlog reference manual about 
the
## configuration options. It should be installed locally and is also available
## online at http://nxlog.org/nxlog-docs/en/nxlog-reference-manual.html

## Please set the ROOT to the folder your nxlog was installed into,
## otherwise it will not start.

#define ROOT C:\Program Files\nxlog
define ROOT C:\Program Files (x86)\nxlog

Moduledir %ROOT%\modules
CacheDir %ROOT%\data
Pidfile %ROOT%\data\nxlog.pid
SpoolDir %ROOT%\data
LogFile c:\windows\temp\nxlog.log

<Input in>
     Module      im_msvistalog
# For windows 2003 and earlier use the following:
#   Module      im_mseventlog
</Input>

<Output out>
     Module      om_udp
     Host        10.100.100.1
     Port        514
</Output>

<Route 1>
     Path        in => out
</Route>



---------

service starts fine, nxlog.log shows it started, process is running but NOTHING 
is sent to 10.100.100.1 port 514 udp

what's wrong?


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to