Forum Discussion

eu22106's avatar
eu22106
Level 4
16 years ago

VCS Management Console 5.5 custom Notification script

Hi all,

In the management console I want to use a custom Notification script and pass a variable with it. It would look like this:

"D:\jeopardy_state.bat system" where system is the system name.

Is it possible to pass objectnames to a script?

Ivo

1 Reply

  • Hi there,

    You can fire off custom scripts from the VCS Management Console.  The scripts should be placed in $data_dir/CustomScripts.

    I do not see a way of passing a variable to the script though.

    What you may have to do is write your custom script.  Don't pass any variables.  Within the script, login to the VCS Management Console, using the CLI provided with the VCS MC.  Once in, you should have some visibility into VCS MC objects.

    Regards,
    Hugh