[Nagios-users] Antwort: RE: MRTG graphs problem - measurement units not taken into consideration

2011-07-01 Thread Radu . Popa
Hello again, Can you please give some guidelines how to customize the PNP4Nagios background page? I have tried using the $conf['graph_opt'] = "--watermark 'Test'" option, but it does not take it. Also modifications done on the background.pdf file are not updated. Already restarted apache and na

Re: [Nagios-users] Reloading configuration on-the-fly

2011-07-01 Thread Daniel Wittenberg
We also use some of the pre-caching and config checking before we shutdown so if there are issues we don't take down the install, this reduces the actual downtime to about 20 seconds or so, even loading 600ish hosts and few thousand service checks. Dan -Original Message- From: Jim Av

Re: [Nagios-users] Reloading configuration on-the-fly

2011-07-01 Thread Jim Avery
On 1 July 2011 20:19, Daniel Wittenberg wrote: > If I remember right though this will only re-read what is there, so if you > add/remove files it won't pick those up so we just always use a restart. I sometimes add/remove a directive cfg_dir=/usr/local/nagios/etc/objects/test without any problem

Re: [Nagios-users] Reloading configuration on-the-fly

2011-07-01 Thread Daniel Wittenberg
If I remember right though this will only re-read what is there, so if you add/remove files it won't pick those up so we just always use a restart. Dan -Original Message- From: Edwin Zoeller [mailto:edwin.zoel...@ama-assn.org] Sent: Friday, July 01, 2011 1:08 PM To: Nagios Users List Su

Re: [Nagios-users] Reloading configuration on-the-fly

2011-07-01 Thread Gary Every
I wrote a script for checking first, then reloading nagios. It's pretty simple: #!/bin/bash cd /etc/nagios /usr/bin/nagios -v nagios.cfg RETVAL=$? if [ "$RETVAL" = "0" ] then service nagios reload exit 0 else echo "# ERROR IN CONFIG ##" echo "# Please fix the above issue

Re: [Nagios-users] Reloading configuration on-the-fly

2011-07-01 Thread Edwin Zoeller
Also, if on Linux OS, make it a service and all you have to do is issue: service Nagios reload -Original Message- From: Jim Avery [mailto:j...@jimavery.me.uk] Sent: Friday, July 01, 2011 10:49 AM To: Nagios Users List Subject: Re: [Nagios-users] Reloading configuration on-the-fly On 1 J

[Nagios-users] check_openmanage error on W2k8r2 Dell R900

2011-07-01 Thread Jay Wahl
Love check_openmanage plugin for Nagios! It has been a great help for monitoring our Dell hardware. I recently built 3 Dell 900s with W2K8r2 with check_openmanage (v 3.6.8) and Dell OMSA (v 6.5.0). I am getting the following errors: C:\Program Files\NSClient++\scripts>check_openmanage Proble

Re: [Nagios-users] Reloading configuration on-the-fly

2011-07-01 Thread dave stern - e-mail.pluribus.unum
To get all checks to run in a shorter amount of time, take a look at reducing max_service_check_spread and max_host_check_spread. You might also be interested in the "fast startup options" in the documentation. This will also point you to such parameters as use_large_installation_tweaks On

Re: [Nagios-users] Reloading configuration on-the-fly

2011-07-01 Thread Jim Avery
On 1 July 2011 16:22, nag ios wrote: > can u let me know the on-fly process in detail. You can send a HUP signal to the Nagios daemon to tell it to re-read the configuration. Make sure you verify the configs first though: /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

Re: [Nagios-users] Reloading configuration on-the-fly

2011-07-01 Thread nag ios
can u let me know the on-fly process in detail. On Fri, Jul 1, 2011 at 3:58 PM, Andreas Ericsson wrote: > On 07/01/2011 11:48 AM, Marc-André Doll wrote: > > Hi list, > > > > I'm starting to have some big perimeter (well, probably not as big as > > some of yours) on a Nagios and it's star

Re: [Nagios-users] Windows monitoring error

2011-07-01 Thread nag ios
Default one is 12489 right.? i haven't tried with 12849 will try and update the status ok. On Fri, Jul 1, 2011 at 4:08 PM, Edwin Zoeller wrote: > Did you try using port 12849 to connect to your windows client? > > *From*: nag ios [mailto:nagiost...@gmail.com] > *Sent*: Friday, July 0

Re: [Nagios-users] Statically Linked NRPE

2011-07-01 Thread David Wilkinson
Hi I have managed to get it to work. I had to change the LDFLAGS option to include -lz -ldl LDFLAGS= -L/usr/lib64 -lssl -lcrypto -lz -ldl # file nrpe nrpe: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 2.6.15, not stripped Regards David On 01/

Re: [Nagios-users] omreport and check_openmanage

2011-07-01 Thread Trond Hasle Amundsen
Emilio Bruna writes: > Hello all, > i'm monitoring several Dell windows servers with nagios and NSClient++ > and OMSA + check_openmanage. On one of these, i'm getting a problem > monitoring the redundant power supplies. > > Running the command below LOCALLY on the machine being monitored i got >

Re: [Nagios-users] nagios-nrpe socket timeout error

2011-07-01 Thread Jim Avery
On 1 July 2011 12:12, rahul kumar wrote: > Hi, > > I have installed nagios on server and i am monitoring client from this > machine. Sometimes it shows socket timeout error and next cycle error > disappear. there is no firewall . All the firewall services are disabled on > the machine. Some thing

[Nagios-users] Statically Linked NRPE

2011-07-01 Thread David Wilkinson
Hi All I am trying to get a statically linked version of NRPE to put on our servers. I tried the Statically Linked Nagios Linux Agent from the Nagios website http://exchange.nagios.org/directory/Addons/Monitoring-Agents/Statically-Linked-Nagios-Linux-Agent It fails to extract to the files when

Re: [Nagios-users] Windows monitoring error

2011-07-01 Thread Edwin Zoeller
Did you try using port 12849 to connect to your windows client? From: nag ios [mailto:nagiost...@gmail.com] Sent: Friday, July 01, 2011 03:41 AM To: Nagios Users List Subject: Re: [Nagios-users] Windows monitoring error i understood that but the server ip which was given during nsclient w

[Nagios-users] nagios-nrpe socket timeout error

2011-07-01 Thread rahul kumar
Hi, I have installed nagios on server and i am monitoring client from this machine. Sometimes it shows socket timeout error and next cycle error disappear. there is no firewall . All the firewall services are disabled on the machine. Can anyone help on this rahul

Re: [Nagios-users] Segmentation fault due a plugin 1.4.15

2011-07-01 Thread Mies, Christian
If you are using nsclient++ on your Windows System, use NRPE instead of check_nt. So you can ignore this Messages. Regards Christian i.A. Christian Mies Senior Consultant Tel: +49 (661) 103-874 (-333) Fax: +49 (661) 103-17874(-334) mailto:christian.m...@it-novum.com

Re: [Nagios-users] Reloading configuration on-the-fly

2011-07-01 Thread Andreas Ericsson
On 07/01/2011 11:48 AM, Marc-André Doll wrote: > Hi list, > > I'm starting to have some big perimeter (well, probably not as big as > some of yours) on a Nagios and it's starting to be quite delicate to > restart/reload it as it takes between 6 and 10 minutes to start > scheduling checks again. >

Re: [Nagios-users] Segmentation fault due a plugin 1.4.15

2011-07-01 Thread Andreas Ericsson
On 07/01/2011 12:12 PM, Marco Borsani wrote: > Hi all > > > > Using Nagios 1.4.5 , plugin 1.4.5, Centos 5.3 32 bit on an hold Dell PE > 6450, we had not any problem. > > > > Now I change my HW (Dell PE 2950) and SO (Centos 5.6 - 64bit) , re-compile > Nagios (3.2.3 version) and plugins 1.4.15,

[Nagios-users] Reloading configuration on-the-fly

2011-07-01 Thread Marc-André Doll
Hi list, I'm starting to have some big perimeter (well, probably not as big as some of yours) on a Nagios and it's starting to be quite delicate to restart/reload it as it takes between 6 and 10 minutes to start scheduling checks again. Is there a way/module/tool to reload the configuration witho

[Nagios-users] Segmentation fault due a plugin 1.4.15

2011-07-01 Thread Marco Borsani
Hi all Using Nagios 1.4.5 , plugin 1.4.5, Centos 5.3 32 bit on an hold Dell PE 6450, we had not any problem. Now I change my HW (Dell PE 2950) and SO (Centos 5.6 - 64bit) , re-compile Nagios (3.2.3 version) and plugins 1.4.15, everything is working fine, but often I read the message: check

Re: [Nagios-users] R: how to manage a distributed configuration

2011-07-01 Thread Andreas Ericsson
On 07/01/2011 08:53 AM, Marco Borsani wrote: > None use a distributed Nagios environment with a mysql db ? > Merlin does exactly that, with redundancy and loadbalancing thrown in for good measure. Ninja is the presentation layer. You'll find more info at http://www.op5.org Enjoy :) -- Andreas

Re: [Nagios-users] Windows monitoring error

2011-07-01 Thread nag ios
i understood that but the server ip which was given during nsclient was same as my nagios server.. On Fri, Jul 1, 2011 at 1:20 PM, Assaf Flatto wrote: > nag ios wrote: > > > > > > what does the unauthorised access means > > > > the ip and password's are same in both the command

[Nagios-users] omreport and check_openmanage

2011-07-01 Thread Emilio Bruna
Hello all, i'm monitoring several Dell windows servers with nagios and NSClient++ and OMSA + check_openmanage. On one of these, i'm getting a problem monitoring the redundant power supplies. Running the command below LOCALLY on the machine being monitored i got the right data from omreport.exe: c

[Nagios-users] (no subject)

2011-07-01 Thread rahul kumar
-- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and ma

Re: [Nagios-users] Clearing previous flapping states?

2011-07-01 Thread Tim Philips
Thanks very much! I thought and suspected as much but didn't know if I was missing something with regards to being able to clear flapping. On 1/07/2011, at 1:39 AM, m...@catsnest.co.uk wrote: > On Thu, Jun 30, 2011 at 12:19 PM, Jim Avery wrote: >> On 30 June 2011 11:42, Tim Philips wrote:

Re: [Nagios-users] Windows monitoring error

2011-07-01 Thread Assaf Flatto
nag ios wrote: > > > what does the unauthorised access means > > the ip and password's are same in both the commands.cfg and ns.ini > file > > Whats the exact problem can u figure it out > > > I have tried to reinstall it also but same problem can you help me?? >

Re: [Nagios-users] R: how to manage a distributed configuration

2011-07-01 Thread Romain Le Merlus
Hi Marco, On Fri, Jul 1, 2011 at 8:53 AM, Marco Borsani wrote: > None use a distributed Nagios environment with a mysql db ? > You can try Centreon (http://www.centreon.com), a powerful GPL monitoring software based on Nagios core with MySQL DB. Here is a web demo: http://demo.centreon.com Wi