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.
I have been tasked with installing Nagios and I would really like some direction on where to start to get help with documentation, step by step instructions etc. I realize this is probably a really dumb question but I have been a fan of Nagios since I used it at my old job and really want to learn it from the ground up.
Great - thank you! I am working on a Ubuntu 12.04.5 distribution - on a AWS server. My goal is to do basic monitoring for our clients - i.e: ping, disk space, etc.
Also - not sure where to find SELinux? We configure our servers the same every time since we deploy them for clients with the same builds (tomcat6, ubuntu etc.)
Our standard install of Core utilizes the regular apache, not tomcat. With that said, our installs are meant to be on a minimal install (nothing before). Is there a specific reason you're using Tomcat?
root@nagios:/tmp/nagios-4.0.4# service nagios status
nagios (pid 24711) is running...
root@nagios:/tmp/nagios-4.0.4# service httpd status
httpd: unrecognized service
root@nagios:/tmp/nagios-4.0.4#
As for why Tomcat - it's what we use to run our software for our clients - and to save time today I just spun up another AMI using our default build. I can either remove it or start with a clean server if you think that is better? I don't need it since the only thing this server will do is run nagios.
I also tried to look into apache2
root@nagios:/tmp/nagios-4.0.4# sudo service apache2 start
* Starting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
So that may give us some more information?
The program 'getenforce' is currently not installed. You can install it by typing:
apt-get install selinux-utils