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
Reg. support on Nagios XI & Nagios Mobile integration
-
seemakurthy
- Posts: 5
- Joined: Wed Apr 25, 2018 2:52 am
Re: Reg. support on Nagios XI & Nagios Mobile integration
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 : )
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 : )
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
seemakurthy
- Posts: 5
- Joined: Wed Apr 25, 2018 2:52 am
Re: Reg. support on Nagios XI & Nagios Mobile integration
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
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
You do not have the required permissions to view the files attached to this post.
Re: Reg. support on Nagios XI & Nagios Mobile integration
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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Reg. support on Nagios XI & Nagios Mobile integration
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
https://github.com/ericloyd/EWDroid
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Reg. support on Nagios XI & Nagios Mobile integration
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.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Reg. support on Nagios XI & Nagios Mobile integration
Thanks for chiming in @eloyd.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
seemakurthy
- Posts: 5
- Joined: Wed Apr 25, 2018 2:52 am
Re: Reg. support on Nagios XI & Nagios Mobile integration
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
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
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.
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.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Reg. support on Nagios XI & Nagios Mobile integration
@seemakurthy did you have any further questions?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.