How to remove nagiosmobile from xi server

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
DonForigua
Posts: 94
Joined: Thu Oct 07, 2021 8:59 pm

How to remove nagiosmobile from xi server

Post by DonForigua »

Greetings

a past administrator from xi has installed nagiosmobile ui, but it has many jquery vulnerabilities
<title>Nagios Mobile</title>
<link rel="apple-touch-icon" href="nagios.png" />
<link rel="stylesheet" href="nagiosmobile.css" />
<script type='text/javascript' src="js/jquery-1.5.2.min.js"></script>
<link rel="stylesheet" href="jquery.mobile-1.0/jquery.mobile-1.0.min.css" />
<script type='text/javascript' src="jquery.mobile-1.0/jquery.mobile-1.0.min.js"></script>
<script type='text/javascript' src="js/nagiosmobile.js"></script>
<style>
thanks for your help
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: How to remove nagiosmobile from xi server

Post by gsmith »

Hi,

Please do the following

rm -rf /usr/local/nagiosmobile
rm -f /etc/httpd/conf.d/nagiosmobile.conf

Thanks
DonForigua
Posts: 94
Joined: Thu Oct 07, 2021 8:59 pm

Re: How to remove nagiosmobile from xi server

Post by DonForigua »

Hi

Removed

thanks for your help