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.
2012R1.0 & NagiosMobile
2012R1.0 & NagiosMobile
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
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
Re: 2012R1.0 & NagiosMobile
Run the following command (provided you haven't deleted install files):
Hope this helps.
Code: Select all
/tmp/nagiosxi/subcomponents/nagiosmobile/install
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: 2012R1.0 & NagiosMobile
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
by
Thanks lmiltchev.
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";
Code: Select all
$STATUS_FILE = "/var/nagiosramdisk/status.dat";
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
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