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

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

    Ollama Integration - ManageEngine OpManager

  • 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 <OPM_HOME>/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:
    OLLAMA_GENAI_MODEL <your-model-name>
  4. For example, to use llama3:
    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

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
Ollama Integration - ManageEngine OpManager
 
 

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
Ollama Integration - ManageEngine OpManager
 
 

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
Ollama Integration - ManageEngine OpManager
 
 

Device Summary

The summary for an individual device can also be generated that will give an overview of the device with it's 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
Ollama integration - ManageEngine OpManager
 
 

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
    Ollama Integration - ManageEngine OpManager
     
     
  • 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.