Re: [Nagios-users] Nagios newbie and some questions..

2006-05-31 Thread Jorg . Schulz
Hi Tom How long did you come with your configuration ?, if you are in the beginning i recommend to read the included Documents that follows with the Nagios installation or http://nagios.sourceforge.net/docs/2_0/ Nagios did not use a database like mysql or others as "buildin". But there is a dat

RE: [Nagios-users] Polling question

2006-05-31 Thread Morris, Patrick
If you ewant it to run every time a check result is submitted, check out the "obsess" options and ocsp_command. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Joyce Sent: Wednesday, May 31, 2006 8:51 PM To: Nagios-users@lists.sourceforge.ne

[Nagios-users] Polling question

2006-05-31 Thread Matthew Joyce
Title: Polling question Hi, I'm writing some scrips in python to extract data from a Nagios mysql database, that all fine, happy with that. I'd like the script to run as often as Nagios refreshes it's own data, is there any way I can get Nagios to run my scriipt ? Thanks Matthew Joyce

RE: [Nagios-users] SSH and Windows

2006-05-31 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Goodburn, Laura > Sent: Wednesday, May 31, 2006 3:25 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] SSH and Windows > > Please forgive me as I am fairly new to Nag

RE: [Nagios-users] Add additional columns to the nagios output

2006-05-31 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Kevin Zhang > Sent: Wednesday, May 31, 2006 5:31 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Add additional columns to the nagios output > > Hi there, > > >

RE: [Nagios-users] Authentication problem (apache basic)

2006-05-31 Thread Morris, Patrick
You have Apache configured incorrectly. You might try AllowOverride AuthConfig instead of AllowOverride None. From: Brad Clemmons Jr Sent: Wednesday, May 31, 2006 9:34 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Authentication problem (apac

[Nagios-users] Authentication problem (apache basic)

2006-05-31 Thread Brad Clemmons Jr
Ok, I know this is probably a problem with my configuration so I need new eyes to look at this. I have nagios configured and working WITHOUT AUTHENTICATION (use_authentication=0 in cgi.cfg). If I turn on authentication I don't even get a login prompt on the page for nagios. Here is my script alias

[Nagios-users] Add additional columns to the nagios output

2006-05-31 Thread Kevin Zhang
Hi there,   Is it possible to add additional columns to the output of the nagios web interface? Any help will be greatly appreciated.   Kevin SZ  

Re: [Nagios-users] check_http Error on receive

2006-05-31 Thread Daniel Zieber
Hi All, Thank you for helping, and letting me know that check_http should be working. I recompiled from source, and everything is working now. Again, Thanks! Dan On Wed, 31 May 2006, Marcel Mitsuto Fucatu Sugano wrote: Hello, On Wed, 2006-05-31 at 20:41 +0200, Dan Zieber wrote: odata1#

[Nagios-users] SSH and Windows

2006-05-31 Thread Goodburn, Laura
Please forgive me as I am fairly new to Nagios and the world of plugins.   I have a Windows box that is running ssh and I would like to connect via ssh, run a wmi vbs script, and pass the result back to Nagios. I know that I can call the check_by_ssh plugin and pass the script name for t

Re(2): [Nagios-users] check_http Error on receive

2006-05-31 Thread Robert Snyder
Dan, I just ran it from my box and the call worked. I dropped the -v, since I didn't want the whole page returning each time. RobertG5:/opt/local/libexec/nagios rns3$ ./check_http -H www.palomar.caltech.edu -p 8000 HTTP OK HTTP/1.0 200 OK - 2373 bytes in 0.288 seconds |time=0.288302s;;; 0.00

[Nagios-users] `make all` fails for 1.4.1

2006-05-31 Thread Kurt Yoder
Hi list I am using a Debian stable server for Nagios. I have been using the Debian Nagios package (1.3), but after a glibc upgrade a few months ago Nagios started dying unexpectedly. I've tried a lot of things to fix it, but no luck so far. So I thought I'd try compiling from scratch to s

Re: Re(2): [Nagios-users] check_http Error on receive

2006-05-31 Thread Daniel Zieber
I'm running Nagios 2.3 installed from the ports on FreeBSD 5.2.1, with the plugin collection version 1.4.3, also from ports. The check_http version is 1.89. I've been trying the check_http on a variety of sites, in all of them it is not working (google, a vanilla apache I installed to test, e

Re: [Nagios-users] check_http Error on receive

2006-05-31 Thread Marcel Mitsuto Fucatu Sugano
Hello, On Wed, 2006-05-31 at 20:41 +0200, Dan Zieber wrote: > odata1# ./check_http -H www.palomar.caltech.edu -p 8000 -v >From my nagios box: $ ./check_http -H www.palomar.caltech.edu -p 8000 HTTP OK HTTP/1.0 200 OK - 2373 bytes in 0.643 seconds |time=0.643370s;;;0.00 size=2373B;;;0 $

Re: [Nagios-users] check_http Error on receive

2006-05-31 Thread Dan Zieber
That is what is showing up on screen. The command line I'm putting is odata1# ./check_http -H www.palomar.caltech.edu -p 8000 -v - Dan Zieber (dzieber) --- This thread is located in the archive at this URL: http://www.nagiosexchange.org/nagios-users.34.0.html?&tx_

Re: [Nagios-users] check_http Error on receive

2006-05-31 Thread Patrick Morris
What's with all the stuff after the -v? Have you tried without it? Take a look at check_http -h. It'll give you the correct syntax for the plugin. On Wed, 31 May 2006, Dan Zieber wrote: > Hi, > > > > I'm having trouble with check_http, and my Google skills have failed. > When I try to use

[Nagios-users] check_http Error on receive

2006-05-31 Thread Dan Zieber
Hi, I'm having trouble with check_http, and my Google skills have failed. When I try to use it from the command line I get this: odata1# ./check_http -H www.palomar.caltech.edu -p 8000 -v GET / HTTP/1.0 User-Agent: check_http/1.89 (nagios-plugins 1.4.3) Host: www.palomar.caltech.edu

[Nagios-users] Nagios newbie and some questions..

2006-05-31 Thread Tom Tran
Hello All,   I am very new to Nagios.  I just installed Nagios on my SuSE and it looks fine.. However,  i have some questions i would like to ask..   1.   Nagios does not use database; so, how they gonna store the data?  Config files? 2.   I would like to manage all the hosts in my networ

Re: [Nagios-users] SNMP and Nagios

2006-05-31 Thread Max H.
Max H. wrote: check_snmp_disk.pl -- disk usage info check_snmp_mem.pl -- memory info check_snmp_procs.pl -- processes info and so on... Sorry to reply to myself, but I forgot I didn't get the above plugins from nagiosexchange. I found them here:

Re: [Nagios-users] SNMP and Nagios

2006-05-31 Thread Max H.
George Monappallil wrote: Does anybody have a detailed doc on how I can configure Nagios to use SNMP to monitor hosts and network equipment. Is there a way of getting info on remote hosts ( disks, cpu etc ) without installing the NRPE or other addons on the remote hosts. Most of the time, it is n

[Nagios-users] SNMP and Nagios

2006-05-31 Thread George Monappallil
Does anybody have a detailed doc on how I can configure Nagios to use SNMP to monitor hosts and network equipment. Is there a way of getting info on remote hosts ( disks, cpu etc ) without installing the NRPE or other addons on the remote hosts. Most of the time, it is not feasible to do so. I hav

Re: [Nagios-users] Service Groups

2006-05-31 Thread jeff vier
On Wed, 2006-05-31 at 08:54 -0600, markham breitbach wrote: > Yes, Nagios 1.x can also be setup to use service groups something like > this: That's a hostgroup, not a servicegroup. > hostgroups.cfg > > define hostgroup{ > hostgroup_namerouters > alias

Re: [Nagios-users] Service Groups

2006-05-31 Thread markham breitbach
Yes, Nagios 1.x can also be setup to use service groups something like this: hostgroups.cfg define hostgroup{ hostgroup_name    routers alias Routers for the Network contact_groups    pager-guys members   

[Nagios-users] Nagios debugging

2006-05-31 Thread daniel.siegers
Hi list,   i compile Nagios 1.4.1 with options debugging options --enable-DEBUG1 and --enable-DEBUG2, but I don’t get any messages. Can someone tell me where theses debug messages go? Do I have to change something in the syslog config?   Mit freundlichen Grüßen / Kind regards   Da

Re: [Nagios-users] Service Groups

2006-05-31 Thread Marco Ramos
Hi, On Wed, 2006-05-31 at 11:34 +0100, Oliver Marshall wrote: > Does Nagios support service groups ? I want to create a group called Nagios 2.x does, Nagios 1.x doesn't. http://nagios.org/development/changelog.php HTH, Marco Ramos > "Fil Print Servers" which contains all the servers that perf

RE: [Nagios-users] Service Groups

2006-05-31 Thread Deborah Martin
yes - read the docs -Original Message- From: Oliver Marshall [mailto:[EMAIL PROTECTED] Sent: 31 May 2006 11:35 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Service Groups Does Nagios support service groups ? I want to create a group called "Fil Print Servers" which con

[Nagios-users] Service Groups

2006-05-31 Thread Oliver Marshall
Does Nagios support service groups ? I want to create a group called "Fil Print Servers" which contains all the servers that perform file and print duties. That service group would then have a group of commands associated with it, so that any server that's part of that group also inherits these ser

[Nagios-users] Threads and counting them

2006-05-31 Thread Tobias Klausmann
Hi! I'm monitoring several processes that do not for but use threads. Unfortunately, check_procs can be coerced into count threads individually. While I could hack a shell script together using ps a -L, I'd rather use a stock plugin for this. Is there any way to make check_procs count the thread

RE: [Nagios-users] service dependencies problem

2006-05-31 Thread Deborah Martin
One of your (many) definitions is : define servicedependency{ host_name sonorys_gateway service_description PING dependent_host_name sonorys_checkpoint dependent_service_description PING notification

[Nagios-users] service dependencies problem

2006-05-31 Thread Grzegorz Rumatowski
Hello, During checking nagios config with nagios -v I'm getting: Error: A circular execution dependency (which could result in a deadlock) exists for service 'PING' on host 'YESSS-Firewall'! Error: A circular execution dependency (which could result in a deadlock) exists for service 'PING'

RE: [Nagios-users] Re: Ping works but check_ping doesnt

2006-05-31 Thread Oliver Marshall
Used the same IP address in each test. Even copied the IP from the cfg file to the ping command on the command line and vica versa. The machine responds fine to pings, but Nagios shows that it's down. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rene Fe

[Nagios-users] Re: Ping works but check_ping doesnt

2006-05-31 Thread Rene Fertig
Hi Olly. > Any ideas why I would be able to ping a box from the nagios server, but > not get a positive result from the check-host-alive test ? Did you use the same hostaddress for both the manual ping and nagios check_ping? Especially using hostnames in stead of addresses can be a problem. And

[Nagios-users] snmp traps

2006-05-31 Thread Vinod
Hi I tried to configure nagios to listen to snmp traps from a host.i have been referring to  documentshttp://www.samag.com/documents/s=9559/sam0503g/http://www.snmptt.org/docs/snmptt.shtml#Integration-with-other-softwarei am totally confused after trying both these documentsBoth have a different wa