Re: [Nagios-users] How to troubleshoot when not receiving alerts?]

2008-07-24 Thread Marc Powell
On Jul 24, 2008, at 4:59 PM, John Oliver wrote: > No, nothing is getting logged. But then, there are very few logs > compared to the number of hosts / services it's monitoring... it looks > like only emails are being logged. I looked in nagios.cfg for a > logging > level type of option, but n

Re: [Nagios-users] compile problems on Solairs 5

2008-07-24 Thread Jose Luis Garcia
Well, I don't know if this definitions are in gcc lib or somewhere else. Try to identify the lib anc check it. Cheers 2008/7/24, stan <[EMAIL PROTECTED]>: > > On Thu, Jul 24, 2008 at 07:03:07PM +0200, Jose Luis Garcia wrote: > > This seems to be a library problem. > > > > The libraries where dir

Re: [Nagios-users] Display system time

2008-07-24 Thread Andy Shellam
Hi, This is extremely simple - set up an NRPE command that simply runs "uptime" as it's check command or as previously suggested, "date" and you'll get the following info: 23:18:05 up 1 day, 6:29, 0 users, load average: 0.00, 0.00, 0.00 or Thu Jul 24 23:18:38 BST 2008 I here rumours there is a

Re: [Nagios-users] Display system time

2008-07-24 Thread Anthony Montibello
NC_NEt (For windows Hosts) has a command to get the remote host time. on a windows a WMI querry or other scripts can retieve the time, and report via NRPE, ect Tony (Author of NC_Net) On Thu, Jul 24, 2008 at 4:06 PM, Andrew Cruse <[EMAIL PROTECTED]> wrote: > Not without a little (very littl

Re: [Nagios-users] How to troubleshoot when not receiving alerts?]

2008-07-24 Thread John Oliver
On Thu, Jul 24, 2008 at 01:53:19PM -0500, Marc Powell wrote: > > On Jul 24, 2008, at 12:59 PM, John Oliver wrote: > > > I have one alert set up that should be emailing every time it runs... > > it's a disk space check on a server that has 1% left. However, I am > > not > > receiving any emails

Re: [Nagios-users] compile problems on Solairs 5

2008-07-24 Thread stan
On Thu, Jul 24, 2008 at 10:27:02PM +0200, Doug Veldhuisen wrote: > You might try looking at the nagios faq, if you haven't already, there is a > faq entry F0012 that is similar. > I also remember a real strange thing I had one time with library loading. It > wasn't the LD_LIBRARY thing, it was

Re: [Nagios-users] Display system time

2008-07-24 Thread James Pratt
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Egan Sent: Thursday, July 24, 2008 4:01 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Display system time Is there a way in Nagios to show the system time for each monitored server? Thanks, Mike

Re: [Nagios-users] compile problems on Solairs 5

2008-07-24 Thread Doug Veldhuisen
You might try looking at the nagios faq, if you haven't already, there is a faq entry F0012 that is similar. I also remember a real strange thing I had one time with library loading. It wasn't the LD_LIBRARY thing, it was something only Solaris needed. (And now I cannot remember where I found

Re: [Nagios-users] compile problems on Solairs 5

2008-07-24 Thread stan
On Thu, Jul 24, 2008 at 07:03:07PM +0200, Jose Luis Garcia wrote: > This seems to be a library problem. > > The libraries where dirname and sprintf are suposed to be defined is not in > the lib path. > > Perhaps you gcc libs are not in the lib path (I don't remember the env var, > ?LD_LIBRARY_PAT

Re: [Nagios-users] Display system time

2008-07-24 Thread Andrew Cruse
Not without a little (very little) work. Unless someone else already has one up at nagiosexchange.org, you'd need to write your own little plugin that basically runs the date command (assuming linux) and returns OK and the output from the date command. Then you could run that script as a service

[Nagios-users] Display system time

2008-07-24 Thread Michael Egan
Is there a way in Nagios to show the system time for each monitored server? Thanks, Mike Mike Egan Enterprise Network Engineer Capital Safety 3833 Sala Way Red Wing, MN 55066 651-385-6254 Office 651-247-5719 Cell [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]> Home of DBI-Sala and Protecta Brands. Vi

Re: [Nagios-users] How to troubleshoot when not receiving alerts?]

2008-07-24 Thread Marc Powell
On Jul 24, 2008, at 12:59 PM, John Oliver wrote: > I have one alert set up that should be emailing every time it runs... > it's a disk space check on a server that has 1% left. However, I am > not > receiving any emails. How to go about figuring out why? Generally -- See if you have notific

[Nagios-users] Possible to add host groups to service groups?

2008-07-24 Thread Sean Carolan
Suppose I have configured a host group called "Linux Servers", and I also have a service group that contains some basic Linux services for monitoring. Is it possible to simply add the entire host group to this service group?

[Nagios-users] How to troubleshoot when not receiving alerts?]

2008-07-24 Thread John Oliver
I have one alert set up that should be emailing every time it runs... it's a disk space check on a server that has 1% left. However, I am not receiving any emails. How to go about figuring out why? -- *** * John Oliver

Re: [Nagios-users] Help - I am unable to send notifications

2008-07-24 Thread Jonathan Williams
I have decided on another course of action. I have spent way too much time with no success on this issue. I just can't get this script to work. Are there any other recommended plug-ins that anyone can recommend. The native e-mailer did not work either and when on the Nagios Wiki I found this ab

Re: [Nagios-users] Nagios-users Digest, Vol 26, Issue 32

2008-07-24 Thread Tec. Felix D. Sanchez
Yes, that's the strange part it keep refreshing with the old pid If the Nagios is "up" and you run: [EMAIL PROTECTED] ~/config/objects]$ /usr/local/nagios/libexec/check_nagios -F /usr/local/nagios/var/status.dat -e 1 -C '/usr/local/nagios/bin/nagios' //result NAGIOS OK: 1 process, status log updat

Re: [Nagios-users] compile problems on Solairs 5

2008-07-24 Thread Jose Luis Garcia
This seems to be a library problem. The libraries where dirname and sprintf are suposed to be defined is not in the lib path. Perhaps you gcc libs are not in the lib path (I don't remember the env var, ¿LD_LIBRARY_PATH?) Good luck 2008/7/24, stan <[EMAIL PROTECTED]>: > > Yes, I know it's archai

Re: [Nagios-users] Help - I am unable to send notifications

2008-07-24 Thread Jay R. Ashworth
On Tue, Jul 22, 2008 at 05:06:22PM -0400, Fulton, David wrote: > As Marc broke down the sed line I will break down the line above, the # > character is indeed a comment character, but only to PERL. PERL is not > what tries to load the file initially, the shell tries to load the file > as a compiled

Re: [Nagios-users] NetApp disk monitoring

2008-07-24 Thread Robert Ferguson
That worked like a charm. Thank you, Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, July 24, 2008 11:49 AM To: Robert Ferguson Cc: Nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] NetApp disk monito

[Nagios-users] compiling plugins with check_radius

2008-07-24 Thread Ford, Andy
Trying to compile nagios-plugins-1.4.12 including check_radius. I don't know how to get the configure script to find the radiusclient-ng libraries & headers. radiusclient-ng was built with ./configure --prefix=/usr/local/radiusclient-ng for the sake of keeping it separate. The configure script f

[Nagios-users] Help with nrpe and certificates

2008-07-24 Thread Steve Searle
Hi, I have nagios monitoring a number of servers using the nrpe plugin. Recently one of the checks has failed with a "could not complete SSL handshake" error. I think this is because the certificate has either expired or been re-created (self signed), but I can't find out what certificate I shoul

Re: [Nagios-users] NetApp disk monitoring

2008-07-24 Thread kyle . odonnell
just add the -w -c anywhere, the number 9000 is the total number of disks, you can alert on each of the returned fields, in this case I just picked a high number of total disks as I dont care to alert if the number of disks grows larger than X(9000). warn on greater than 9000 total disks warn on g

[Nagios-users] Unknown states on Routers and no usable data?

2008-07-24 Thread Charles Breite
Nagios version 2.9 Hey everyone, Every few hours our Nagios screen fills with all our Routers and a state of Unknown. The status information for all of the routers is the line below. Has anyone seen this issue and know what may be causing it? They tend to go away quickly but obviously there

Re: [Nagios-users] NetApp disk monitoring

2008-07-24 Thread Robert Ferguson
Hi, Here is the check I am using #Number of disks Define command{ command_namecheck-netapp-numdisk command_line$USER1$/check_snmp -H $HOSTADDRESS$ -C public -o .1.3.6.1.4.1.789.1.6.4.1.0,.1.3.6.1.4.1.789.1.6.4.2.0,.1.3.6.1.4.1.789.1 .6.4.8.0,.1.3.6.1.4.1.78

Re: [Nagios-users] Unknown states on Routers and no usable data?

2008-07-24 Thread Marc Powell
On Jul 24, 2008, at 9:14 AM, Charles Breite wrote: > I inherited this install with some custom commands and plugins already > installed, but the plugin is from Nagios Website and the command being > used is > $USER1$/check_snmp_int -H $HOSTADDRESS$ -C $ARG1$ -n $ARG2$ -k -w > $ARG3$ > -c$ARG4$

[Nagios-users] CN=Jason Ellmers/OU=FirstInfo/O=FirstGroup is out of the office.

2008-07-24 Thread Jason Ellmers
I will be Out of the Office Start Date: 24/07/2008. End Date: 25/07/2008. Thank you for your mail. I am currently away from the office, returning on 25th July If you need a fault escalating please call the service desk on 0038696 (0870 241 5500) with the case reference and ask for Martina Nich

Re: [Nagios-users] Unknown states on Routers and no usable data?

2008-07-24 Thread Charles Breite
I inherited this install with some custom commands and plugins already installed, but the plugin is from Nagios Website and the command being used is $USER1$/check_snmp_int -H $HOSTADDRESS$ -C $ARG1$ -n $ARG2$ -k -w$ARG3$ -c$ARG4$ -r -d $ARG5$ The full command is check_cisco_bandwidth!SNMPCOMMUN

Re: [Nagios-users] Unknown states on Routers and no usable data?

2008-07-24 Thread Marc Powell
Please always respond on list so that future readers learn from your experience. More comments below. On Jul 24, 2008, at 10:04 AM, Charles Breite wrote: > Yes and no It is from there but very old 2004. I wil upgrade to the > new > plugin and see if it corrects the issue. > Thanks > > Current

Re: [Nagios-users] Antwort: Bad File Descriptors

2008-07-24 Thread Andreas Ericsson
Ryan Steele wrote: > [EMAIL PROTECTED] wrote: >> [EMAIL PROTECTED] schrieb am 23.07.2008 15:03:57: >> >>> nsca[28640]: Network server accept failure (9: Bad file descriptor) >>> >>> I've seen some sparse reports on Google of a similar problem, but >>> they're just that - sparse. Which kind of mak

Re: [Nagios-users] NetApp disk monitoring

2008-07-24 Thread kyle . odonnell
what check are you using? i use snmp: check_snmp -H $HOSTADDRESS$ -C $ARG1$ -t 60 -o .enterprises.789.1.6.4.1.0,.enterprises.789.1.6.4.2.0,.enterprises.789.1.6.4.8.0,.enterprises.789.1.6.4.7.0 -w 9000,9000,9000,0 -c 9000,9000,9000,2 -u 'Total Disks','Active','Spare','Failed' -l "" the last num

Re: [Nagios-users] Unknown states on Routers and no usable data?

2008-07-24 Thread Marc Powell
On Jul 24, 2008, at 8:20 AM, Charles Breite wrote: > Nagios version 2.9 > > Hey everyone, > Every few hours our Nagios screen fills with all our Routers and a > state of Unknown. The status information for all of the routers is > the line below. Has anyone seen this issue and know what may b

Re: [Nagios-users] Nagios V3, no sound in webbrowsers. {Fraud?}

2008-07-24 Thread Marc Powell
On Jul 24, 2008, at 7:57 AM, J.VC wrote: > Hi! > > I don't hear any sound alerts whenever there is something wrong. > I've figured out that Nagios v3 runs the mime-type application/wav, > thats not supported by webbrowsers. That used to be application/x- > mplayer2, which is supported by man

Re: [Nagios-users] Nagios V3, no sound in webbrowsers.

2008-07-24 Thread Paulus, Jake
This bug was recently discovered and a patch has been created (search the Nagios-Devel mailing list). The patch changes the mime type to audo/x-wav and does one other thing that makes everything groovy in Firefox and in IE. I can't say for sure, but I'd expect this to be fixed in a future release o

Re: [Nagios-users] Help - I am unable to send notifications

2008-07-24 Thread Andreas Ericsson
jonathan williams wrote: > On Wed, 2008-07-23 at 05:03 -0700, Andreas Ericsson wrote: >> jonathan williams wrote: >>> [1216749581] Warning: Attempting to execute the command >>> "/usr/local/nagios/libexec/send_mail.pl -n "SERVICE RECOVERY" -h >>> "jwilliamspc" -s "OK" -a "10.10.113.51" -i "PrintSpo

[Nagios-users] Nagios V3, no sound in webbrowsers.

2008-07-24 Thread J.VC
Hi! I don't hear any sound alerts whenever there is something wrong. I've figured out that Nagios v3 runs the mime-type application/wav, thats not supported by webbrowsers. That used to be application/x-mplayer2, which is supported by many browsers. To change that i need to edit status.cgi and

[Nagios-users] NetApp disk monitoring

2008-07-24 Thread Robert Ferguson
Good Morning Users, I have run into a little snag monitoring our netapps. I am sure it is a simple mistake however her it is. We are monitoring the number of disk on each head of the netapp. This give us the number of Total, number Active, number Spare and Number Failed. The issue this

Re: [Nagios-users] Nagios can works with help desk software?

2008-07-24 Thread Marc Powell
On Jul 24, 2008, at 5:39 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > > > Depending on which helpdesk software you are using you should be > able to > set up a notification command to raise a ticket in your help desk > system > > You really need to specify the helpdesk system you ar

[Nagios-users] compile problems on Solairs 5

2008-07-24 Thread stan
Yes, I know it's archaic, but I still have machines runing SunOS 5.5.1. I am trying to compile 3.0.2 on one of these machines, and it is failing like this: /usr/include/dlfcn.h:83: warning: `RTLD_NOW' redefined ../include/config.h:111: warning: this is the location of the previous definition /usr

Re: [Nagios-users] [Nagiosplug-help] schedule check problem

2008-07-24 Thread asam30
I agree with the Mark's point. I see there are two nagios deamons running under background for some reason. I will post all details as soon as I reach my office. Thanks all for your help -Shankar On Wed, Jul 23, 2008 at 8:00 AM, Marc Powell <[EMAIL PROTECTED]> wrote: > > On Jul 22, 2008, at 8:3

Re: [Nagios-users] Nagios can works with help desk software?

2008-07-24 Thread tom.welsh
Depending on which helpdesk software you are using you should be able to set up a notification command to raise a ticket in your help desk system You really need to specify the helpdesk system you are using before you could get much more help. Some helpdesk systems allow you to auto generate tro

Re: [Nagios-users] Host / Service Inheritance

2008-07-24 Thread M. van Egmond
Works like a charm, Thanks! Lars Jørgensen schreef: > Hi Matthieu, > > >> I would expect to have two hosts with both having one service >> called HTTP. However this doesn't work. There are two hosts, >> but without any services. >> > > Yes, because you have not defined any services, just

Re: [Nagios-users] Notifiactions question

2008-07-24 Thread Marc Torres
On Wed, Jul 23, 2008 at 11:53 AM, Arno Lehmann <[EMAIL PROTECTED]> wrote: > Hello, > > 23.07.2008 11:20, Marc Torres wrote: >> Hi all, >> >> I'm quite newbe to nagios, and I'm trying to configure notifications >> for services according to host contacts. I mean, I would like to >> configure contacts

Re: [Nagios-users] Host / Service Inheritance

2008-07-24 Thread Lars Jørgensen
Hi Matthieu, > I would expect to have two hosts with both having one service > called HTTP. However this doesn't work. There are two hosts, > but without any services. Yes, because you have not defined any services, just a template. If you want to define a set of services on a group of hosts, th

[Nagios-users] Host / Service Inheritance

2008-07-24 Thread M. van Egmond
Hi all, I would like to create some templates for the various servers we have in our network. I would like to do something as follows: #Host template define host { namehttp-server host_name http-server register0 } #Service