cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1719
Views
0
Helpful
1
Replies

Event manager applet ping

ronsametcohen
Level 1
Level 1

Hello .

 

How can I send ping regular by EEM script (not ip sla) and if the ping is not succided after few times , i want to do test to fix the network connection .

thanks !

1 Reply 1

julian.bendix
Level 3
Level 3

Hey,

yes you can schedule EEM Scripts with cron syntax to run at given times,
first line in your EEM script should be: event timer cron cron-entry "<cron time syntax>"

e.g. every 5 minutes:

event timer cron cron-entry "5 * * * *"

Hope that help, let me know.

BR
Juls