[Nagios-users] FPing command plugin says - Status UNKOWN

2007-03-14 Thread Nilesh Shastrakar
Hello All, I have checked the check_fping plugin from shell it works fine but when I add in command.cfg and localhost.cfg file the status shows me on webinterface is UNKNOWN [EMAIL PROTECTED] libexec]# ./check_fping -H 192.168.0.32 -v /usr/sbin/fping -b 56 -c 1 192.168.0.32 192.168.0.32 : [0],

Re: [Nagios-users] Nagios and Windows Event log question.

2007-03-14 Thread Anthony Montibello
NC_Net does this, I am expecting the new version to be finished sometime next week. you can download the current version via sourceforge:\ http://sourceforge.net/projects/nc-net Good luck, Tony On 3/9/07, Lacayo, Luis F <[EMAIL PROTECTED]> wrote: Hi All, I was wondering if anyone is monit

[Nagios-users] Service Notifications Stopped

2007-03-14 Thread Ben James
I have recompiled nagios with these options (also tried with --enable-DEBUGALL), and it seems to have worked because when I try to start the process I get: $0: Cannot enter daemon mode with DEBUG option(s) enabled. We'll run as a foreground process instead... But where does the extra debug in

[Nagios-users] Acknowledgement and notifications

2007-03-14 Thread G Bit
Hi, When we get an alert notification, to prevent escalations, we acknowledge it first and then go about fixing the problem. We ran into some other issues while doing this. We have grouped checks together in one service. For eg. we have a bunch of log file checks and all are grouped as one serv

[Nagios-users] Notification scripting question

2007-03-14 Thread Mihai Tanasescu
Hello, I've just installed Nagios on a machine for the first time and have read a little throught the docs and I'm now starting to get the hang of it. From what I've read, for check_commands I can define a way to pass arguments at runtime by using "command parameter_1!parameter2!paramete

Re: [Nagios-users] Nagios, syslog, splunk

2007-03-14 Thread Demetri Mouratis
On Wed, 14 Mar 2007, Matthew Joyce wrote: > > I've been playing with Splunk of late, can anyone tell me how I might > forward Nagios event logs to a remote splunk server ? > Is there a way to configure Nagios to send to two syslog servers, one > remote ? Hi Matthew, Me too. Try Splunk-2-Splunk.

Re: [Nagios-users] [Nagiosplug-help] (no subject)

2007-03-14 Thread Lars Stavholm
I've downloaded nagios-plugins-1.4.6 from sourceforge and it builds quite nicely on my solaris box with gcc-3.3.2 with the Solaris Software Companion (/opt/sfw) installed. Why would you want to use an old version from an unofficial download site? /L Namazhwar, Baskar wrote: > HI, > I downloaded th

Re: [Nagios-users] host check delay problem

2007-03-14 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Dinçer Kavraal > Sent: Wednesday, March 14, 2007 12:32 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] host check delay problem > > Hi guys, > > I need a patch for

Re: [Nagios-users] check_gw* plugins

2007-03-14 Thread Mies, Christian
How is the answer if you do a SNMPWALK at the Script OIDs? my $oid_gwpoaload = ".1.3.6.1.2.1.27.1.1.6.2"; # gwpoa.nlm loaded my $oid_gwname = ".1.3.6.1.4.1.23.2.38.1.1.1.2.$instance"; # Post Office name my $oid_gwdb = ".1.3.6.1.4.1.23.2.38.1.1.1.29.$instance";

[Nagios-users] host check delay problem

2007-03-14 Thread Dinçer Kavraal
Hi guys, I need a patch for Nagios not to stop all checks during a host check. Does anybody have such a patch to share? Thanks. Let me tell you further, who are interested and have time: I have set up Nagios to check only up/down state for about 300 hosts. However, it could not finish checks i

[Nagios-users] host check delay problem

2007-03-14 Thread Dinçer Kavraal
Hi guys, I need a patch for Nagios not to stop all checks during a host check. Does anybody have such a patch to share? Thanks. Let me tell you further, who are interested and have time: I have set up Nagios to check only up/down state for about 300 hosts. However, it could not finish checks in

[Nagios-users] check_gw* plugins

2007-03-14 Thread Mark Thompson
Nagios 2.7 OpenSUSE 10.2 I'm test from the command line the groupwise check plugins from nagiosexchange. There are 4 plugins from Oostlander.com that I downloaded. I have a groupwise server with the mta, poa, and gwia all running on the same server. The gwweb is running on a seprate server. Th

Re: [Nagios-users] net-snmp on solaris

2007-03-14 Thread Kyle O'Donnell
You can go the easy route and grab the pkgs from sunfreeware or blastwave but if you're set on compiling I use the following: ./configure --prefix=/opt/snmp --enable-developer --disable-embedded-perl -- enable-ucd-snmp-compatibility --with-default-snmp-version=1 --with-mib-modules=s mux mibII/mta

[Nagios-users] check_cluster2 config problem

2007-03-14 Thread
Hello, I'm trying to config a host cluster using check_cluster2 and Nagios 2.6. I have set 4 hosts called dns0,dns1,dns2,dns3. The config files are these: (checkcommands file): # 'check_cluster2' command definition define command{ command_namecheck_host_cluster

Re: [Nagios-users] Help with add-on

2007-03-14 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Karthik R > Sent: Wednesday, March 14, 2007 10:09 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Help with add-on > > Hi All, > > I reinstalled nagios on a differ

[Nagios-users] net-snmp on solaris

2007-03-14 Thread David Rivera
anyone have doc for installing this on Solaris, I know there is a README in the source code, but the thing is 10 miles long, and frankly it is a little intimitating. thanks David Money can't buy happiness, but neither can poverty. -Leo Rosten -

[Nagios-users] Help with add-on

2007-03-14 Thread Karthik R
Hi All, I reinstalled nagios on a different machine ie. rhel 3 machine and able to get all the services back to work other than check_flexlm plugin. The check_flexlm plugin need lmstat tool which is in the place ie. /usr/local/nagios/libexec but for some reason i keep getting this error message.

Re: [Nagios-users] running a perl script.

2007-03-14 Thread Umut Arus
Hello, Another way, you could use "dos2unix /filename/" command. It will clean non-printable characters. Regards. Marc Powell wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Mark Thompson Sent: Wednesday, March 14, 2007 9:16

Re: [Nagios-users] running a perl script.

2007-03-14 Thread Brian E. Seppanen
On Wed, 14 Mar 2007, Mark Thompson wrote: > The file was never on a win machine here. I opened the file with kwrite and > vi and don't see the ^M in the text. > "Marc Powell" <[EMAIL PROTECTED]> 03/14/07 8:04 AM >>> > The ^M is a non-printable character that the editor is hiding from you.

Re: [Nagios-users] Nagios and LDAP group membership

2007-03-14 Thread Cyrille Bollu
[EMAIL PROTECTED] a écrit sur 14/03/2007 15:39:11 : > > > Alternatively, you could just have the users log in using > > their uid, > > > which has got to be a lot easier to type. :) > > > > > > > :-D > > > > That's what they do but openldap automagically adds the rest > > of their distingu

Re: [Nagios-users] Nagios and LDAP group membership

2007-03-14 Thread Morris, Patrick
> > Alternatively, you could just have the users log in using > their uid, > > which has got to be a lot easier to type. :) > > > > :-D > > That's what they do but openldap automagically adds the rest > of their distinguished name to their uid... > > Are you aware of the existence of some

Re: [Nagios-users] running a perl script.

2007-03-14 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Mark Thompson > Sent: Wednesday, March 14, 2007 9:16 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] running a perl script. > > The file was never on a win mach

Re: [Nagios-users] Nagios and LDAP group membership

2007-03-14 Thread Cyrille Bollu
[EMAIL PROTECTED] a écrit sur 14/03/2007 15:21:46 : > > I just subscribed to the list and wanted to give my feedback > > on the message of Francois Pernet from 2007-01-22 > > (https://sourceforge.net/mailarchive/message.php?msg_id=38030310). > > > > I would really love to be able to do Nagios

Re: [Nagios-users] Nagios and LDAP group membership

2007-03-14 Thread Morris, Patrick
> I just subscribed to the list and wanted to give my feedback > on the message of Francois Pernet from 2007-01-22 > (https://sourceforge.net/mailarchive/message.php?msg_id=38030310). > > I would really love to be able to do Nagios AAA through LDAP. > > I also set up LDAP authentication for N

Re: [Nagios-users] Service Notifications Stopped

2007-03-14 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Ben James > Sent: Tuesday, March 13, 2007 9:07 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Service Notifications Stopped > > Hi all, > > I'm hoping you may be

Re: [Nagios-users] running a perl script.

2007-03-14 Thread Mark Thompson
The file was never on a win machine here. I opened the file with kwrite and vi and don't see the ^M in the text. >>> "Marc Powell" <[EMAIL PROTECTED]> 03/14/07 8:04 AM >>> > -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Mark Thomps

Re: [Nagios-users] running a perl script.

2007-03-14 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Mark Thompson > Sent: Wednesday, March 14, 2007 8:54 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] running a perl script. > > Nagios 2.7 running on OpenSUSE 10.2

Re: [Nagios-users] Nagios, syslog, splunk

2007-03-14 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Matthew Joyce > Sent: Wednesday, March 14, 2007 2:00 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Nagios, syslog, splunk > > > I've been playing with Splunk of

[Nagios-users] running a perl script.

2007-03-14 Thread Mark Thompson
Nagios 2.7 running on OpenSUSE 10.2 Perl ver 5.8.8 I have the system up and running using the standard check plugins. I downloaded some perl scripts from nagioexchange but don't seem to know how to use them. I copied them into the libexec directory, changed the user group, made them exe. When

Re: [Nagios-users] Process Information Plugin

2007-03-14 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Nilesh Shastrakar > Sent: Wednesday, March 14, 2007 2:19 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Process Information Plugin > > Dear All, > > I have writte

Re: [Nagios-users] Problem with notify-by-email

2007-03-14 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of chiel > Sent: Wednesday, March 14, 2007 6:53 AM > To: Mies, Christian; nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Problem with notify-by-email > > Thanks, > > Afte

Re: [Nagios-users] Problem with notify-by-email

2007-03-14 Thread Hugo van der Kooij
On Wed, 14 Mar 2007, chiel wrote: > After adding "mail" into the command it works. What may have caused it to not > be there? The common cause is a network layer 8 problem. Hugo. -- [EMAIL PROTECTED] http://hugo.vanderkooij.org/ This message is using 100% recycled el

Re: [Nagios-users] Problem with notify-by-email

2007-03-14 Thread chiel
That is true. I configured exim after I have installed nagios... chiel - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; nagios-users@lists.sourceforge.net Sent: Wednesday, March 14, 2007 1:02 PM Subject: RE: [Nagios-users] Problem with

Re: [Nagios-users] Problem with notify-by-email

2007-03-14 Thread D.Parise
It happened to me as well as I installed the mail agent after nagios, I guess. Regards, Davide From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of chiel Sent: 14 March 2007 12:53 To: Mies, Christian; nagios-users@lists.sourceforge.net Subject: R

Re: [Nagios-users] Problem with notify-by-email

2007-03-14 Thread chiel
Thanks, After adding "mail" into the command it works. What may have caused it to not be there? I didn't specify --with-mail=dir when I compiled nagios. Can that be the problem??? - Original Message - From: Mies, Christian To: nagios-users@lists.sourceforge.net Sent: Wednesday

Re: [Nagios-users] Problem with notify-by-email

2007-03-14 Thread Rob Blake
On 3/14/07, chiel <[EMAIL PROTECTED]> wrote: Hi, When Nagios is trying to send me an e-mail I get the following error in the event log: [03-14-2007 12:02:36] Warning: Attempting to execute the command "/usr/bin/printf "%b" "* Nagios 2.7 *\n\nNotification Type: PROBLEM\n\nService: Na

Re: [Nagios-users] Problem with notify-by-email

2007-03-14 Thread Mies, Christian
Hi, have a look at this part of the error: Nagios process!" | -s "** PROBLEM alert The mail command is missing, I think. Mit freundlichem Gruß Christian Mies it-novum GmbH, Edelzeller Str. 44, 36043 Fulda, Germany FON:+49 (661) 103-874(333) FAX: +49 (661) 103-334 MAIL: [E

[Nagios-users] Problem with notify-by-email

2007-03-14 Thread chiel
Hi, When Nagios is trying to send me an e-mail I get the following error in the event log: [03-14-2007 12:02:36] Warning: Attempting to execute the command "/usr/bin/printf "%b" "* Nagios 2.7 *\n\nNotification Type: PROBLEM\n\nService: Nagios\nHost: \nAddress: ***.***.***.***\nSt

Re: [Nagios-users] Nagios, syslog, splunk

2007-03-14 Thread Rob Blake
On 3/14/07, Matthew Joyce <[EMAIL PROTECTED]> wrote: I've been playing with Splunk of late, can anyone tell me how I might forward Nagios event logs to a remote splunk server ? Is there a way to configure Nagios to send to two syslog servers, one remote ? Thanks *Matthew Joyce* 02 9382 0051*

Re: [Nagios-users] Nagios, syslog, splunk

2007-03-14 Thread Hari Sekhon
Why don't you just have it log locally and then have your local syslog daemon forward to a remote server as well. Both syslog and syslog-ng can do this (I prefer the latter, newer and better/more flexible) This is what I do as I use a central syslog server. -h Hari Sekhon Matthew Joyce wro

Re: [Nagios-users] Process Information Plugin

2007-03-14 Thread Rob Blake
On 3/14/07, Nilesh Shastrakar <[EMAIL PROTECTED]> wrote: Dear All, I have written a scripts which we will give the output like top command but on nagios screen it shows me only one line status information also in mail notification. I want to print all output of this file on mail as well as on

[Nagios-users] Nagios and LDAP group membership

2007-03-14 Thread Cyrille Bollu
Hi all, I just subscribed to the list and wanted to give my feedback on the message of Francois Pernet from 2007-01-22 (https://sourceforge.net/mailarchive/message.php?msg_id=38030310). I would really love to be able to do Nagios AAA through LDAP. I also set up LDAP authentication for Nagios a