Grouping Scripts

Hello All....Newbie here.   I have 10 Routers at remote sites.  It is imperative these routers are up for Point Of Sale system.  I created a script that included all routers.  If Request timed out is found in the string the script fails and sends an email alerting me that the router is down.  The problem is that the script stops on a failure which after some thought makes sense.  Now I have created a script for each router.  Is there a way to group all scripts under one schedule or does each have to have it's own schedule??

Thanks,

Aldo

Hi Aldo,

Instead of having the script fail when one of the routers can not be contacted, wrap the action which performs the ping (or what ever you’re doing at the moment) in a Try-Catch block which will cause the actions that are children of the Catch block to be executed when the ping action fails. That way the script will keep going regardless of the whether a router was contactable or not. If you need further help with this, send your project into support [at] automise.com and we’ll have a look to see what can be done.

Regards,
Paul.