On 25 August 2010 12:22, Ifeanyi Agu <[email protected]> wrote: > > Hello Jim, > > I used this link (http://www.kernelhardware.org/install-nagios-on-centos-5/) > to install my Nagios. I did all that you said while installing. I ran this > command ps -ef | grep nagios and I saw an output
What output did you see? > but I did not see anything that shows me whether Nagios Daemon is running or > not. How do I know? You should see the nagios process(es) listed (possibly along with the grep process which is part of the command you just ran) something like this: nagios 401 1 23 Aug13 ? 2-18:48:18 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 17576 401 0 12:42 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 17650 401 0 12:42 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 17725 401 1 12:42 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 17728 401 1 12:42 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg mylogin 17746 526 0 12:42 pts/0 00:00:00 grep nagios Looking at the comments on the web page where you got the instructions from, it also seems likely that SELINUX is enabled on your Centos linux OS. Personally I would disable it as it's a right pain to manage otherwise. I don't run RedHat or Centos myself so can't tell you how to do that. Please can I also ask you to send your emails to this list in plain text? The formatting can be a bit tricky to work with when quoting back a reply. Cheers, Jim ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
