Nagios Mobile

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jkinning
Posts: 747
Joined: Wed Oct 09, 2013 2:54 pm

Nagios Mobile

Post by jkinning »

I am trying to launch the Nagios XI interface from a mobile device but after I get prompted to login I just get this - unable to open file ()

This is the first I have tried this so is there something special I need to do in order to get the mobile interface to work on Nagios XI 2014R2.5?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Mobile

Post by scottwilkerson »

Have you deployed a RAM DISK? If so you may need to edit
/usr/local/nagiosmobile/include.inc.php

with the new paths to the following items

Code: Select all

$STATUS_FILE  = "/var/nagiosramdisk/status.dat";
$OBJECTS_FILE = "/var/nagiosramdisk/objects.cache";
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jkinning
Posts: 747
Joined: Wed Oct 09, 2013 2:54 pm

Re: Nagios Mobile

Post by jkinning »

I do and that fixed the issue.

Using a ramdisk are there any other components that could be impacted? I am having issues with performance graphs and capacity planning which is a different thread but just want to make sure the use of the ramdisk isn't causing my issue.

Thanks.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Mobile

Post by scottwilkerson »

I believe all of the others are accounted for in the RAM DISK doc.

I am going to make a task to get the RAM DISK document updated to include changes to nagiosmobile file
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked