We are using: Orion Core 2012.2.1, SAM 5.2.0 SP1, NCM 7.1.1, NPM 10.4.1, NTA 3.10.0, IVIM 1.5.0
I’m trying to configure a trigger action for a %CPU utilization alert when one of our Cisco Cat 4506 core switches exceeds a CPU utilization for 95% for 5 minutes.
Ideally, I’d like to be able to have the trigger action work to have a “sh tech” from the switch send an email with the “sh tech” file to members of our engineering staff…but I’m open to suggestions.
When I use “Execute an NCM Action” to “Execute Config Script” and enter “show tech” in the “command script to execute” field, the system sends the output to the “Configuration Management page on the Orion Portal, but when I click “Script Results” the output appears in a pop-up window, but I’m unable to close the window (IE 8 locks up).
I tried executing the following command:
show tech | redirect t10.8.0.150/techsupport.txt
But NCM returned the following:
%Error opening t10.8.0.150/techsupport.txt (Timed out)
show tech | redirect t10.8.0.150/techsupport.txt
% Incomplete command before pipe.
Can anyone offer a more elegant, better solution?
I’d like to be able to forward the output of “sh tech” to our staff if CPU utilization exceeds 95% on one of the Core switches…the best solution would be to send it via email, but a good alternative would be to send a link (url) to the file itself.
Thanks
- Steve