Search found 7525 matches

by slansing
Thu Jun 14, 2012 9:35 am
Forum: Open Source Nagios Projects
Topic: Nagios GUI modification
Replies: 6
Views: 3142

Re: Nagios GUI modification

Yes that would be possible, a good place to start would be here: http://exchange.nagios.org/directory/Ad ... -and-Skins
by slansing
Wed Jun 13, 2012 10:57 am
Forum: Open Source Nagios Projects
Topic: Check_nrpe .... Socket timeout after 10 seconds.
Replies: 6
Views: 3879

Re: Check_nrpe .... Socket timeout after 10 seconds.

Yes all of that information is within this document:

http://nagios.sourceforge.net/docs/nrpe/NRPE.pdf

If you search "Open Firewall Rules," and "xinetd" you should find what you seek.
by slansing
Wed Jun 13, 2012 10:42 am
Forum: Open Source Nagios Projects
Topic: Check_nrpe .... Socket timeout after 10 seconds.
Replies: 6
Views: 3879

Re: Check_nrpe .... Socket timeout after 10 seconds.

Have you made sure that there is a rule to let the check through iptables? And that it is configured though xinetd correctly?
by slansing
Wed Jun 13, 2012 10:15 am
Forum: Open Source Nagios Projects
Topic: Check_nrpe .... Socket timeout after 10 seconds.
Replies: 6
Views: 3879

Re: Check_nrpe .... Socket timeout after 10 seconds.

This error does not always have to do with SSL issues. It could be that a firewall is blocking the connection, or a port is not opened or configured correctly. Have you made sure that it is neither of these? Also check to make sure that the service is running correctly. If it is a windows machine yo...
by slansing
Wed Jun 13, 2012 9:05 am
Forum: Nagios XI
Topic: Nagios 2011R3.0 from 2011R2.4 problem
Replies: 7
Views: 266

Re: Nagios 2011R3.0 from 2011R2.4 problem

Using the 3.0 release instead of 3.1 will function properly, however 3.1 did include bug fixes see:

http://assets.nagios.com/downloads/nagi ... S-2011.TXT
by slansing
Mon Jun 11, 2012 3:39 pm
Forum: Nagios XI
Topic: Installation Issue RHEL5 64-bit
Replies: 17
Views: 3365

Re: Installation Issue RHEL5 64-bit

It should only tell you that a file exists if it is truly there. In which case skipping that step will allow the installation script to continue. I would also try

Code: Select all

 cat /etc/passwd|grep nagios
and

Code: Select all

cat /etc/group|grep nagios
to make sure there is nothing there.
by slansing
Mon Jun 11, 2012 3:30 pm
Forum: Nagios XI
Topic: Installation Issue RHEL5 64-bit
Replies: 17
Views: 3365

Re: Installation Issue RHEL5 64-bit

Have you tried running

Code: Select all

touch installed.usersgroups
when the install script gets stuck at that point? This will skip the user and group creation.
by slansing
Thu Jun 07, 2012 10:27 am
Forum: Nagios XI
Topic: User account association (XI)
Replies: 1
Views: 439

Re: User account association (XI)

Welcome Drewshrider! Just gave you access to the other forum areas.
by slansing
Thu Jun 07, 2012 10:01 am
Forum: Nagios XI
Topic: Upgrade to 3.0 issues
Replies: 9
Views: 1518

Re: Upgrade to 3.0 issues

Try running this command

Code: Select all

cat /dev/null > /tmp/nagiosxi/uninstall-crontab-root
You should be able to complete the upgrade at this point.
by slansing
Thu Jun 07, 2012 9:53 am
Forum: Open Source Nagios Projects
Topic: Check NRPE
Replies: 3
Views: 2322

Re: Check NRPE

If you are still having issues, try running the check in NSClient++'s test mode. You can still run the command from your Nagios server but have a cmd opened and test mode on.