Configure the IPAWS plug-in settings
- Open theNDSconsole on theNDSserver in administrator mode.
- Navigate toManagement>Configuration.
- ClickNew Configuration.
- In theNew Keyfield, enter the following value:nds.plugins.ipaws
- From Windows Explorer, open the following file:AtHocENS/DeliveryServer/Plugins/ipaws/AtHoc.NDS.Plugins.IPAWS.dll.config
- Copy the contents and close the file.<nds.plugins.ipaws> <supportedDevices> <device type="IPAWSNWEM" enabled="true" secondsTimeout="600" requiredInilizations="None" maxTasksPerInit="50" maxTasksPerExecution="50" maxTasksCanProcess="50" alertCancelOffsetInMin="5" certExpirationReminderInDays="40" /> <device type="IPAWS" enabled="true" secondsTimeout="600" requiredInilizations="None" maxTasksPerInit="50" maxTasksPerExecution="50" maxTasksCanProcess="50" alertCancelOffsetInMin="5" certExpirationReminderInDays="40" /> </supportedDevices> <supportedEvents> <event type="Health" enabled="true" /> <event type="GetMessage" enabled="true" /> </supportedEvents> </nds.plugins.ipaws>
- Optionally, configure the value of thealertCancelOffsetInMinattribute. The IPAWS plug-in determines when to send an alert termination or cancel message to the IPAWS FEMA server based on the value of thealertCancelOffsetInMinattribute. An alert termination or cancel message is sent only when the time difference between the alert expiration time set during alert creation and the actual alert termination time is greater than thealertCancelOffsetInMinvalue. If the alert ends after the specified end time for the alert, or the difference between the alert expiration time set during alert creation and the actual alert termination time is less than thealertCancelOffsetInMinvalue, no alert termination or cancel message is sent.The value for thealertCancelOffsetInMinattribute must be the same for both devices.
- Optionally, configure the value of thecertExpirationReminderInDaysattribute. The default is 40 days. When the certificate expiration date is less than or equal to the configured number of days, a warning message is logged in the Event Viewer before every alert publish. The message contains the expiration date of the certificate and the number of remaining days the certificate is valid.The value for thecertExpirationReminderInDaysattribute must be the same for both devices.
- Return to theNDSconsole and paste the file contents in theValuefield.
- ClickSave.
- Restart theNDSprocesses.For detailed information, see Restart the NDS processes.