Are you facing Core Configuration Manager Displaying Issues in Nagios XI?
This guide will help you.
Sometimes our customers using Nagios XI report that while using Core Configuration Manager (CCM) they face issues. Generally, it will be an issue with the interface or likely caused by a bug.
Basically, Nagios XI is a powerful server and network monitoring solution for any kind of server, application, web-service, or network. Also, it provides monitoring of all mission-critical infrastructure components.
Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to resolve issues regarding Nagios XI.
This error usually arises due to the web browser’s implementation of JavaScript. It is better to use a browser that more closely implements the ECMAScript Language Specification.
We can use the following steps to fix this issue:
Often with Nagios XI, we can see that the Core Config Manager not visible or some components are missing from the page.
Generally, this relates to a proxy issue.
i. Firstly, we can use the below command:
pear config-set http_proxy http://proxy:port
ii. Make sure to change proxy:port to match our proxy server, an example is given below:
pear config-set http_proxy http://192.168.44.20:8080
iii. Then execute the following command:
pear install HTML_Template_IT
After performing these steps, we can go back to CCM and check if it works.