Page 1 of 2
Reg. support on Nagios XI & Nagios Mobile integration
Posted: Wed Apr 25, 2018 4:42 am
by seemakurthy
Hi Nagios Support Team,
I am Raja, I have installed Nagios XI trail (60 days) successfully in Windows 10 (using VMware).
I need help for the below two.
1. The moment I logged in Nagios I am getting the below alert, please help me in how to fix this.
SQL Error [ndoutils] : Table './nagios/nagios_servicestatus' is marked as crashed and should be repaired.
I even tried running the command /usr/local/nagiosxi/scripts/repairmysql.sh in VMware Workstation, still I am seeing the SQL error. (
https://support.nagios.com/kb/article/n ... es-24.html).
2. I want to monitor a mobile device and the apps in the mobile.
I see Mobile App (Nagios Mobile) is available in Nagios XI, but I don’t see it anywhere even in the Configuration Wizard.
How can I integrate Nagios Mobile into Nagios XI.
Thanks in Advance,
Raja
Re: Reg. support on Nagios XI & Nagios Mobile integration
Posted: Wed Apr 25, 2018 3:45 pm
by cdienger
1. You can try truncating the nagios_servicestatus table following steps in
https://support.nagios.com/kb/article/n ... es-24.html
2. The mobile inteface should be automatically installed and accessibile at https://<nagios_ip>/nagiosmoibile. A link and details can be found at
https://www.nagios.com/products/nagios-mobile/ if you don't already have it.
3. Please make one post per issue or question going forward. It helps keep things on track for everyone : )
Re: Reg. support on Nagios XI & Nagios Mobile integration
Posted: Thu Apr 26, 2018 8:21 am
by seemakurthy
Thanks Cdienger for your reply.
For the 1st point I will try truncating the nagios_servicestatus table
(using mysql -u ndoutils -pn@gweb nagios -e 'TRUNCATE TABLE nagios_logentries'
mysql -u ndoutils -pn@gweb nagios -e 'TRUNCATE TABLE nagios_notifications')
And for my 2nd point.
I was able to access NagiosMobile both in my mobile and windows8. (Attached the document.).
But I am unable to integrate NagiosMobile with NagiosXI.
How to integrate NagiosMobile with NagiosXI and can capture the mobile device metrics.
Thanks & Regards,
Raja
Re: Reg. support on Nagios XI & Nagios Mobile integration
Posted: Thu Apr 26, 2018 11:01 am
by cdienger
It looks like I misunderstood your second question. I'm not aware of any plugins specific to monitoring mobile devices but it is an interesting idea. My first thought is that if the device has an snmptrap app, you could configure it to send traps to XI and configure XI to accept them with
https://assets.nagios.com/downloads/nag ... ios_XI.pdf.
Re: Reg. support on Nagios XI & Nagios Mobile integration
Posted: Thu Apr 26, 2018 11:11 am
by mcapra
As far as capturing the metrics for an Android device,
@eloyd started something to this effect a while ago but I'm not sure of it's current status:
https://github.com/ericloyd/EWDroid
Re: Reg. support on Nagios XI & Nagios Mobile integration
Posted: Thu Apr 26, 2018 11:54 am
by eloyd
Thanks for the shoutout. EWdroid was a project we'd developed for unveiling at the 2016 Nagios World Conference. That conference was canceled and the project took a backseat. We may be able to ramp it back up again, but the resources have been reassigned at this point.
Re: Reg. support on Nagios XI & Nagios Mobile integration
Posted: Thu Apr 26, 2018 12:45 pm
by cdienger
Thanks for chiming in
@eloyd.
Re: Reg. support on Nagios XI & Nagios Mobile integration
Posted: Thu Apr 26, 2018 2:47 pm
by seemakurthy
Thanks for your prompt responses.
Now what Nagios mobile exactly do, what all it captures and how to use it.
Is there any user guide for Nagios mobile.
Thanks
Raja
Re: Reg. support on Nagios XI & Nagios Mobile integration
Posted: Thu Apr 26, 2018 2:58 pm
by eloyd
According to Google, "Nagios Mobile is a lightweight web interface, based on the Teeny Nagios project by Hirose Masaaki. Nagios Mobile is a PHP web-based application designed for Mobile and touch-screen devices."
In other words, it is an interface designed to be easy to use on mobile devices to access your Nagios server. It has nothing to do with monitoring mobile devices.
Re: Reg. support on Nagios XI & Nagios Mobile integration
Posted: Thu Apr 26, 2018 4:57 pm
by cdienger
@seemakurthy did you have any further questions?