Page 1 of 1

Nagios Mobile

Posted: Thu Feb 12, 2015 8:44 am
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?

Re: Nagios Mobile

Posted: Thu Feb 12, 2015 9:09 am
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";

Re: Nagios Mobile

Posted: Thu Feb 12, 2015 9:32 am
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.

Re: Nagios Mobile

Posted: Thu Feb 12, 2015 10:01 am
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