Hi Guys,
Needs some help?
I would like to run a EEM an kick off an TCL scrip at a spicific time ( 07:00 ) every Morning
The output needs to be emailed to me
EEM
event manager applet Health_Report
event syslog pattern action 1 mail server "16.8.11.27" to "theoa@icloud.org.uk" from "SISC@icloud.org.uk" subject "Health_Reports " body "current users $_cli_result"
TCL script below :
tclsh
foreach address {
10.186.246.82 10.184.63.193 } { ping $address repeat 20 size 500 }
tclquit
Assistance would be greatly appreciated