Is there a special setting for sending emails and SMTP server settings given through Escalation Policy? Looks like, whenever Escalation Policy executes Send Mail action, it seems to be referring MailServer.conf file instead of the values taken from the UI. Also, alertPolicyObject table in database doesn't store SMTP server info or sender's and receivers' mail ids.
How to overcome this problem? We would like to let user input the details from Escalation Policy UI.
The control comes to SetCurrentNodeProperties only when initialized from the Tree node. I was looking forward to getPanelInstance and change the properties to view the filtered data. But SetCurrentNodeProperties doesn't get called when used the same instance.
Enabling multiple instance for Events and creating new instance also doesn't trigger the SetCurrentNodeProperties();
Please suggest, how to change the properties of the panel to override properties given in Tree.xml ? or any other ways to achieve the requirement.
While I try to schedule the GoToExample template given in Examples folder, getting an error message: "Form element is not allowed after provisioning operation is scheduled"
Please suggest, on how to fix this issue. I am planning to use GoTo and Scheduling for all of our provisioning templates.
To enable CORBA, I have set Corba as true and corba port is set to 1050 in NMSProcessesBE.conf and started the WebNMS server. tnameserv started successfully after that. However when tried to connect to localhost from MBeanBrowser, error is shown indicating that the server may not be running or may be listening to port other than 1050.
This worked fine on windows machine, but fails on Linux. Is there any setting missing? Please let me know.
As part of new device support, I would like to change icons displayed for a device in the NMSListView panel and single/multiple icons displayed in Performance[Configured collection] etc. I see that, the images are being used from com.adventnet.nms.mapui.images package of NMSClientClasses.jar.
How can I put my icons to that jar using Eclipse? Since I want all my changes to go via only one nar file.