05-27-2011 01:26 AM
Hi All,
Can anyone tell me how can I send Router's CPU utilization report to a particular mail id in a certain time interval using event manager applet?
Solved! Go to Solution.
05-27-2011 09:25 PM
Sure:
event manager applet send-cpu
event timer watchdog time 300
action 1.0 cli command "enable"
action 2.0 cli command "show proc cpu | inc CPU utilization"
action 3.0 mail from user@company.com to user@company.com subject "CPU Utilization" server 10.1.1.1 body "$_cli_result"
05-27-2011 09:25 PM
Sure:
event manager applet send-cpu
event timer watchdog time 300
action 1.0 cli command "enable"
action 2.0 cli command "show proc cpu | inc CPU utilization"
action 3.0 mail from user@company.com to user@company.com subject "CPU Utilization" server 10.1.1.1 body "$_cli_result"
05-28-2011 01:23 AM
Thank you very much Joseph.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide