Script Manager is used to manage python scripts, including the addition, deletion and update of python scripts in the system. Any modification except the deletion operation to the python scripts in the Script Manager is automatically synchronized to system worker servers.
Scripts Manager contains two categories:
▪Built-in — This folder contains all built-in python data of NetworkBrain IE in different features and modules. This folder is maintained by NetBrain and cannot be modified.
▪Public — This folder is used to contain the private python data that you create for your NetworkBrain System. Like the built-in scripts, the scripts in this folder can be called in the system.
1.Log in to the System Management page.
2.In the System Management page, click Operations > Script Manager from the quick access toolbar.
3.Point to the Public folder and click the drop-down menu to select New Python.
4.Input a name and press Enter.
5.Write your python scripts in the script editor.
6.Click Save. The python file will be synchronized to your NetworkBrain Worker Servers in a few minutes.
Tip: You can also create a python file by using the Import function. To import a local file, point to the Public folder, select Import and select the file to import it.