Re: [Nagios-users] Nagios-db mysql module not working UPDATE

2005-11-24 Thread Sébastien Barbereau
hi, here is a patch to the current CVS revision of nagios-db for postgres. This patch does: * correct a bug on startup concerning neb_register_callback command change * add some logging messages to help debugging * correct a small typo in handling options (see "offset bugs in option parsing" http

AW: [Nagios-users] Nagios-db mysql module not working UPDATE

2005-11-24 Thread Mohr James
I realized that I was actually compiling it against Nagios2.0b3. So I fixed the Makefile like this: gcc -g -O2 -Wall -o inserter.o inserter.c -shared -I/opt/INSTALL/nagios/nagios-2.0b5/include/ -I/usr/include/mysql -lmysqlclient -fPIC This gave me several messages like this: inserter.c: In

[Nagios-users] Multiple hostextinfo.cfg files

2005-11-24 Thread Joe Regular
I currently have a Nagios system setup to monitor 1950 services on 450 hosts. For obvious reasons, we have multiple host.cfg and service.cfg files. Now the everything is being monitored, I've decided to "pretty up" the look of the system by adding images to the status map using the hostextinfo

[Nagios-users] Nagios-db mysql module not working

2005-11-24 Thread Mohr James
Hi All! I have Nagios 2.0b5, nagios-db 0.91 and MySQL 4.1.15, including MySQL-MAX 4.1.15. When Nagios starts I see the module is loaded ("nagios-db: inserter locked into db") and the appropriate message when nagios shuts down. However, nothing is getting loaded into the database, and I do not see

Re: [Nagios-users] About check_by_ssh

2005-11-24 Thread David Elze
Am Donnerstag, den 24.11.2005, 16:47 +0100 schrieb Jean Frontin: Hey, > Is there anybody who runs this plugin within nagios. Yes I do without any problems :-) > in the "help" of this plugin One finds the options -w and -c, but when I > insert them in command line I obtain an error message

Re: [Nagios-users] Can not check Debian host

2005-11-24 Thread Wim
Rupen Momaya wrote: Wim wrote: S B wrote: (check_users -w 3 -c 5) i ts working fine. When I check this from the nagios server (check_nrpe -H 'hostname' -p 'port' -c check_users) I have this as output CHECK_NRPE: Socket timeout after 10 seconds error nrpe: Could not read request from client,

Re: [Nagios-users] Send SMS in Linux

2005-11-24 Thread Stefano Coletta
Use the SMS Server Tools http://smstools.meinemullemaus.de/ Add this to the misccommands.cfg define command { command_name notify-by-sms command_line /bin/echo "/usr/local/bin/sendnagiossms $CONTACTPAGER$ \"$NOTIFICATIONTYPE$: Service $SERVICEDESC$ on $HOSTALIA

[Nagios-users] Send SMS in Linux

2005-11-24 Thread Marco Borsani
I all ! I should configure Nagios (on a RedHat Ent 3.0) to send SMS, using a radiomoden connected on a serial port. May someone give me an help ? I suppose that a script/programm is necessary to this porpuse, is it true? How do you send SMS from Nagios? Thanks a lot. Marco ---

[Nagios-users] About check_by_ssh

2005-11-24 Thread Jean Frontin
Hello, Is there anybody who runs this plugin within nagios. Please did you encounter that : in the "help" of this plugin One finds the options -w and -c, but when I insert them in command line I obtain an error message : argument unknown Regards Jean Frontin System team I R I T Université

Re: [Nagios-users] plugin check_load

2005-11-24 Thread Marco Ramos
Hi, you should use integers instead of floats. $ ./check_load -w 10,10,10 -c 15,15,15 OK - load average: 1.51, 0.94, 1.04 This works but I suggest that you use SNMP for system metrics (load, cpu, disk space, etc). It's easy to work with and it's platform independent. Regards, Marco Ramos On T

[Nagios-users] plugin check_load

2005-11-24 Thread Heinz Andernach
Hi, I'm a new user of nagios and have the job to get things running   testing the plugin check_load  for example with   ./check_load -w 10.0,8.0,5.0 -c 15.0,10.0,8.0    I get  the response: Warning threshold must be float or float triplet i tried other (or no) delimiter with no

[Nagios-users] Logged in as ?

2005-11-24 Thread Nigel kendrick
I am having a similar problem to Lori: I have had Nagios 1.2 running for nearly two years on a CentOS 3.x installation but I have just downloaded 1.3, installed it on a new server running CentoS 4.2 (RHEL4) and copied over the .cfg files. All .htaccess and htpasswd files are in place and working

Re: [Nagios-users] Can not check Debian host

2005-11-24 Thread Rupen Momaya
Wim wrote: S B wrote: (check_users -w 3 -c 5) i ts working fine. When I check this from the nagios server (check_nrpe -H 'hostname' -p 'port' -c check_users) I have this as output CHECK_NRPE: Socket timeout after 10 seconds error nrpe: Could not read request from client, bailin g out...