Skip to main content
The 2024 Developer Survey results are live! See the results
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options answers only not deleted user 10197

For questions about Syslog on network devices. For instance, you are configuring syslog on your switch or you have have problems with syslog not showing on your router.

3 votes
Accepted

Cisco EEM pass Syslog message to TCL script

event event manager directory user policy "flash:/" event manager directory user library "flash:/" event manager directory user repository tftp://1.1.1.3/ event manager applet TRIGGER_ON_SYSLOG event syslog … event code set url "http://some.http.destination:8000" # Event log message is passed in as "$argv 0". # That's the first item in $argv (which is a list) set rawmsg [lindex $argv 0] # Strip quotes from syslog
evilSnobu's user avatar
  • 221