About creating entry points in scripts

On UNIX, script agents use one of the different agent binaries that are shipped with VCS. The agent binaries are located at:

$VCS_HOME/bin/

See Script based agent binaries.

You can implement entry points using C++ or scripts. If you are implementing even one entry point in c++ then you must implement the VCSAgStartup function. If you do not implement any entry points in C++, then you do not need to implement the VCSAgStartup function since the default implementation of VCSAgStartup is present in the script agent binary provided by VCS as mentioned above.

See About the VCSAgStartup routine.

You can use script-based entry points to develop agents for monitoring applications that run in containers, including non-global zones. VCS provides APIs for container support. You can use Perl or shell scripts to develop entry points.

See Agent Framework primitives with container support.