Performing ping and tracert operations using DITT
You can use DITT (DataMiner IT Tools) in an EPM environment to ping and trace any device that has an endpoint. With DITT, you can do this without any need for extra code. You can add the ping button and trace button to your visual overview and use them to connect to DITT and perform the desired operation.
For detailed info, see Implementing DITT in a visual overview.
Example:
The following shape data fields are used in this example:
Execute: Defines the variables that will be passed to DITT to perform the desired command. (See Configuring a page to execute a script.)
In the example above:
Script:DITT Controller||UserSession=[cardVar:_Guid];OperationType=Ping;OperationArguments=[param:[cardvar:_partitionElement],2002,[cardvar:_field]];UserName=[thisusername];HostingDma=[cardVar:_DmaId]||Click to Ping Device|NoConfirmation
Element: Indicates the element that the visual overview is used for. (See Linking a shape to an element.)
VdxPage: This is used to open a pop-up window to show the results of the command. (See Making a shape display a particular page.)
Options: You can use this to add certain options to customize your experience.
LinkOptions: You can use this to customize the pop-up window.