I don't see a macro to achieve this, but am hoping it is doable:
When I create a script a user can run against a host (by clicking on it, re: traceroute, etc.), I would like to pass a username or media type to the script of the person activating it. Some of the actions are to perform automated maintenance which could take andwhere from 3-15 minutes to complete. I'd like to be able to alert the user that the script comlpeted successfully or not.
Anyone know of a way to do something like the following?
myscript.sh -p {HOST.CONN} -u {USER.NAME} -e {USER.EMAIL}
When I create a script a user can run against a host (by clicking on it, re: traceroute, etc.), I would like to pass a username or media type to the script of the person activating it. Some of the actions are to perform automated maintenance which could take andwhere from 3-15 minutes to complete. I'd like to be able to alert the user that the script comlpeted successfully or not.
Anyone know of a way to do something like the following?
myscript.sh -p {HOST.CONN} -u {USER.NAME} -e {USER.EMAIL}
Comment