Re: [Nagios-users] **SPAM** Re: upgrade from 3.0.6 to 3.2.1 using rpmforge (yum)

2010-06-05 Thread Matt Simmons
If you're in the habit of compiling things from source on a distro that uses package management, it's not too hard to set up your own internal repository. With CentOS, it's farcically easy. The "hard part" is making an RPM, and even that just takes a little time to figure out. IBM's guide to packa

[Nagios-users] [CLOSED] Re: R: Ndoutils block nagios

2010-06-05 Thread Abdessamad BARAKAT
I have created a new database and now it's ok...it's seems to block on the old database(LOCK,..), mysqlcheck on the old database show "OK" Thanks a lot for your help Michael Friedrich a écrit : > On 2010-06-03 08:38, Abdessamad BARAKAT wrote: >> Before this crash , all works like a charm. Do

Re: [Nagios-users] Nagios - Retention period for logrotate

2010-06-05 Thread Giorgio Zarrelli
Better to use log rotate and have the eldest log file mailed to an "archiving" mailbox, so you can recall them as you need. Ciao, Giorgio Il giorno 05/giu/2010, alle ore 14.45, Marc Powell ha scritto: > > On Jun 5, 2010, at 3:57 AM, James Corteciano wrote: > >> Dear List, >> >> I am runnin

Re: [Nagios-users] Nagios - Retention period for logrotate

2010-06-05 Thread James Corteciano
Hi Marc, Thanks for your response. What can you suggest for this kind of scenario as my boss requirement is to have the nagios logs remain within 6 months only? At this moment, I just set "log_rotation_method=n" in nagios.cfg and I made simple logrotation script as stated below. /var/logrotation

Re: [Nagios-users] check_yum issue

2010-06-05 Thread Kevin Keane
You would probably want to use sudo. Instead of having NRPE call check_yum directly, have it call sudo check_yum, and add check_yum for the Nagios user to your sudoers (make sure to not require a password, of course!) Be sure to keep the sudoers entry as restrictive as possible, or you may open

Re: [Nagios-users] **SPAM** Re: upgrade from 3.0.6 to 3.2.1 using rpmforge (yum)

2010-06-05 Thread Robert Wolfe
On Fri, 4 Jun 2010 01:17:21 +, "Joseph L. Casale" wrote: >>I put the EPEL repo on to the system then ran a "yum search nagios". >>Rpmforge should up but EPEL didn't I guess I should try an "yum info" >>for fun. > > Keep in mind anytime you add a 3rd party repo, you should use a yum plugin

Re: [Nagios-users] Is this a nagios configuration issue?

2010-06-05 Thread Kumar, Ashish
> Jun 2 12:10:14 fda12 setroubleshoot: SELinux is preventing /bin/ping > access to a leaked > /usr/local/nagios/var/spool/checkresults/check43t3S5 file descriptor. > For complete SELinux messages. run sealert -l > 5af60ca2-178e-40da-ac17-5b6fbb72db15 > > This issue is related to SELinux. If you h

Re: [Nagios-users] Nagios - Retention period for logrotate

2010-06-05 Thread Marc Powell
On Jun 5, 2010, at 3:57 AM, James Corteciano wrote: > Dear List, > > I am running Nagios version 3.2.0 and the archive logs are located in > /var/log/nagios/archive which doing log rotation everyday. How can I > configure nagios that the archive logs retention period is six (6) months? There

Re: [Nagios-users] Nagios not sending email notifications..

2010-06-05 Thread Giorgio Zarrelli
Hi, It's not a Nagios problem. The problem is either at os level of your Nagios server (maybe you do not reaxh your mta or something wrong in your local to remote delivery) or it's a problem om you mta not accepting emails for delivery from Nagios server. Login to your Nagios server then

[Nagios-users] Nagios - Retention period for logrotate

2010-06-05 Thread James Corteciano
Dear List, I am running Nagios version 3.2.0 and the archive logs are located in /var/log/nagios/archive which doing log rotation everyday. How can I configure nagios that the archive logs retention period is six (6) months? Thank you. Regards, James -