Ho to Disable | Nagios XI SSH Terminal feature

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
humbir
Posts: 1
Joined: Sun Jul 20, 2014 3:56 am

Ho to Disable | Nagios XI SSH Terminal feature

Post by humbir »

Hi Team,

We have installed Nagios Xi in our environment and monitoring all the application servers ( Red Hat & Cent Os ).
With "Nagios XI 2014R1.3" release

In that we can see that Under Admin tab we have a functionality to have command line Ajax window by which we can access Nagios server, and hence all other application server.

Is there any option we can disable this feature since this is security breach in our environment, and we do not want any admin to access CLI via WEB UI.
We need steps for "HOW to Disable SSH Terminal utility in NAgios XI UI
Any help greatly appreciated.

Thanks
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Ho to Disable | Nagios XI SSH Terminal feature

Post by tmcdonald »

The link in the Nagios XI web interface is generated from the /usr/local/nagiosxi/html/admin/ajaxterm.php file, and the rest of the ajaxterm files are listed under /usr/local/nagios/share/ajaxterm. If you want to remove the functionality, then those files can either be deleted or moved to the /tmp directory for safekeeping. Bear in mind they will need to be removed again on any updates as our update script essentially re-installs all the core files.
Former Nagios employee
Locked