cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4083
Views
0
Helpful
2
Replies

Run eem applet every 5 minutes ?

Jonn cos
Level 4
Level 4

Hi all experts.

What will be the cron_entry for running eem every 5 mins

thanks

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

You could use watchdog rather than cron.  For example:

event timer watchdog time 300

But if you want to do it with cron:

*/5 * * * *

Or:

0,5,10,15,20,25,30,35,40,45,50,55 * * * *

View solution in original post

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

You could use watchdog rather than cron.  For example:

event timer watchdog time 300

But if you want to do it with cron:

*/5 * * * *

Or:

0,5,10,15,20,25,30,35,40,45,50,55 * * * *

Thanks alot

Review Cisco Networking for a $25 gift card