# Integrate OpManager with Ollama OpManager integrates with Ollama to bring the power of local AI models into any network monitoring workflow. Infrastructure insights, alert patterns, and performance data are intelligently processed and interpreted using local language models running entirely within the organization's environment. This enables IT teams to move beyond raw metrics and act on clear, context-aware summaries — reducing troubleshooting time and strengthening overall network observability without relying on external cloud-based AI services. - [Configuring Ollama in OpManager](#configuring-ollama-in-opmanager) - [AI Summaries in OpManager](#ai-summaries-in-opmanager) ## Configuring Ollama in OpManager AI-generated summaries in OpManager require the Ollama integration to be configured beforehand. - Navigate to **Settings → General Settings → Integration → Ollama**. - Enter the **Organization Name** and **Base URL**. ![Ollama Integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/ollama_integration.png) ![Ollama Integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/privacy_info.png) - Read and acknowledge the data privacy notice before proceeding. - Click **Save**. Ollama is successfully integrated with OpManager. ### To Change the Default Model OpManager uses `gpt-oss:20b` as the default model for Ollama integration; ensure that this model is downloaded locally for use. If you prefer to use a different model, you can override the default by editing the server parameters configuration file: 1. Navigate to **/conf/OpManager/** on your OpManager server. 2. Open the file **serverparameters.conf** in a text editor. 3. Add the following entry at the bottom of the file: ```plaintext OLLAMA_GENAI_MODEL ``` 4. For example, to use **llama3**: ```plaintext OLLAMA_GENAI_MODEL llama3 ``` 5. Save the file and restart OpManager for the change to take effect. **Note:** Ensure the model you specify is already downloaded on your Ollama host. If the specified model is not available, OpManager will fail to generate AI responses. ## AI Summaries in OpManager With Ollama integrated, OpManager users can now view summarized versions of the following monitored entities: - [All Alarms Summary](#all-alarms-summary) - [Individual Alarm Summary](#individual-alarm-summary) - [Device Group Summary](#device-group-summary) - [Device Summary](#device-summary) - [Script Generation](#script-generation) ### All Alarms Summary Summarized overviews of all alarms generated together can now be viewed as a consolidated overview of the recent alarms with their key details. To view that: - Go to **Alarms**, and click on the **Summarize** tab on top-right. - The summary will be generated automatically. ![Ollama Integration- ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/ollama_1_all_alarms_page.png) ![Ollama Integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/ollama_2_all_alarms_summary.png) ### Individual Alarm Summary The summary of an individual alarm with the alarm type, probable causes and recommendations steps can be generated. - Go to **Alarms**, and click on any one of the alarms. - Click on the **Summarize** tab to generate a summary. ![Ollama Integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/single_alarm_page.png) ![Ollama Integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/single_alarm_surmmary.png) ### Device Group Summary With the integration, you can get an overview of the device groups created in OpManager along with the devices condition, key metrics and recommendations. This can be viewed from the snapshot of a device group. - Go to **Settings → Configurations → Groups**. You can also navigate to Groups from the **Inventory**. - Select a device group and click on the **Summarize** tab to generate the summary. ![Ollama Integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/ollama_9_group_page.png) ![Ollama Integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/ollama_10_group_summary.png) ### Device Summary The summary for an individual device can also be generated that will give an overview of the device with its key metrics. - Go to **Inventory → Select a device** to view the **Device Snapshot Page**. - In the snapshot page, click on the **Summarize** tab to generate the summary. ![Ollama Integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/ollama_6_device_summary.png) ![Ollama integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/ollama_3_device_page.png) ### Script Generation With this integration, scripts for script templates can be generated using Ollama. By entering a prompt, Ollama generates the required script automatically. - Go to **Settings → Monitoring → Script Templates** - Click on **Add** and enter the Monitoring details. - Under Script details, click on **Generate with AI**. ![Ollama Integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/ollama_7_global_script.png) ![Ollama Integration - ManageEngine OpManager](https://www.manageengine.com/network-monitoring/images/ollama_8_global_script_generation.png) - In the next window, enter the prompt for the script required. - Click on **Generate**, the script will be generated. - You can choose to use the template for monitoring. By bringing AI-driven insights, automated summaries, and script generation into a single integration, OpManager and Ollama together reduce the burden of manual analysis and empower network teams to diagnose issues faster with greater efficiency. To learn more about using Ollama in OpManager, click [here](https://www.manageengine.com/network-monitoring/kb/ollama-integrations.html).