Hi,
I was wondering if someone could tell me how I can get the mobile version of Nagios XI working. I would like to be able to access this from mobile devices.
Can this be done? If so what do I need to do?
Nagios XI Mobile
-
donnyforbes
- Posts: 357
- Joined: Tue Jun 13, 2017 2:17 pm
Re: Nagios XI Mobile
Ok I found the following documentation
https://assets.nagios.com/downloads/exc ... 1497890461
I ran through all this and it seems to work from my PC. Here is what I did. http://192.168.1.xxx/nagiosmobile and when doing this it gave me this .
However when I do it from my phone it does not work. Could this maybe be a firewall issue?
https://assets.nagios.com/downloads/exc ... 1497890461
I ran through all this and it seems to work from my PC. Here is what I did. http://192.168.1.xxx/nagiosmobile and when doing this it gave me this .
However when I do it from my phone it does not work. Could this maybe be a firewall issue?
You do not have the required permissions to view the files attached to this post.
-
dwasswa
Re: Nagios XI Mobile
The reason why its not working is because your phone needs to be connected to the same network in order to have access to Nagios Xi Mobile
-
donnyforbes
- Posts: 357
- Joined: Tue Jun 13, 2017 2:17 pm
Re: Nagios XI Mobile
What if I want to access it form the outside or through an iOS app? Can this be done? I suspect I need to open some rules on my firewall? Do you might have an idea what needs to be opened?Derick Wasswa wrote:The reason why its not working is because your phone needs to be connected to the same network in order to have access to Nagios Xi Mobile
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios XI Mobile
You would need to create a mapping in your firewall to map a public IP:port to your internal
192.168.1.xxx and port 80
The "how" to do this would depend on the firewall you have, you would need to work with the vendor and your network administrator.
192.168.1.xxx and port 80
The "how" to do this would depend on the firewall you have, you would need to work with the vendor and your network administrator.
-
donnyforbes
- Posts: 357
- Joined: Tue Jun 13, 2017 2:17 pm
Re: Nagios XI Mobile
Yes I did that. I believe all is good now.scottwilkerson wrote:You would need to create a mapping in your firewall to map a public IP:port to your internal
192.168.1.xxx and port 80
The "how" to do this would depend on the firewall you have, you would need to work with the vendor and your network administrator.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios XI Mobile
Great! Thanks!