Documentation
LiveNXHow to Enable LiveAssist GenAI in LiveNXDownload PDF
How to Enable LiveAssist GenAI in LiveNX : LiveAssist Configuration : Manual Enablement to Synchronize New Alerts
Manual Enablement to Synchronize New Alerts
In version 24.2.0 as a protection mechanism, you will need to manually update the application properties file so new alerts created after service enablement are sent to the LiveAction Platform.
1. SSH in LiveNX server and login as Admin user.
2. Run ‘sudo su’ enter admin password to login as root user.
3. Edit ‘application.properties file. Run command below.
‘sudo nano /data/livenx-server/data/application.properties’
4. Add the following line to the bottom of file.
notifications.alerting.enabled=true
5. Press Ctrl+X, then Y, and press Enter to save and exit.
6. Restart the LiveNX server service by running the following command:
‘sudo systemctl restart livenx-server’