UPM script to send syslog keepalive messages every hour
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-03-2016 11:59 AM
We currently have our switches set up to send syslog messages to a centralized server which will send an alert out if a device hasn't sent a message in for over 4 hours. Some of our switches are pretty quiet and we wanted to know if it is possible to have a UPM script that will send a syslog message every hour?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-03-2016 12:55 PM
Easy enough. Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-03-2016 12:02 PM
You could create an UPM timer to run every hour that just creates a dummy log event.
create upm profile Create_log
create log message "keep-a-live"
create upm profile Create_log
create log message "keep-a-live"
