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?
Nagios Mobile
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios Mobile
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
/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
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.
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
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
I am going to make a task to get the RAM DISK document updated to include changes to nagiosmobile file