I have reviewed the help for NPM, and it seems that all you need to is start the SNMP Syslog service, and SolarWinds Syslog service. However, i am still not seeing any messages. Is there something I am supposed to configure on each server as well?
For windows to send event logs to syslog you can use this free util from Purdue:
http://code.google.com/p/eventlog-to-syslog/
It supports vista, windows 7, and server 2008 and can be compiled for 32 or 64 bit environs
you can also use SolarWinds log forwarder which they have improved in the latest version.
For cisco devices:
Syslog reserves facilities "local0" through "local7" for log messages received from remote servers and network devices. Routers, switches, firewalls and load balancers each logging with a different facility can each have their own log files for easy troubleshooting. The following examples will show how to have a different log file for each class of device.
If you have a large data center, then you may also want to switch off all logging to /var/log/messages as suggested above for the home/SOHO environment. In all the network device configuration examples below we are logging to the remote Linux logging server 192.168.1.100 which we set up in the previous section.
By default Cisco routers send syslog messages to their logging server with a default facility of local7. We won't set the facility in this case, but we can tell the router to timestamp the messages and make the messages have the source IP address of the loopback interface.
service timestamps log datetime localtimeno logging consoleno logging monitorlogging 192.168.1.100
By default Cisco switches also send syslog messages to their logging server with a default facility of local7. We won't change this facility either, therefore making routers and switches log to the same file.
set logging server enableset logging server 192.168.1.100set logging level all 5set logging server severity 6
Local Directors use the "syslog output" command to set their logging facility and severity. The value provided must be in the format FF.SS (facility.severity) using the numbering scheme below:
Here we using facility LOCAL4 and logging debugging messages and above.
syslog output 20.7no syslog consolesyslog host 192.168.1.100
PIX firewalls use the following numbering scheme to determine their logging facilities.
This configuration example assumes that the logging server is connected on the side of the "inside" protected interface. We're sending log messages to facility LOCAL3 with a severity level of 5 (Notification) set by the "logging trap" command.
logging on
logging standby
logging timestamp
logging trap notifications
logging facility 19
logging host inside 192.168.1.100
This configuration for this is more straight forward. You specify the facility with an intuitive number using the "logging host" command and set the severity with the "logging subsystem" command. This example shows the CSS11000 logging facility LOCAL 6 and severity level 6 (Informational)
logging host 192.168.1.100 facility 6set logging subsystem all info-6logging commands enable
Hopefully this will get you started :}
yes, each sever will have to be configured to send syslog messages to your syslog server
Thanks. Do you have a link that will show me how to do this?
Sounds like you at least have it all ready to go...
Typically a firmware device like a Cisco router or switch includes a Syslog Daemon process. You config that daemon to point to the IP address of your Solarwinds Orion server's IP. Then your Orion Syslog Service listens on port 514 for those incoming messages and presents them in the Orion Syslog view.
On the other hand a system like a Windows server needs software to act like a Syslog Daemon. I use the Solarwinds 'Windows Log Forwarder' (free app if you have maintenance). This app will send 'syslog' messages to Orion. There's not an embedded syslog daemon in Windows servers.
One more thing - at your Orion server, there can only be one Syslog Service listening on that port 514 (there are exceptions to this with port assignments). Good Luck!
Adding related post .
https://thwack.solarwinds.com/docs/DOC-168927