Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am new to linux and nagios. However, i have a need for a monitoring solution and i have heard good things about Nagios. So, I installed Fedora 11 and setup Nagios as per the article at the following link.
I am new to linux and nagios. However, i have a need for a monitoring solution and i have heard good things about Nagios. So, I installed Fedora 11 and setup Nagios as per the article at the following link.
Also check in here :- /etc/httpd/conf.d/nagios.conf and make sure the htaccess directives are allowing you access from your host and wherever else you access from.
Let me know how you get on or if you need further help
# SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER
# Last Modified: 11-26-2005
#
# This file contains examples of entries that need
# to be incorporated into your Apache web server
# configuration file. Customize the paths, etc. as
# needed to fit your system.
<Directory "/usr/local/nagios/sbin">
# SSLRequireSSL
Options ExecCGI
AllowOverride None
Order allow,deny
Allow from all
# Order deny,allow
# Deny from all
Allow from 127.0.0.1
AuthName "Nagios Access"
AuthType Basic
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>
Alias /nagios "/usr/local/nagios/share"
<Directory "/usr/local/nagios/share">
# SSLRequireSSL
Options None
AllowOverride None
Order allow,deny
Allow from all
# Order deny,allow
# Deny from all
Allow from 127.0.0.1
AuthName "Nagios Access"
AuthType Basic
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>
GUYS,
Thanks for all your responses. I was able to get it to work! After posting my nagios.conf file i went to check the physical path and found that the sbin directory did not exist! So, I ran through the install again and Eureka the page appeared as if by magic. So, now onto the real work of configuring it to monitor linux and windows boxes as well as cisco devices. Any suggestions as to what plugins or clients work best on the windows side? Is the Nsclient++ the most reliable one out there?
Thanks again for letting me bounce questions of you guys....trust me it won't be the last.....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.