Re: [Nagios-users] question about running Nagios on Solaris LDom and Zone servers

2010-01-12 Thread Litwin, Matthew
I am looking at the same situation myself and have decided that I am going to have to run NRPE on each zone lest I rewrite all my plugins. Now I am deciding which checks should run on the LDom and which on the zones. It seems that disk checks are are good first choice to run on the LDom only, es

Re: [Nagios-users] What this message means

2010-01-12 Thread Max Hetrick
ReynierPM wrote: > Hi every: > Today I get this message from one of my checked hosts: "Notifications > for this host are being suppressed because it was detected as having > been flapping between different states (24.2% change > 20.0% threshold). > When the host state stabilizes and the flapping

Re: [Nagios-users] What this message means

2010-01-12 Thread James Pratt
Hello Reynier, Have a look at: http://nagios.sourceforge.net/docs/3_0/flapping.html Hth - Jamie >> -Original Message- >> From: ReynierPM [mailto:rper...@uci.cu] >> Sent: Tuesday, January 12, 2010 10:58 AM >> To: nagios-users@lists.sourceforge.net >> Subject: [Nagios-users] What this mes

[Nagios-users] What this message means

2010-01-12 Thread ReynierPM
Hi every: Today I get this message from one of my checked hosts: "Notifications for this host are being suppressed because it was detected as having been flapping between different states (24.2% change > 20.0% threshold). When the host state stabilizes and the flapping stops, notifications will

Re: [Nagios-users] check_openmanage block esmlog, check the rest of items

2010-01-12 Thread Trond Hasle Amundsen
Natxo Asenjo writes: > C:\>omreport storage controller > List of Controllers in the system [...] > Storport Driver Version : 5.2.3790.3959 > Minimum Required Storport Driver Version : 5.2.3790.4173 This is your problem: the storport driver is out of date. I have never

Re: [Nagios-users] Greetings all, CGI access problem

2010-01-12 Thread Marc Powell
On Jan 12, 2010, at 5:14 AM, Clair Johnson wrote: > I've check the cgi config file and change the use_authentication to 0 but > that doesn't change anything, when I call the CGI in my browser I'm still > asked for credentials. Nagios doesn't present the authentication dialog, your web server d

Re: [Nagios-users] question about running Nagios on Solaris LDom and Zone servers

2010-01-12 Thread Scott, Ewan
Thanks for this. I have not decided on exactly what I'll monitor as I'm still installing the clients and making sure the the basic infrastucture works. However in outline: 1. I intend to use nrpe for the checks. 2. I would envisage 5-6 basic checks on the host primary LDom servers (4) and prim

[Nagios-users] Greetings all, CGI access problem

2010-01-12 Thread Clair Johnson
Hi all, This is my first post to the list. I've search the archive but didn't find clues to my actual problem. It's since two years that I'm working with nagios, from the version 2.5 and I very happy and grateful for all the work people have done to this project. I've developed my own graphical

Re: [Nagios-users] avoid notifications during time interval

2010-01-12 Thread Marc Aymerich
On Tue, Jan 12, 2010 at 6:48 AM, Marc Aymerich wrote: > *Hi all!* > > *From 2:00 to 2:15AM my mail server is stroked by the backup system. Most > of the times Nagios gets a Timeout error when the SMTP service is checked > during this time period, so Nagios sends me an annoying Critical > notific

Re: [Nagios-users] is_volatile - SOLUTION

2010-01-12 Thread Richard Gliebe
On 1/12/10 8:12 AM Richard Gliebe wrote: > Hi there, Me onesmore, > > at the moment I'm migrating from nagios Nagios-2.3 to Nagios-3.0.6 with > nearly the same config Files. > > One parameter makes me headaches: "is_volatile". > > In V2.3 it doesn't shows me this parameter in the webinterface

Re: [Nagios-users] check_openmanage block esmlog, check the rest of items

2010-01-12 Thread Natxo Asenjo
On Tue, Jan 12, 2010 at 8:57 AM, Natxo Asenjo wrote: > On Mon, Jan 11, 2010 at 3:25 PM, Trond Hasle Amundsen > wrote: >>> Is it possible to exclude the esm log from the check? >> >> Yes. You have implicitely included it with the '-a' option, which means >> "check everything, including log content

Re: [Nagios-users] check_openmanage block esmlog, check the rest of items

2010-01-12 Thread Natxo Asenjo
On Mon, Jan 11, 2010 at 3:25 PM, Trond Hasle Amundsen wrote: >> Is it possible to exclude the esm log from the check? > > Yes. You have implicitely included it with the '-a' option, which means > "check everything, including log content". Drop the '-a' option from the > command and you should be f