Re: [Nagios-users] NRPE host on Solaris 10
still the same error: Received 0 bytes from daemon... results from the two commands requested (everything looks ok to me): # svcs svc:/network/nrpe/tcp:default STATE STIME FMRI online Jun_10 svc:/network/nrpe/tcp:default # inetadm -l svc:/network/nrpe/tcp:default SCOPE NAME=VALUE name="nrpe" endpoint_type="stream" proto="tcp" isrpc=FALSE wait=FALSE exec="/usr/sfw/sbin/tcpd -c /usr/local/nagios/etc/nrpe.cfg -i" arg0="/usr/local/nagios/bin/nrpe" user="nagios" defaultbind_addr="" defaultbind_fail_max=-1 defaultbind_fail_interval=-1 defaultmax_con_rate=-1 defaultmax_copies=-1 defaultcon_rate_offline=-1 defaultfailrate_cnt=40 defaultfailrate_interval=60 defaultinherit_env=TRUE defaulttcp_trace=FALSE tcp_wrappers=TRUE # The only thing I see different between this output and that on the site listed where I installed the remote host NRPE is there is no default for tcp_wrappers and no connection_backlog. But this shouldn't be the problem, right? Thanks again for your assistance, Izz > -Original Message- > From: [EMAIL PROTECTED] > Sent: Wed, 11 Jun 2008 10:21:58 +0100 > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] NRPE host on Solaris 10 > >> From: [EMAIL PROTECTED] [mailto:nagios-users- >> [EMAIL PROTECTED] On Behalf Of Izz Abdullah >> >> I have followed the instructions I found at >> http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe- >> on-solaris-10/ >> >> but to no avail. At the end of it all, when I try >> ./check_nrpe -H localhost >> >> it gives me a 0 bytes received from daemon. The first check in the >> list of >> /usr/local/nagios/libexec/check_disk -w 10 -c 5 -p / >> gives data...I don't know what's wrong here...I haven't configured a >> Solaris box to be monitored...any ideas / assistance? > > >From your description, it seems like the plugins are working OK but the > problem is with the service itself. That's not surprising, SMF on Solaris > 10 can be tricky to get right. I'd double check the entire section in > those instructions from "With Solaris 10, we don't use either inetd ..." > to "Modify your hosts.allow ...". In particular make sure your inetd.conf > entry is on one line (as the instructions say but then split over three > lines because of the narrow width of the page). If it's still not > working, post back with the relevant section of inetd.conf and the output > of > > svcs svc:/network/nrpe/tcp:default > > and > > inetadm -l svc:/network/nrpe/tcp:default > > -- > Phil Costelloe > Foundation IT, Hermitage Berkshire RG18 9SE > > > > > - > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > ___ > Nagios-users mailing list > Nagios-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS when > reporting any issue. > ::: Messages without supporting info will risk being sent to /dev/null - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] check_vmfs
Check on nagiosexchange.org There's the check_esx2 plugin to check ESX servers and their guests. Its currently being reworked to support ESX3 better. I also have a plugin (run via NRPE) that checks vmem and vcpu on a linux/windows guest using the VMWare library API. Also check_vmfs that checks for free space in the vmfs filesystems on the ESX server for free space. This needs to be run via cron and sends NSCA alerts. Steve From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Satish Kumar P Sent: Thursday, 12 June 2008 02:27 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] check_vmfs Hi, Can someone guide me a link from where I can download check_vmfs Nagios plugin to monitor virtual guest operating systems? Or kindly share information regarding any other plugins you might have used (if any) for this purpose. Thanks in advance. Thanks & Regards, Satish Kumar P - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] Services on down hosts
Bringing this back on-list. I'd appreciate if you could use "reply-to-all" instead of just "reply", as some of this discussion is probably of interest to the rest of the community as well. Thanks. Jay R. Ashworth wrote: > On Wed, Jun 11, 2008 at 05:54:48PM +0200, Andreas Ericsson wrote: >>> Well, since (to take an example), CRITICAL load means "a loadaverage >>> over 8" (on my 8-core Opteron), and we don't *know* the load average if >>> the machine isn't reachable to return a value... then the nrpe checker >>> on the console in fact *is* getting an IO error when trying to, ok, >>> read from a network socket. >> I was more thinking along the lines of errno being set to EIO when >> attempting to read(2) from an already connected network socket, although >> there are two schools about that too (some wants all failures to always >> alert, while some wants a lot of things to be in UNKNOWN state). >> >> Not being able to connect clearly signals there is something wrong >> with the service though, while an EIO signals that there's something >> wrong with the Nagios hosts' kernel or hardware. > > My problem with that is that not all of what Nagios monitors is > "services", in the meaning we usually give to that term. Much of it is > "attributes" -- load average and diskspace on a machine being great > examples. > True that, but the service of storing a file on disk (or, for some retarded filesystems, reading one from a disk) requires there to be a minimum of free space available. It's what makes up the platform on which the *real* services rest. Hence servicegroups (which together make up what a service-provider would call a service). > IMHO, anything you're trying to monitor that's actually a "service" -- > IE: a public facing website -- shouldn't be directly attached to a host, > anyway... > > What if you're Google? Which host do you attach "http://www.google.com"; to? > All the query distributors (google works by having several front-end servers distributing the incoming queries to quite a large army of query responders, which have access to the gdfs (google distributed filesystem) for doing the actual lookups). Since a monitoring tool is only worth something if it tells you *where* things break rather than only that things are broken, that makes perfect sense for a monitoring system even if that's not the case for the service provider or its sales people. > >>> I think if I'm going to invest a lot of work into code, I'll spend it >>> reskinning the clunky looking cgi's instead. :-) >> That could well be a wasted effort. Several UI's already exist, and more >> are in the brewing. I'd suggest having a look at op5.org within a week or >> so instead, and check nagios.org and nagios-community.org for news about >> GUI's (op5.org will only have a reports gui though, while nagios.org >> will primarily take care of the equivalent of status.cgi et al). > > By UI, I presume you do *not* mean what someone else (IMHO) incorrectly > used that term to mean earlier today -- a configuration front-end tool. > No, I do not. I mean an interface displaying current and historical host and service status. > I see that op5 is "Coming Soon". > Indeed it is. Content is scheduled to be added this friday, although in what shape said content will be is anyone's guess (although I've got a shrewd idea it won't be 100% completed and super-easy to use from day one, as there's a lot of work to be done). > Are you suggesting that *Ethan* is reworking the status.cgi? Cause I > see no leaders about that on nagios.org. Yes, Ethan has been working on a new webbased user interface for Nagios in the past eight or so weeks. According to his speech at the Nordic Nagios Meet it's possible it will be a commercial venture. That is, companies capitalizing from Nagios in one way or another may have to buy it, while non-profit organizations and home-users will probably get to download it for free. He was a bit hazy on the details and he refused to give a release date, so "wait and see" is the best I can say, I'm afraid. > And nagios-community.org doesn't seem to exist... > nagios-community.org doesn't exist, but nagioscommunity.org does. Sorry for the confusion. -- Andreas Ericsson [EMAIL PROTECTED] OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] Nagios Check on CAC Enabled Websites.
> -Original Message- > Of Jeff Shumard - DefenseWeb Technologies > Sent: Wednesday, June 11, 2008 12:51 PM > I am assuming that no one has had to do this or is not sure > how to, due > to there has been no responses. If anyone knows of a plugin that will > support supplying a client certificate for authentication to a CAC > enabled website I would appreciate any information you can give me on > this. I haven't had to do this, but supposing that there is no existing Nagios plugin, here's how I would proceed: I'll bet wget and/or curl would support doing this from the command line. Then just wrap it in a shell script to create a Nagios plugin. If curl or wget won't oblige you, or you just want to get fancier, try the Perl module LWP as a basis for a plugin. Here's some examples that seem to show how to use LWP with CAC: http://www.gridsite.org/wiki/Perl_Clients Andrew Ford Wachovia Corporate Information Security 314-955-6647 desk 314-600-7025 cell [EMAIL PROTECTED] Wachovia Securities, LLC's outgoing and incoming e-mails are electronically archived and subject to review and/or disclosure to someone other than the recipient. A.G. Edwards, a division of Wachovia Securities, LLC - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] Nagios Check on CAC Enabled Websites.
I am assuming that no one has had to do this or is not sure how to, due to there has been no responses. If anyone knows of a plugin that will support supplying a client certificate for authentication to a CAC enabled website I would appreciate any information you can give me on this. Thank you, Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Shumard - DefenseWeb Technologies Sent: Friday, May 30, 2008 1:30 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Nagios Check on CAC Enabled Websites. Has anyone tried or been able to run Nagios http checks for a CAC enabled website. We have just been told that we need to enable one of our websites with CAC cards enabled. If you have can you please tell me if you were able to do it or if there is a plug-in that will support it. Thank you, Jeff - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] Services on down hosts
Jay R. Ashworth wrote: > On Wed, Jun 11, 2008 at 08:19:14AM +0200, Andreas Ericsson wrote: >> Jay R. Ashworth wrote: >>> Stupid question of the week: >>> >>> I see that Nagios 3 represents as CRITICAL services on hosts which are >>> down. >> Those CRITICAL tests are actually test-results. Since sometimes host >> checks fail horribly for other reasons than them actually obtaining >> an answer and that answer passing some sort of threshold, Nagios will >> keep running service checks for the host the same way it always has, >> but notifications for the services are suppressed. > > Aha. So they show up as CRIT, but if the host was already notified as > DOWN, then I won't get paged for the services as well. Ok; that's not > too bad... (though I haven't actually set up notification yet :-). > Yes. >>> Since most services are OK-WARNING-CRITICAL; ie: ascending points on a >>> numeric continum which *cannot be measured if the host is down*, >>> wouldn't it make more sense if those services went UNKNOWN if the host >>> wasn't running? >> No. UNKNOWN is reserved for when plugins get fed nonsense arguments, >> or can't, due to some really weird errors, complete the check it's >> supposed to do (such as getting IO errors when trying to write to >> a network socket). > > Well, since (to take an example), CRITICAL load means "a loadaverage > over 8" (on my 8-core Opteron), and we don't *know* the load average if > the machine isn't reachable to return a value... then the nrpe checker > on the console in fact *is* getting an IO error when trying to, ok, > read from a network socket. > I was more thinking along the lines of errno being set to EIO when attempting to read(2) from an already connected network socket, although there are two schools about that too (some wants all failures to always alert, while some wants a lot of things to be in UNKNOWN state). Not being able to connect clearly signals there is something wrong with the service though, while an EIO signals that there's something wrong with the Nagios hosts' kernel or hardware. >> Yes. Write an event-broker-module that upon a hard host-state change >> alters the state of the services on that host to whatever you like. >> You also need to prevent the status from changing in later service >> checks, or you'd only have a very short period of time when the services >> are actually in the state you pick. > > IOW: this is not something lots of people are clamoring for. Got it. > They are, but there are more people clamoring for the opposite, and since that's what we've already got, we're not about to change it ;-) > I think if I'm going to invest a lot of work into code, I'll spend it > reskinning the clunky looking cgi's instead. :-) > That could well be a wasted effort. Several UI's already exist, and more are in the brewing. I'd suggest having a look at op5.org within a week or so instead, and check nagios.org and nagios-community.org for news about GUI's (op5.org will only have a reports gui though, while nagios.org will primarily take care of the equivalent of status.cgi et al). -- Andreas Ericsson [EMAIL PROTECTED] OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] Help:Nagios : NDOUTILS:Postgresql :
I don't know why ndoutils is in beta, but it has been for a long time -- the most current version has been out for almost a year. I think it's in fairly wide use, and a lot of other addons depend on it. I sent out a similar email myself before installing it and received several responses from others using the software. It hasn't given me any problems. PostgresQL need not be installed. I don't know if aptitude will insist on it as a dependency, but you don't need it. Looks like you are trying to install it with Postgres support though -- there's probably a flag you want to turn off so that it doesn't try to do that. Good luck! On Wed, Jun 11, 2008 at 5:58 AM, Peter Sanyal <[EMAIL PROTECTED]> wrote: > Dear List > > I am running nagios on ubuntu , I am installing ndoutils 1.4b7 , as this is > in beta so before i go ahead i want to make sure that everything is OK.I > compiled ndoutils with following O/P. "checking for mysql_connect in > -lmysqlclient..." says no so how to solve this ..also do i need to > install PostgreSQL library as in the installation note ndoutils says it does > nt support postgresql. > > I haven't installed this library so let me know incase i require this to > run ndo utils smoothly. > > > checking for mysql_store_result in -lmysqlclient... yes > checking for mysql_connect in -lmysqlclient... no > checking mysql/mysql.h usability... yes > checking mysql/mysql.h presence... yes > checking for mysql/mysql.h... yes > MySQL library and include file(s) were found! > checking for PQconnectdb in -lpq... no > > > *** PostgreSQL library could not be located... * > > You chose to compile NDBXT with PostgreSQL support, but I was > unable to locate the PostgreSQL library on your system. If the > library is installed, use the --with-pgsql-lib argument to specify > the location of the PostgreSQL library. > > > thanks > peter > > - > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > ___ > Nagios-users mailing list > Nagios-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS when > reporting any issue. > ::: Messages without supporting info will risk being sent to /dev/null > - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
[Nagios-users] check_vmfs
Hi, Can someone guide me a link from where I can download check_vmfs Nagios plugin to monitor virtual guest operating systems? Or kindly share information regarding any other plugins you might have used (if any) for this purpose. Thanks in advance. Thanks & Regards, Satish Kumar P - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
[Nagios-users] SOLVED: NRPE 2.12 installation issue
On Wed, Jun 11, 2008 at 10:34:20AM +0200, Tim Van Caeyzeele wrote: > Aah great, > > Problem solved! > > I'm running ubuntu and I installed libcurl13-openssl-dev which did the trick > ;) > > Thnx for the support Tom! And, generally: If you are compiling programs on a Linux distribution that uses package management (RPM, DEB, whatever) to install software, and you find tat configures or makes are dying because they can't find libraries or header files, there is almost certainly an extra package file you need to install. These are conventionally called -dev or -devel, and otherwise named after whatever package they go with. That is all. This is a recording. Congrats on getting it built. :-) Cheers, -- jra > Regards, > > Tim. > > -Original Message- > From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] > Sent: woensdag 11 juni 2008 10:20 > To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] NRPE 2.12 installation issue > > Tom > > OK, then it didn't run OK ;-) Install openssl-devel and try again. > > Good luck, > Tom > > -Original Message- > From: Tim Van Caeyzeele [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2008 10:07 > To: Tom DE BLENDE (EECC) (DHL); nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] NRPE 2.12 installation issue > > Hi Tom, > > It runs ok except for the SSL part > > checking for SSL headers... configure: error: Cannot find ssl headers > > Tim. > > -Original Message- > From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] > Sent: woensdag 11 juni 2008 9:46 > To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] NRPE 2.12 installation issue > > Tim, > > Did ./configure run successfully? Can you double check? > > Tom > > > -Original Message- > From: Tim Van Caeyzeele [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2008 09:38 > To: Tom DE BLENDE (EECC) (DHL); nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] NRPE 2.12 installation issue > > Hi Tom, > > Sorry for not being complete, I tried that aswell ;) > > [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make all > make: *** No rule to make target `all'. Stop. > > Tim. > > -Original Message- > From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] > Sent: woensdag 11 juni 2008 9:37 > To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] NRPE 2.12 installation issue > > Try "make all" ;-) From the docs: > > iv. Install the NRPE daemon > Download the source code tarball of the NRPE addon (visit > http://www.nagios.org/download/ for links to the latest versions). At > the time of writing, the latest version of NRPE was 2.8. > cd ~/downloads > wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nrpe-2.8.tar.gz > Extract the NRPE source code tarball. > tar xzf nrpe-2.8.tar.gz > cd nrpe-2.8 > Compile the NRPE addon. > ./configure > make all > Install the NRPE plugin (for testing), daemon, and sample daemon config > file. > make install-plugin > make install-daemon > make install-daemon-config > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tim Van > Caeyzeele > Sent: Wednesday, June 11, 2008 09:34 > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] NRPE 2.12 installation issue > > Hi Guys, > > I've just tried installing NRPE 2.12 for monitoring my servers > eventviewer etc.. > > However I'm getting the following error: > > 1) I downloaded the latest stable version 2.12 > 2) I extracted the tarball > 3) I ran the ./configure script > 4) I tried the make install wich gives me the following error: > > [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make install > make: *** No rule to make target `install'. Stop. > > Any ideas anyone ? Most likely it's easy to solve, but I don't know > how.. > > Regards, > > Tim Van Caeyzeele > IT Administrator > > Cernum | Kareelstraat 48 | 9300 Aalst | Belgium | T +32 53 80 26 40 | F > +32 53 80 26 35 [EMAIL PROTECTED] www.cernum.com P please > consider the environment before printing this email > > > - > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for just about anything Open > Source. > http://sourceforge.net/services/buy/index.php > ___ > Nagios-users mailing list > Nagios-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS when > reporting any issue. > ::: Messages without supporting info will risk being sent to /dev/null > > - > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http
Re: [Nagios-users] Services on down hosts
On Wed, Jun 11, 2008 at 08:19:14AM +0200, Andreas Ericsson wrote: > Jay R. Ashworth wrote: > >Stupid question of the week: > > > >I see that Nagios 3 represents as CRITICAL services on hosts which are > >down. > > Those CRITICAL tests are actually test-results. Since sometimes host > checks fail horribly for other reasons than them actually obtaining > an answer and that answer passing some sort of threshold, Nagios will > keep running service checks for the host the same way it always has, > but notifications for the services are suppressed. Aha. So they show up as CRIT, but if the host was already notified as DOWN, then I won't get paged for the services as well. Ok; that's not too bad... (though I haven't actually set up notification yet :-). > >Since most services are OK-WARNING-CRITICAL; ie: ascending points on a > >numeric continum which *cannot be measured if the host is down*, > >wouldn't it make more sense if those services went UNKNOWN if the host > >wasn't running? > > No. UNKNOWN is reserved for when plugins get fed nonsense arguments, > or can't, due to some really weird errors, complete the check it's > supposed to do (such as getting IO errors when trying to write to > a network socket). Well, since (to take an example), CRITICAL load means "a loadaverage over 8" (on my 8-core Opteron), and we don't *know* the load average if the machine isn't reachable to return a value... then the nrpe checker on the console in fact *is* getting an IO error when trying to, ok, read from a network socket. > Yes. Write an event-broker-module that upon a hard host-state change > alters the state of the services on that host to whatever you like. > You also need to prevent the status from changing in later service > checks, or you'd only have a very short period of time when the services > are actually in the state you pick. IOW: this is not something lots of people are clamoring for. Got it. I think if I'm going to invest a lot of work into code, I'll spend it reskinning the clunky looking cgi's instead. :-) Cheers, -- jra -- Jay R. Ashworth Baylink [EMAIL PROTECTED] Designer The Things I Think RFC 2100 Ashworth & Associates http://baylink.pitas.com '87 e24 St Petersburg FL USA http://photo.imageinc.us +1 727 647 1274 Those who cast the vote decide nothing. Those who count the vote decide everything. -- (Joseph Stalin) - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] event handler not working
On Jun 11, 2008, at 7:55 AM, Kevin Manuel wrote: > Thanks Marc, it works now. Except there doesn't appear to be a way > to invoke > the event handler when multiple OK states are reported, which was > the reason > for creating the event handler in the first place. I guess I will > have to > use something other than Nagios for this type of monitoring, but I > appreciate all of your help. I don't know what you're final goal is but you might consider creating a simple wrapper for the plugin you're executing and have it execute the event handler in the background, such that the wrapper script terminates before the nagios timeout, if the status meets your criteria. -- Marc - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] event handler question (if event handler is what I need?)
Marc Thank you... the documentation is very good and it answered all my questions about event handler... And it works now... thanks again -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Powell Sent: Tuesday, June 10, 2008 15:03 Cc: Nagios Users Mailinglist Subject: Re: [Nagios-users] event handler question (if event handler is what I need?) On Jun 10, 2008, at 4:09 AM, Yaniv wrote: > Hello Nagios users Hello! Please send to this list using text/plain e-mail. Sending HTML does not-so-wonderful things for the archives and for users who receive the list via digest. > I am new to nagios and have a question about event handlers. (if > event handler is what I need?) Yes, that sounds like just what you need. > I would like a script that I have located at /root/scripts/test.sh > to be executed if the hard drive get's to the warning state and > critical state. Perfect, even down to running a script on the nagios box. Very straigtforward. > How would I do that? http://nagios.sourceforge.net/docs/3_0/eventhandlers.html -- Marc - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null No virus found in this incoming message. Checked by AVG. Version: 8.0.100 / Virus Database: 270.2.0/1493 - Release Date: 09/06/2008 17:25 - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
[Nagios-users] Help:Nagios : NDOUTILS:Postgresql :
Dear List I am running nagios on ubuntu , I am installing ndoutils 1.4b7 , as this is in beta so before i go ahead i want to make sure that everything is OK.I compiled ndoutils with following O/P. "checking for mysql_connect in -lmysqlclient..." says no so how to solve this ..also do i need to install PostgreSQL library as in the installation note ndoutils says it does nt support postgresql. I haven't installed this library so let me know incase i require this to run ndo utils smoothly. checking for mysql_store_result in -lmysqlclient... yes checking for mysql_connect in -lmysqlclient... no checking mysql/mysql.h usability... yes checking mysql/mysql.h presence... yes checking for mysql/mysql.h... yes MySQL library and include file(s) were found! checking for PQconnectdb in -lpq... no *** PostgreSQL library could not be located... * You chose to compile NDBXT with PostgreSQL support, but I was unable to locate the PostgreSQL library on your system. If the library is installed, use the --with-pgsql-lib argument to specify the location of the PostgreSQL library. thanks peter - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] NRPE host on Solaris 10
> From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Izz Abdullah > > I have followed the instructions I found at > http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe- > on-solaris-10/ > > but to no avail. At the end of it all, when I try > ./check_nrpe -H localhost > > it gives me a 0 bytes received from daemon. The first check in the > list of > /usr/local/nagios/libexec/check_disk -w 10 -c 5 -p / > gives data...I don't know what's wrong here...I haven't configured a > Solaris box to be monitored...any ideas / assistance? >From your description, it seems like the plugins are working OK but the >problem is with the service itself. That's not surprising, SMF on Solaris 10 >can be tricky to get right. I'd double check the entire section in those >instructions from "With Solaris 10, we don't use either inetd ..." to "Modify >your hosts.allow ...". In particular make sure your inetd.conf entry is on one >line (as the instructions say but then split over three lines because of the >narrow width of the page). If it's still not working, post back with the >relevant section of inetd.conf and the output of svcs svc:/network/nrpe/tcp:default and inetadm -l svc:/network/nrpe/tcp:default -- Phil Costelloe Foundation IT, Hermitage Berkshire RG18 9SE - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] NRPE 2.12 installation issue
Aah great, Problem solved! I'm running ubuntu and I installed libcurl13-openssl-dev which did the trick ;) Thnx for the support Tom! Regards, Tim. -Original Message- From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] Sent: woensdag 11 juni 2008 10:20 To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Tom OK, then it didn't run OK ;-) Install openssl-devel and try again. Good luck, Tom -Original Message- From: Tim Van Caeyzeele [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:07 To: Tom DE BLENDE (EECC) (DHL); nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Hi Tom, It runs ok except for the SSL part checking for SSL headers... configure: error: Cannot find ssl headers Tim. -Original Message- From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] Sent: woensdag 11 juni 2008 9:46 To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Tim, Did ./configure run successfully? Can you double check? Tom -Original Message- From: Tim Van Caeyzeele [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 09:38 To: Tom DE BLENDE (EECC) (DHL); nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Hi Tom, Sorry for not being complete, I tried that aswell ;) [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make all make: *** No rule to make target `all'. Stop. Tim. -Original Message- From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] Sent: woensdag 11 juni 2008 9:37 To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Try "make all" ;-) From the docs: iv. Install the NRPE daemon Download the source code tarball of the NRPE addon (visit http://www.nagios.org/download/ for links to the latest versions). At the time of writing, the latest version of NRPE was 2.8. cd ~/downloads wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nrpe-2.8.tar.gz Extract the NRPE source code tarball. tar xzf nrpe-2.8.tar.gz cd nrpe-2.8 Compile the NRPE addon. ./configure make all Install the NRPE plugin (for testing), daemon, and sample daemon config file. make install-plugin make install-daemon make install-daemon-config -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Van Caeyzeele Sent: Wednesday, June 11, 2008 09:34 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] NRPE 2.12 installation issue Hi Guys, I've just tried installing NRPE 2.12 for monitoring my servers eventviewer etc.. However I'm getting the following error: 1) I downloaded the latest stable version 2.12 2) I extracted the tarball 3) I ran the ./configure script 4) I tried the make install wich gives me the following error: [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make install make: *** No rule to make target `install'. Stop. Any ideas anyone ? Most likely it's easy to solve, but I don't know how.. Regards, Tim Van Caeyzeele IT Administrator Cernum | Kareelstraat 48 | 9300 Aalst | Belgium | T +32 53 80 26 40 | F +32 53 80 26 35 [EMAIL PROTECTED] www.cernum.com P please consider the environment before printing this email - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] NRPE 2.12 installation issue
Tom OK, then it didn't run OK ;-) Install openssl-devel and try again. Good luck, Tom -Original Message- From: Tim Van Caeyzeele [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:07 To: Tom DE BLENDE (EECC) (DHL); nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Hi Tom, It runs ok except for the SSL part checking for SSL headers... configure: error: Cannot find ssl headers Tim. -Original Message- From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] Sent: woensdag 11 juni 2008 9:46 To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Tim, Did ./configure run successfully? Can you double check? Tom -Original Message- From: Tim Van Caeyzeele [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 09:38 To: Tom DE BLENDE (EECC) (DHL); nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Hi Tom, Sorry for not being complete, I tried that aswell ;) [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make all make: *** No rule to make target `all'. Stop. Tim. -Original Message- From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] Sent: woensdag 11 juni 2008 9:37 To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Try "make all" ;-) From the docs: iv. Install the NRPE daemon Download the source code tarball of the NRPE addon (visit http://www.nagios.org/download/ for links to the latest versions). At the time of writing, the latest version of NRPE was 2.8. cd ~/downloads wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nrpe-2.8.tar.gz Extract the NRPE source code tarball. tar xzf nrpe-2.8.tar.gz cd nrpe-2.8 Compile the NRPE addon. ./configure make all Install the NRPE plugin (for testing), daemon, and sample daemon config file. make install-plugin make install-daemon make install-daemon-config -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Van Caeyzeele Sent: Wednesday, June 11, 2008 09:34 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] NRPE 2.12 installation issue Hi Guys, I've just tried installing NRPE 2.12 for monitoring my servers eventviewer etc.. However I'm getting the following error: 1) I downloaded the latest stable version 2.12 2) I extracted the tarball 3) I ran the ./configure script 4) I tried the make install wich gives me the following error: [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make install make: *** No rule to make target `install'. Stop. Any ideas anyone ? Most likely it's easy to solve, but I don't know how.. Regards, Tim Van Caeyzeele IT Administrator Cernum | Kareelstraat 48 | 9300 Aalst | Belgium | T +32 53 80 26 40 | F +32 53 80 26 35 [EMAIL PROTECTED] www.cernum.com P please consider the environment before printing this email - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] NRPE 2.12 installation issue
Hi Tom, It runs ok except for the SSL part checking for SSL headers... configure: error: Cannot find ssl headers Tim. -Original Message- From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] Sent: woensdag 11 juni 2008 9:46 To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Tim, Did ./configure run successfully? Can you double check? Tom -Original Message- From: Tim Van Caeyzeele [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 09:38 To: Tom DE BLENDE (EECC) (DHL); nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Hi Tom, Sorry for not being complete, I tried that aswell ;) [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make all make: *** No rule to make target `all'. Stop. Tim. -Original Message- From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] Sent: woensdag 11 juni 2008 9:37 To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Try "make all" ;-) From the docs: iv. Install the NRPE daemon Download the source code tarball of the NRPE addon (visit http://www.nagios.org/download/ for links to the latest versions). At the time of writing, the latest version of NRPE was 2.8. cd ~/downloads wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nrpe-2.8.tar.gz Extract the NRPE source code tarball. tar xzf nrpe-2.8.tar.gz cd nrpe-2.8 Compile the NRPE addon. ./configure make all Install the NRPE plugin (for testing), daemon, and sample daemon config file. make install-plugin make install-daemon make install-daemon-config -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Van Caeyzeele Sent: Wednesday, June 11, 2008 09:34 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] NRPE 2.12 installation issue Hi Guys, I've just tried installing NRPE 2.12 for monitoring my servers eventviewer etc.. However I'm getting the following error: 1) I downloaded the latest stable version 2.12 2) I extracted the tarball 3) I ran the ./configure script 4) I tried the make install wich gives me the following error: [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make install make: *** No rule to make target `install'. Stop. Any ideas anyone ? Most likely it's easy to solve, but I don't know how.. Regards, Tim Van Caeyzeele IT Administrator Cernum | Kareelstraat 48 | 9300 Aalst | Belgium | T +32 53 80 26 40 | F +32 53 80 26 35 [EMAIL PROTECTED] www.cernum.com P please consider the environment before printing this email - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] NRPE 2.12 installation issue
Tim, Did ./configure run successfully? Can you double check? Tom -Original Message- From: Tim Van Caeyzeele [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 09:38 To: Tom DE BLENDE (EECC) (DHL); nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Hi Tom, Sorry for not being complete, I tried that aswell ;) [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make all make: *** No rule to make target `all'. Stop. Tim. -Original Message- From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] Sent: woensdag 11 juni 2008 9:37 To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Try "make all" ;-) From the docs: iv. Install the NRPE daemon Download the source code tarball of the NRPE addon (visit http://www.nagios.org/download/ for links to the latest versions). At the time of writing, the latest version of NRPE was 2.8. cd ~/downloads wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nrpe-2.8.tar.gz Extract the NRPE source code tarball. tar xzf nrpe-2.8.tar.gz cd nrpe-2.8 Compile the NRPE addon. ./configure make all Install the NRPE plugin (for testing), daemon, and sample daemon config file. make install-plugin make install-daemon make install-daemon-config -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Van Caeyzeele Sent: Wednesday, June 11, 2008 09:34 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] NRPE 2.12 installation issue Hi Guys, I've just tried installing NRPE 2.12 for monitoring my servers eventviewer etc.. However I'm getting the following error: 1) I downloaded the latest stable version 2.12 2) I extracted the tarball 3) I ran the ./configure script 4) I tried the make install wich gives me the following error: [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make install make: *** No rule to make target `install'. Stop. Any ideas anyone ? Most likely it's easy to solve, but I don't know how.. Regards, Tim Van Caeyzeele IT Administrator Cernum | Kareelstraat 48 | 9300 Aalst | Belgium | T +32 53 80 26 40 | F +32 53 80 26 35 [EMAIL PROTECTED] www.cernum.com P please consider the environment before printing this email - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] NRPE 2.12 installation issue
Hi Tom, Sorry for not being complete, I tried that aswell ;) [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make all make: *** No rule to make target `all'. Stop. Tim. -Original Message- From: Tom DE BLENDE (EECC) (DHL) [mailto:[EMAIL PROTECTED] Sent: woensdag 11 juni 2008 9:37 To: Tim Van Caeyzeele; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE 2.12 installation issue Try "make all" ;-) From the docs: iv. Install the NRPE daemon Download the source code tarball of the NRPE addon (visit http://www.nagios.org/download/ for links to the latest versions). At the time of writing, the latest version of NRPE was 2.8. cd ~/downloads wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nrpe-2.8.tar.gz Extract the NRPE source code tarball. tar xzf nrpe-2.8.tar.gz cd nrpe-2.8 Compile the NRPE addon. ./configure make all Install the NRPE plugin (for testing), daemon, and sample daemon config file. make install-plugin make install-daemon make install-daemon-config -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Van Caeyzeele Sent: Wednesday, June 11, 2008 09:34 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] NRPE 2.12 installation issue Hi Guys, I've just tried installing NRPE 2.12 for monitoring my servers eventviewer etc.. However I'm getting the following error: 1) I downloaded the latest stable version 2.12 2) I extracted the tarball 3) I ran the ./configure script 4) I tried the make install wich gives me the following error: [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make install make: *** No rule to make target `install'. Stop. Any ideas anyone ? Most likely it's easy to solve, but I don't know how.. Regards, Tim Van Caeyzeele IT Administrator Cernum | Kareelstraat 48 | 9300 Aalst | Belgium | T +32 53 80 26 40 | F +32 53 80 26 35 [EMAIL PROTECTED] www.cernum.com P please consider the environment before printing this email - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
Re: [Nagios-users] NRPE 2.12 installation issue
Try "make all" ;-) From the docs: iv. Install the NRPE daemon Download the source code tarball of the NRPE addon (visit http://www.nagios.org/download/ for links to the latest versions). At the time of writing, the latest version of NRPE was 2.8. cd ~/downloads wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nrpe-2.8.tar.gz Extract the NRPE source code tarball. tar xzf nrpe-2.8.tar.gz cd nrpe-2.8 Compile the NRPE addon. ./configure make all Install the NRPE plugin (for testing), daemon, and sample daemon config file. make install-plugin make install-daemon make install-daemon-config -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Van Caeyzeele Sent: Wednesday, June 11, 2008 09:34 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] NRPE 2.12 installation issue Hi Guys, I've just tried installing NRPE 2.12 for monitoring my servers eventviewer etc.. However I'm getting the following error: 1) I downloaded the latest stable version 2.12 2) I extracted the tarball 3) I ran the ./configure script 4) I tried the make install wich gives me the following error: [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make install make: *** No rule to make target `install'. Stop. Any ideas anyone ? Most likely it's easy to solve, but I don't know how.. Regards, Tim Van Caeyzeele IT Administrator Cernum | Kareelstraat 48 | 9300 Aalst | Belgium | T +32 53 80 26 40 | F +32 53 80 26 35 [EMAIL PROTECTED] www.cernum.com P please consider the environment before printing this email - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
[Nagios-users] NRPE 2.12 installation issue
Hi Guys, I've just tried installing NRPE 2.12 for monitoring my servers eventviewer etc.. However I'm getting the following error: 1) I downloaded the latest stable version 2.12 2) I extracted the tarball 3) I ran the ./configure script 4) I tried the make install wich gives me the following error: [EMAIL PROTECTED]:~/downloads/nrpe-2.12# make install make: *** No rule to make target `install'. Stop. Any ideas anyone ? Most likely it's easy to solve, but I don't know how.. Regards, Tim Van Caeyzeele IT Administrator Cernum | Kareelstraat 48 | 9300 Aalst | Belgium | T +32 53 80 26 40 | F +32 53 80 26 35 [EMAIL PROTECTED] www.cernum.com please consider the environment before printing this email - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null