2012R1.0 & NagiosMobile

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
srrhd
Posts: 131
Joined: Thu May 19, 2011 6:15 am

2012R1.0 & NagiosMobile

Post by srrhd »

Hi,

Is NagiosMobile already integrated in 2012R1.0 ? Refering to the change log i would say yes, but when trying to access to http://IP_ADDRESS/nagiosmobile i get :
The requested URL /nagiosmobile was not found on this server.
I looked for an activation of it in NagiosXI interface and found nothing, neither into apache configuration files.

Am i missing something or do i just need to follow http://assets.nagios.com/downloads/exch ... Mobile.pdf ?

Cheers,

Aurélien.
Last edited by srrhd on Wed Oct 24, 2012 1:19 am, edited 1 time in total.
Configuration:
Nagios XI 2014R2.5
manually upgraded on 64bits CentOS 6
with nothing extra, no gnome, no proxy, no SSL
Add-ons: Hypermap, Minemap, Ping Action, Traceroute Action, Network Replay, Graph Explorer, Latest Alert
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: 2012R1.0 & NagiosMobile

Post by lmiltchev »

Run the following command (provided you haven't deleted install files):

Code: Select all

/tmp/nagiosxi/subcomponents/nagiosmobile/install
Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
srrhd
Posts: 131
Joined: Thu May 19, 2011 6:15 am

Re: 2012R1.0 & NagiosMobile

Post by srrhd »

Running the script failed as the tar command inside do not have the path to the tar file. running it from its the directory works.

Trying to access http://IP_ADDRESS/nagiosmobile, i am asked for authentification and then it prompts:
unable to open file ()

If anyone got the same problem, you might have follow http://assets.nagios.com/downloads/nagi ... giosXI.pdf to optimize your performance. So you just need to edit /usr/local/nagiosmobile/include.inc.php
and replace

Code: Select all

$STATUS_FILE  = "/usr/local/nagios/var/status.dat";
by

Code: Select all

$STATUS_FILE  = "/var/nagiosramdisk/status.dat";
Thanks lmiltchev.
Configuration:
Nagios XI 2014R2.5
manually upgraded on 64bits CentOS 6
with nothing extra, no gnome, no proxy, no SSL
Add-ons: Hypermap, Minemap, Ping Action, Traceroute Action, Network Replay, Graph Explorer, Latest Alert
Locked