[Nagios-users] Notifications if a servicegroup is down on more than 1 server

2008-11-25 Thread [EMAIL PROTECTED]
Hi, I have a strange configuration that I have to applied to my Nagios and I cannot find the way to do it. Since I have a load balancer that monitor the apache status on the servers, I don’t want to send alerts if one of then is DOWN, I prefer to wait until I have at least 2 of them DOWN and sp

[Nagios-users] Database based nagios configuration

2008-09-27 Thread [EMAIL PROTECTED]
Hello List, we are a little ISP and we have currently nagio3 with normal config files. Now we would like to automake some tasks such as adding/cloning/copying a host or something. Is there a way to use a (mysql) database as configuration source? Then we could code some GUI which will cover our

[Nagios-users] disable event handlers during scheduled downtime

2008-06-25 Thread [EMAIL PROTECTED]
Hi, I set up Nagios with event handlers to restart an application in case it fails, when I have to do a maintenance of it, I schedule downtime, but when I start working on the maintenance, Nagios restarts it and does not let me work, so, what I'm doing now, is stopping Nagios, but I know that i

Re: [Nagios-users] logserver plugin has self terminated

2008-05-19 Thread [EMAIL PROTECTED]
Thanks guys. That has done the trick. regards, secrookie 2008/5/19 Hari Sekhon <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: >> >> I have been running the logserver plugin for a few weeks now and its >> been doing its job well until a few days ago. I

[Nagios-users] logserver plugin has self terminated

2008-05-18 Thread [EMAIL PROTECTED]
I have been running the logserver plugin for a few weeks now and its been doing its job well until a few days ago. I get the following error: CRITICAL: logserver plugin has self terminated after exceeding the timeout (30 seconds) I have tried to restart the nagios service but this check appears

[Nagios-users] check for ddclient

2008-05-13 Thread [EMAIL PROTECTED]
Has anyone come across a check for ddclient? Thax. regards, secrookie - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/

Re: [Nagios-users] how to escape special characters checking a windows service

2008-05-05 Thread [EMAIL PROTECTED]
Try adding mssql$waspdb in your resource.cfg as a user variable then substitute it in your server.cfg. regards, secrookie 2008/5/6 Jan Kuhn <[EMAIL PROTECTED]>: > This works when running from the command line: > > /usr/lib/nagios/plugins/check_nt -H xxx.xxx.xxx.xxx -p 1248 -v >

Re: [Nagios-users] Plugin to monitor keyword in a logfile on theWindows platform?

2008-05-05 Thread [EMAIL PROTECTED]
Thanks. This is exactly what I was looking for. :-) regards, secrookie 2008/5/5 Gerhard Lausser <[EMAIL PROTECTED]>: > > > > Does anyone know if there is a plugin avalaible to monitor > > for a 'keyword' (such as error) in a log file on the Windows

[Nagios-users] Plugin to monitor keyword in a logfile on the Windows platform?

2008-05-05 Thread [EMAIL PROTECTED]
Does anyone know if there is a plugin avalaible to monitor for a 'keyword' (such as error) in a log file on the Windows platform? regards, secrookie - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't m

Re: [Nagios-users] reinstall nagios plugin but it is giving me following error

2008-04-14 Thread by way of Matthew Macdonald-Wallace &lt;[EMAIL PROTECTED]>
I am using Ubuntu , and ssl dev package is already installed. Matthew Macdonald-Wallace <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/14/2008 06:43 PM To nagios-users@lists.sourceforge.net cc Subject Re: [Nagios-users] reinstall nagios plugin but it is giving me following

Re: [Nagios-users] ping

2008-01-02 Thread [EMAIL PROTECTED]
ping]=/usr/local/nagios/libexec/check_ping -H > $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p 5 > > On Jan 2, 2008 2:29 PM, [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > not sure but I think your check_ping c

Re: [Nagios-users] ping

2008-01-02 Thread [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 not sure but I think your check_ping command has an error, try changing it to //edit(based on your cfg): command[check_ping]=/usr/local/nagios/libexec/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p 5 Mad Unix wrote: > my nagios shows the follow

Re: [Nagios-users] ping

2008-01-02 Thread [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 not sure but I think your check_ping command has an error, try changing it to command_line$USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p 5 Mad Unix wrote: > my nagios shows the following > > check_ping: %s: Warning threshold must be

Re: [Nagios-users] Problems starting nagios

2007-12-19 Thread [EMAIL PROTECTED]
os > is quietly refusing to start, citing problems with the config file, > but not saying what they are. > > Any ideas on where to begin debugging? > > [EMAIL PROTECTED] nagios]# /etc/init.d/nagios restart Running > configuration check... CONFIG ERROR! Restart aborted. Chec

Re: [Nagios-users] nagios and local syslog

2007-10-12 Thread [EMAIL PROTECTED]
Hi I think it would be very good to implement it on syslog . As nagios is written in C language , I think i's just syslog function arguments to change . Does anybody know where I can make this suggestion to nagios developers ? Olivier Dennis Hünseler a écrit : > Hi Oliver, > > one possibilty

Re: [Nagios-users] event_handler with Nagios 3 beta ?

2007-08-10 Thread [EMAIL PROTECTED]
I forgot system informations : OS : Redhat ES4 nagios 3.01 beta compiled from tar.gz file I used previously nagios 1.x versions Olivier [EMAIL PROTECTED] a écrit : > Hello > > > Did anyone succeded in implementing event_handler for services with the > new Nagios 3 version

[Nagios-users] event_handler with Nagios 3 beta ?

2007-08-10 Thread [EMAIL PROTECTED]
Hello Did anyone succeded in implementing event_handler for services with the new Nagios 3 version ? I tried to use them but It didn't work So I tried the example in nagios 3 documentation (http-restart) but It didn't work too. Maybe I made something wrong because I didn't see anything in nagi

[Nagios-users] Nagiograph issues

2007-07-23 Thread [EMAIL PROTECTED]
Hi All, I've been trying to get nagiosgraph up and running. I've fixed most of the issues I've come across. However the problem I can't seem to solve is why the rrd files aren't being generated. When I follow the link to the extended data for the service I get an error that the rrd dir is empty.

[Nagios-users] Check by ssh doesn't work with web user interface

2007-06-29 Thread [EMAIL PROTECTED]
Hi mailing list,   My issue is the following:   I'm trying to check the disk partition (/home) on AIX Plateform with the plugin check_by_ssh. First of all, It's working when I execute the command in cli with the user nagios :   Nagios:/var/log/nagios/.ssh# sudo -u nagios /usr/lib/nagios/plugin

[Nagios-users] How to check SMB share on W2K3

2007-06-22 Thread [EMAIL PROTECTED]
Hi mailing list, Currently, I’m trying to check some Netbios shares on W2k3 plateform with the following plugin: check_disk_smb. Nevertheless, it seems to be not working with always the following message: Acces Denied. I would like to know if there are some issues with this plugin and W2K3 ? O

Re: [Nagios-users] $DATE$ and $OUTPUT$ macro do not show real values

2006-11-15 Thread [EMAIL PROTECTED]
use $NAGIOS_OUTPUT or $NAGIOS_HOSTNAME, etc. in your script (i use a bash one to send mail). I suppose you upgrade from 1.x, i suggest you to read carefully the many changes between the version in the nagios documentation page. Regards, Matteo P.S: you forgot to put in copy the mailing list ;-)

Re: [Nagios-users] $DATE$ and $OUTPUT$ macro do not show real values

2006-11-15 Thread [EMAIL PROTECTED]
> *$OUTPUT$* > *How can i fix this?* Now all the variables are enviroment variables with NAGIOS_ prefix. Try to add it. Matteo - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and

Re: [Nagios-users] nagios performance info

2006-11-07 Thread [EMAIL PROTECTED]
>> Why the Checks Completed show 84% not 100%? Passive checks are counted but never checked. I suppose you got 327 passive service. Regards, Matteo Contri - Using Tomcat but need to do more? Need to support web services, sec

[Nagios-users] ePN Strange problem with PERL Script

2006-08-19 Thread [EMAIL PROTECTED]
HI All I wrote the SNMP plugin in Perl Script and I tested the script from command line and 'mini_epn' with success. When I use the script into NAGIOS Enviroment the script don't function and return the follow error: **ePN /usr/lib/nagios/plugins/check_prova.pl: "Argument "" isn't numeric in divi

[Nagios-users] ePN - Strange Problem

2006-08-02 Thread [EMAIL PROTECTED]
HI All I wrote the SNMP plugin in Perl Script and I tested the script from command line and 'mini_epn' with success. When I use the script into NAGIOS Enviroment the script don't function and return the follow error: **ePN /usr/lib/nagios/plugins/check_prova.pl: "Argument "" isn't numeric in d

Re: [Nagios-users] Using SNMP as an alternative to NRPE

2006-07-17 Thread [EMAIL PROTECTED]
are set-up with just a rocommunity. - Jeffrey Lensen hyves: http://skyler.hyves.nl mail/msn: [EMAIL PROTECTED] Morris, Patrick wrote: > Without knowing anything about how snmpd is configured, the boxes it's > running on, or how you're polling

Re: [Nagios-users] Using SNMP as an alternative to NRPE

2006-07-17 Thread [EMAIL PROTECTED]
Jeffrey Lensen hyves: http://skyler.hyves.nl mail/msn: [EMAIL PROTECTED] Thomas Sluyter wrote: >Anybody else have any good ideas on this subject? I'm still curious >to hear more :) > >cheers! > > >Thomas > > >On 13 Jul, 2006, at 12:02, Thomas Sluyter wrote:

Re: [Nagios-users] Command File error

2006-07-12 Thread [EMAIL PROTECTED]
Jeffrey Lensen hyves: http://skyler.hyves.nl mail/msn: [EMAIL PROTECTED] Israel Brewster wrote: >Yes, the nagios.cmd file is automatically created when I start >nagios. The file does have read and write permissions for the nagcmd >group, and I have added the webserver to said

[Nagios-users] Missing file running ./configure on Solaris 8 (sparc)

2006-07-11 Thread [EMAIL PROTECTED]
I'm getting this error message when I run the configure script before building and installing: (this is the config.log file) configure:1834: checking for C compiler default output file name configure:1837: gccconftest.c >&5 ld: fatal: file values-Xa.o: open failed: No such file or directory l

Re: [Nagios-users] Status Map

2006-07-06 Thread [EMAIL PROTECTED]
Hey Junior. If I remember correctly, you need to use gd2 images for the statusmap_image to work. You can find some in /share/images/logos. -Jeffrey - Jeffrey Lensen hyves: http://skyler.hyves.nl mail/msn: [EMAIL PROTECTED] Junior Cunha wrote: >

[Nagios-users] host notification issues

2006-06-07 Thread [EMAIL PROTECTED]
hey guys- i have a problem that i wanted to put an entire computer lab (24 PCs) under one host in nagios, and have a ping command for each machine as a service of the host. i wrote a new ping command that uses the $SERVICEDESC$ variable, and then i just use the hostname of the PC for the se

[Nagios-users] external commands enable problems

2006-06-02 Thread [EMAIL PROTECTED]
hi list- i am revamping a previous Nagios install, and when i set the check_external_commands=1 instead of 0, the web interface (at least) of nagios dies. what is more odd is that when i do a reload of the config after this has occurred, it seems as though the nagios process wasnt running in

[Nagios-users] Nagios with MySQL??

2006-05-19 Thread [EMAIL PROTECTED]
Hello, Is it true that Nagios 2.* doesn't support MySQL anymore? I would like to set up Nagios and have it store its status and possibly it's configuration in a database (and read its config from the database). Is this still possible, or can anyone recommand a plugin or add-on which works prett

Re: R: [Nagios-users] how to configure nsclient++ on windows

2006-05-17 Thread [EMAIL PROTECTED]
Regards > Marco > > > ______ > Da: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Per conto di > ankush grover > Inviato: mercoledì 17 maggio 2006 13.07 > A: Nagios Users Mailinglist > Oggetto:

[Nagios-users] (no subject)

2006-04-04 Thread [EMAIL PROTECTED]
Hi, I must install nagios standard plugins from the source code, but I installed openldap in non-standard directory. Can someone help me? Regards Carlo --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends