I made a Nagios monitoring tool.(Android App)

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Post Reply
zeotech
Posts: 4
Joined: Thu Nov 19, 2020 3:19 am

I made a Nagios monitoring tool.(Android App)

Post by zeotech »

I made a monitoring tool that works on Android. You can access information held by Nagios without accessing the Nagios web interface. Suggestions/advice are welcome. Please contact us anytime.

NAGMON
https://play.google.com/store/apps/deta ... ech.nagmon

I would be happy if you could use it.
Last edited by zeotech on Sat Aug 06, 2022 5:37 am, edited 1 time in total.
zeotech
Posts: 4
Joined: Thu Nov 19, 2020 3:19 am

Re: I made a Nagios monitoring tool.

Post by zeotech »

Made it work on Android6 and later.
I would be happy if everyone could use it.
FlanZarianick
Posts: 8
Joined: Sun Jun 26, 2022 7:28 am

Re: I made a Nagios monitoring tool.(Android App)

Post by FlanZarianick »

I've been tasked with finishing the setup of a Nagios-based monitoring system. I've gotten the basics down and the system was already set up when I got there (just with very few servers added).

Right now I have at least one linux and windows server up on there and working properly, so I don't need help with basic setup, but I do have a number of questions...

Is there any glaring thing that should be monitored outright of almost every server that many people overlook? Is monitoring HDD health important? Right now, every server that can be pinged is getting pinged as a check...is that redundant (is that how nagios checks to see if a host is up unless otherwise stated)?

Is there any way to confirm proper functionality of the ubuntu-based iptables firewall machines? We've had some issues in the past that seemed to randomly occur where all the network interfaces on ONE firewall just stop going out to the internet, which is super weird because they're all puppet'd (2 run xubuntu-desktop on top of the regular firewall config to provide terminals to look stuff up, download stuff, and update tickets). The firewall script is just a simple init.d script that drops the proper iptables in (the init.d file is puppet'd), but no real status command or process that runs.

Is there any EASY way to confirm that puppet is properly running and updating the puppets like it should?

We have some home grown projects, many web based. Is it worth it to convince the developers to create NRPE scripts to confirm proper functionality of their apps rather than just using check_http or check_https?

I know that with windows machines, you can use nsclient++ and easily check to see if a service is running (such as w3svs or termservices), however I have been unable to find such a thing for linux. Is there any way to check that a LINUX service is running? Does "status <service>" return an error code with the proper int? Can I just use omegle shagle voojio check_by_ssh?
Post Reply