[Nagios-users] Tru64 NRPE client for Nagios

2006-02-21 Thread Dany Allard
Hello Everyone Does anyone have a compiled NRPE client for Tru64 5.1a? We tried to compile the source from http://altinity.blogs.com/dotorg/2005/09/22/index.html#a000694 But we had some errors. Thanks Dany Allard This message is intended only for the addressee and may contain personal,

[Nagios-users] hostgroupescalations not working

2006-02-21 Thread Derek J. Balling
I'm running the latest version of Nagios included with Debian sarge/ stable (it reports itself as 1.3-cvs.20050402-2.sarge.1). I have defined, in /etc/nagios/escalations.cfg, a hostgroupescalation, like so: define hostgroupescalation{ hostgroup_name all-linux

[Nagios-users] (U) Statsmap visual indicator

2006-02-21 Thread Cook Robin K Civ CPSG/ZCI
Classification: UNCLASSIFIED Is there a way to get the status map (user defined) to display an indicator for a host when a service associated with that host has a problem? I would rather not have icons for the services on the status map as it is busy enough as it is. Robin K. Cook Classificatio

Re: [Nagios-users] Nagios web interface,frontend or GUI tools list

2006-02-21 Thread Toto Capuccino
you can find some here:http://www.nagiosexchange.org/Frontends.37.0.htmlhttp://www.nagiosexchange.org/Configuration.40.0.html 2006/2/21, Radhika <[EMAIL PROTECTED]>: Hi Guys,   Here is the list of nagios GUI tools for allusers and admins wants to manage .   http://www.debianhelp.co.uk/nagioswe

[Nagios-users] Nagios web interface,frontend or GUI tools list

2006-02-21 Thread Radhika
Hi Guys,   Here is the list of nagios GUI tools for allusers and admins wants to manage .   http://www.debianhelp.co.uk/nagiosweb.htm   If any one knows any other tools they can post here so that it would help more users.   thanks Yahoo! Autos. Looking for a sweet ride? Get pricing, revi

RE: [Nagios-users] Internal Server Error on Nagios 2.0

2006-02-21 Thread Pete Shelfo
I found the answer!!! Unfortunately installing Nagios via the RPM did not help. The problem lies within SELINUX. If I disable SELinux the CGI scripts work fine. /etc/selinux/config SELinux=disable Reboot the server Now the question is why does the security enhanced Linux module cause problems

RE: [Nagios-users] Internal Server Error on Nagios 2.0

2006-02-21 Thread jeff vier
always cc the list so others may learn by your experiences. On Tue, 2006-02-21 at 15:15 -0500, Pete Shelfo wrote: > Can you point me in a direction, give me ideas or possibly recommend a > web resource? what happens when you run the status.cgi from the command line as the apache user? is this e

[Nagios-users] seg fault exiting downtime

2006-02-21 Thread David Schlecht
Hi All, After extensive testing, I've been able to isolate this seg fault. I'm still uncertain if this is related to a configuration setting, or if it's a bug in Nagios. If anyone has any input, I would certainly appreciate hearing from you. I can reproduce this on the following platforms:

Re: [Nagios-users] statusmap questions

2006-02-21 Thread Rafael Bandeira da Costa
Mike Linden escreveu: First, I get a green circle with cross hairs for each host which I would like to not see. I only need the words up/down to display. Second, I would like to actually have pictures of the racks with system icons. Has anyone seen this type of map? Mike Have a look

Re: [Nagios-users] statusmap questions

2006-02-21 Thread Toto Capuccino
On the stausmap page you got a scrolling list called Layout method, it looks like the one you want is circular. If you want icons to be displayed you need to create a hostextinfo.cfg file you'll find in nagios doc how the cookie crumbles. Check also nagiosexchange to find nice icons, there's some r

[Nagios-users] statusmap questions

2006-02-21 Thread Mike Linden
I am monitoring a large number (650) of linux systems in a cluster environment.  I would liketo have the statusmap display these systems as they are physically setup in their racks.I have currently got the statusmap working but I have 2 issues with the display First, I get a green circle with cross

RE: [Nagios-users] Internal Server Error on Nagios 2.0

2006-02-21 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Pete Shelfo > Sent: Tuesday, February 21, 2006 10:10 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Internal Server Error on Nagios 2.0 > > I recently tried to fir

RE: [Nagios-users] check_http - user+password - string required

2006-02-21 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Tom Brown > Sent: Tuesday, February 21, 2006 10:14 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] check_http - user+password - string required > > Hi > > Trying t

RE: [Nagios-users] Internal Server Error on Nagios 2.0

2006-02-21 Thread Fernando Lima
Title: Message Pete, it sounds that you forgot to put in place the user that you're logging in. At CGI.cfg file there's a SYSTEM/PROCESS INFORMATION ACCESS parameter that you use to tell to Nagios who has the permission to view your CGI links.   # SYSTEM/PROCESS INFORMATION ACCESS# This opti

Re: [Nagios-users] check_http - user+password - string required

2006-02-21 Thread Jim Perrin
On 2/21/06, Tom Brown <[EMAIL PROTECTED]> wrote: > Hi > > Trying to get check_http to check a site that requires authorization and > also the check needs to expect a certain string back in the response. > > So far i have > > ./check_http -H www.foo.net -u /some/where/ -a user:pass > OK - HTTP/1.1 3

Re: [Nagios-users] Internal Server Error on Nagios 2.0

2006-02-21 Thread Jim Perrin
> I recently tried to fire up a new Nagios server running on RedHat 4 > Enterprise (fully patched). Everything works fine, pre-flight passed, http > is correct, web page displays; however, whenever I access a CGI link on the > left hand page I get the following error: > "Internal Server Error > T

Re: [Nagios-users] Internal Server Error on Nagios 2.0

2006-02-21 Thread jeff vier
On Tue, 2006-02-21 at 11:10 -0500, Pete Shelfo wrote: > I recently tried to fire up a new Nagios server running on RedHat 4 > Enterprise (fully patched). Everything works fine, pre-flight passed, > http is correct, web page displays; however, whenever I access a CGI > link on the left hand page I

[Nagios-users] check_http - user+password - string required

2006-02-21 Thread Tom Brown
Hi Trying to get check_http to check a site that requires authorization and also the check needs to expect a certain string back in the response. So far i have ./check_http -H www.foo.net -u /some/where/ -a user:pass OK - HTTP/1.1 302 Found - 0.087 second response time |time=0.086617s;;;0.00

[Nagios-users] Internal Server Error on Nagios 2.0

2006-02-21 Thread Pete Shelfo
I recently tried to fire up a new Nagios server running on RedHat 4 Enterprise (fully patched).  Everything works fine, pre-flight passed, http is correct, web page displays; however, whenever I access a CGI link on the left hand page I get the following error: “Internal Server Error The s

RE: [Nagios-users] Setting threshold value for services to get alert

2006-02-21 Thread Marc Powell
Look at 'check_disk --help'. That, combined with the notification and host/service configuration documentation should get you going. -- Marc > -Original Message- > From: Mrutyunjaya Dash [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 21, 2006 4:53 AM > To: nagios-users@lists.source

[Nagios-users] CHECK_NRPE: Socket timeout after 10 seconds.

2006-02-21 Thread Jason Gauthier
So we've installed the latest version of "nrpe" on a server (normal configuration). Then we installed "nrpe_nt" on a windows 2003 server machine and it works fine. We're also trying to run "nrpe" (for hosts) as a standalone deamon on a linux machine but we've compiled it without SSL (mainly because

RE: [Nagios-users] Difficulty with wildcards in serviceescalation

2006-02-21 Thread Andrew Laden
There is a documentation error. You have to use real regex. A naked * by itself is not a valid regex. Try .* -Andrew > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Ivan Fetch > Sent: Monday, February 20, 2006 5:25 PM > To: nagios-users@lists.

RE: [Nagios-users] no service notification (solved)

2006-02-21 Thread Mrutyunjaya Dash
Hi Mario, Currently I am having same kind of problem. Nagios is not sending any notification email for any critical service, it just sending email if any host is completely down. I would appreciate if could let me how you could able to resolve the issue. Regards, Dash -Original Message---

RE: [Nagios-users] Setting threshold value for services to get alert

2006-02-21 Thread Mrutyunjaya Dash
Hi All, I have a very specific requirement to send out alert in the case when the disk space exceeds particular threshold value for the particular filesystem. Can anyone help me out to share the information, how this can be done. Regards, Dash -Original Message- From: [EMAIL PROTECTED] [

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

2006-02-21 Thread Neil Marjoram
OK I have just removed the nagios rpm from Dag and recomplied from source using Dags' options, notifications are now working, using my old config files. I am still using the RPM's from Dag for everything else. Many thanks, Neil. Neil Marjoram wrote: Deborah, I have tried the mail command o

[Nagios-users] Re: [Nagios-devel] (Feat-req) Making hostgroups member of hostgroups

2006-02-21 Thread moshe sharon
Hello   it can be done by making a room1-template, room2-template etc.. and apply all your needs(active, passve, normal_check_interval...) of course dont forget to register 0 after that make another template called windows-servers-room1 unix-servers-room1 and then add "use room1-template" in the te

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

2006-02-21 Thread Neil Marjoram
Deborah, I have tried the mail command on the command line, and it works fine, I have even copied the definition in, changed the variables and tried that, which also works. Here are the 2 definitions for email that are in misccommands.cfg : define command{ command_namehost-notify-

[Nagios-users] Notification not sending email.

2006-02-21 Thread Neil Marjoram
I'm having a little trouble with notifications. I can't workout why Nagios is not sending alert emails. I have read the documentation, FAQ's and mailing lists and have concluded it is only me that can't get it to work. Can someone have a look at my configs below to see if I have done anything