Re: [Nagios-users] check_ping changed to check_fping

2007-10-17 Thread Andreas Ericsson
Marc Hultquist wrote: > Hi All > > Ok I seem to have solved my previous problem with the check_ping stuff, > it seems that by slightly increasing the threshhold as well as changing > the flags slightly. > > Now here's the thing, I have now changed to use check_fping in terms of > monitoring, for

[Nagios-users] check_ping changed to check_fping

2007-10-17 Thread Marc Hultquist
Hi All Ok I seem to have solved my previous problem with the check_ping stuff, it seems that by slightly increasing the threshhold as well as changing the flags slightly. Now here's the thing, I have now changed to use check_fping in terms of monitoring, for example one of my services being hoste

[Nagios-users] Nagios backup

2007-10-17 Thread Mike Hawley
Has anyone used Nagios as a tool to perform Cisco running-config backups via SNMP??? Mike Hawley No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.488 / Virus Database: 269.14.13/1075 - Release Date: 10/17/2007 9:38 AM --

Re: [Nagios-users] Another Nagios Problem.

2007-10-17 Thread Andreas Ericsson
Fulton, David wrote: > I never said I wouldn't supply the coders with what they need. I would > expect that those who coded it could point me in the right direction. Unfortunately, none of the people here on nagios-users@ pointed you to nagios-devel@, where you might have gotten a different recept

Re: [Nagios-users] check_nrpe trouble

2007-10-17 Thread Aaron Devey
Hiamal Llanos wrote: > > But if I run the command on the terminal window it works happily: > $ sudo -u nagios /usr/lib/nagios/plugins/check_nrpe -H otherhost -c > check_load > OK - load average: 0.00, 0.00, 0.00|load1=0. > What does your check_nrpe checkcommand look like? You'll want to verify

[Nagios-users] check_nrpe trouble

2007-10-17 Thread Hiamal Llanos
Hi, I'm having trouble with check_nrpe and I don't know whats wrong, what I'm doing wrong. I followed the nagios and nrpe doc's but it don't work :-P /var/log/nagios2/nagios.log says: SERVICE ALERT: otherhost;nrpe_load;UNKNOWN;SOFT;1;(No output returned from plugin) But if I run the command on

Re: [Nagios-users] ldconfig

2007-10-17 Thread Live Great
Hi, I have passed the command configure. With gcc, now I got this errors with "make all": -solaris-64int/CORE /usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/DynaLoader/DynaLoader.a -L/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE -lperl -lsocket -lnsl -ldl -lm -lc -lm -lpthread -ldl -l

Re: [Nagios-users] One more try on Debian Etch ***SOLVED***

2007-10-17 Thread Joel Roberts
This was exactly what was needed. During research on how to install Net::SNMP from CPAN, I found the following in the Nagios FAQ: http://nagios.manubulon.com/faq.html#FAQ2 and it describes how to install the needed modules. After installing the Net::SNMP, I recompiled the source code Nagios-Plugin

Re: [Nagios-users] Another Nagios Problem.

2007-10-17 Thread Jonathan Call
Are you aware of the fork/vfork issue between Nagios and the FreeBSD pthread library? This may be causing your problem. Try using these /etc/libmap.conf entries: [nagios] libpthread.so.2 libthr.so.2 libpthread.so libthr.so You will need to restart Nagios for the settings

Re: [Nagios-users] Another Nagios Problem.

2007-10-17 Thread Fulton, David
I never said I wouldn't supply the coders with what they need. I would expect that those who coded it could point me in the right direction. I have thus far tried changing how I get my data into perfparse and changing my timeperiods so that there are no overlapping times (i.e. from 00:00 - 24:00 to

Re: [Nagios-users] NDO2DB 1.4b4 field length problem

2007-10-17 Thread Andreas Ericsson
Livio Zanol Puppim wrote: > Thanks, > I've used an ALTER TABLE and my problem is now solved > > ALTER TABLE nagios_hosts CHANGE alias alias varchar(128) NOT NULL default > ""; > > I hope that fields will be bigger in new versions. > Since you're well-versed enough in SQL, just submit a patc

Re: [Nagios-users] NDO2DB 1.4b4 field length problem

2007-10-17 Thread Livio Zanol Puppim
Thanks, I've used an ALTER TABLE and my problem is now solved ALTER TABLE nagios_hosts CHANGE alias alias varchar(128) NOT NULL default ""; I hope that fields will be bigger in new versions. 2007/10/17, Andreas Ericsson <[EMAIL PROTECTED]>: > > Livio Zanol Puppim wrote: > > Hi, > > > > I'm

Re: [Nagios-users] NDO2DB 1.4b4 field length problem

2007-10-17 Thread Andreas Ericsson
Livio Zanol Puppim wrote: > Hi, > > I'm having troubles with the fields length in the table "nagios_hosts". The > "alias" field is not supporting all characters that is written at the config > file. > > I've checked the database an saw this definition for fields: > | alias

[Nagios-users] NDO2DB 1.4b4 field length problem

2007-10-17 Thread Livio Zanol Puppim
Hi, I'm having troubles with the fields length in the table "nagios_hosts". The "alias" field is not supporting all characters that is written at the config file. I've checked the database an saw this definition for fields: | alias | varchar(64) | display_name

Re: [Nagios-users] diferent notification melhods on diferent periods of times

2007-10-17 Thread Andreas Ericsson
Jaime Ventura wrote: > Hello, > I understand I can configure nagios so that, for a service or host, > it sends notifications on a specific period of time. > What about use diferent notification melhods on diferent periods of > times? > For instante, from 9 to 18, notify by email, and

Re: [Nagios-users] ldconfig

2007-10-17 Thread Andreas Ericsson
Live Great wrote: > Hi, > > I still having this error: > # CFLAGS="-I/usr/local/include -I/usr/sfw/include" > LDFLAGS="-s -R/usr/local/lib:/usr/sfw/lib -L/usr/local/lib > -L/usr/sfw/lib"# > # export CFLAGS > # export LDFLAGS > # echo $LDFLAGS > -s -R/usr/local/lib:/usr/sfw/lib -L/usr/local/l

[Nagios-users] diferent notification melhods on diferent periods of times

2007-10-17 Thread Jaime Ventura
Hello, I understand I can configure nagios so that, for a service or host, it sends notifications on a specific period of time. What about use diferent notification melhods on diferent periods of times? For instante, from 9 to 18, notify by email, and the rest of the time notificatio

[Nagios-users] Another Nagios Problem.

2007-10-17 Thread David Fulton
I have upgraded my 3.0b4 to 3.0b5 and the problem with it stopping service checks has gone away. But another problem has cropped up. It seems to run fine all day, but overnight the checkresults directory fills up with files and I get large numbers of orphaned check results messages in the log. Can'

[Nagios-users] SNMP Traps

2007-10-17 Thread Giles Coochey
Hi, Nagios 2.9 I'm looking at the document to handle SNMP traps which I found here: http://www.samag.com/documents/s=9559/sam0503g/ I've got all the SNMP parts configured and I think I won't have problems doing the external command part. The Nagios configuration is, however, giving m