From assaf.flatto at ssp-intl.com Mon Aug 3 17:27:11 2009 From: assaf.flatto at ssp-intl.com (Assaf Flatto) Date: Mon, 3 Aug 2009 15:27:11 +0000 Subject: nrpe and qouted argument Message-ID: <200908031527.11083.assaf.flatto@ssp-intl.com> Hello list I have been working on a plugin for ipmi reading ( when i get it to work i'll share with the world ) , but one of my requirements is to be able to send a query for a "complex name" like Planar Temp . The script as is ipmitool requires the sensor name to be in quotation marks so the command is ./check_ipmi.pl "Planar Temp" and the output i get is OK : Sensor Status : ok Sensor Reading :25 C the issue when i am trying to request this via nrpe ./check_nrpe -H x.x.x.x -c check_ipmi -a "Planar Temp" The nrpe is passing the request to the server incorrect and it is shown as sudo: nagios : TTY=unknown ; USER=xxxx ; COMMAND=/usr/local/nagios/libexec/check_ipmi Planar I tried to pass the argument without quotes or with double quotes but it only passes the first part of the argument . I need the quotation marks to be passed to the remote machine in the command - any way i can do this ? or do i need to set a "fixed " checks for each sensor i want to read ? Thanks Assaf -- Assaf Flatto SSP Ops Team Linux System Administrator 169 Euston Road, London, NW1 2AE IMPORTANT . this email and the information in it may be confidential, legally privileged and/or protected by law. It is intended solely for the use of the person to whom it is addressed. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Please also delete all copies of this email and any attachments from your system. We cannot guarantee the security or confidentiality of email communications. We do not accept any liability for losses or damages that you may suffer as a result of your receipt of this email including but not limited to computer service or system failure, access delays or interruption, data non-delivery or mis-delivery, computer viruses or other harmful components. Copyright in this email and any attachments belong to Select Service Partner UK Limited. Should you communicate with anyone at Select Service Partner UK Limited by email, you consent to us monitoring and reading any such correspondence. Nothing in this email shall be taken or read as suggesting, proposing or relating to any agreement concerted practice or other practice that could infringe UK or EC competition legislation. Select Service Partner UK Limited is a company registered in England and Wales (company number 05687183) whose registered office is at 1 The Heights, Brooklands, Weybridge. Surrey. KT13 0NY ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Mon Aug 3 17:00:41 2009 From: marc at ena.com (Marc Powell) Date: Mon, 3 Aug 2009 10:00:41 -0500 Subject: nrpe and qouted argument In-Reply-To: <200908031527.11083.assaf.flatto@ssp-intl.com> References: <200908031527.11083.assaf.flatto@ssp-intl.com> Message-ID: <6CF63429-CE0C-43D2-8942-2DA6A792F3E5@ena.com> On Aug 3, 2009, at 10:27 AM, Assaf Flatto wrote: > the issue when i am trying to request this via nrpe > ./check_nrpe -H x.x.x.x -c check_ipmi -a "Planar Temp" > > The nrpe is passing the request to the server incorrect and it is > shown as > sudo: nagios : TTY=unknown ; USER=xxxx ; COMMAND=/usr/local/nagios/ > libexec/check_ipmi Planar > > I tried to pass the argument without quotes or with double quotes > but it only passes the first part > of the argument . Do you have quotes in your nrpe.cfg command definition? command[check_ipmi]=/usr/local/nagios/libexec/check_ipmi.pl "$ARG1$" -- Marc ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dale at chatham.org Mon Aug 3 17:05:03 2009 From: dale at chatham.org (Dale J. Chatham) Date: Mon, 03 Aug 2009 10:05:03 -0500 Subject: oncall schedule Message-ID: <4A76FC9F.60403@chatham.org> Is there a utility out there that will read the timeperiods and display oncall rotations? Or, is there a "who is on call today" utility? Thanks, Dale -- Dale J. Chatham dale at chatham.org _.oo. _.u[[/;:,. .odMMMMMM' .o888UU[[[/;:-. .o at P^ MMM^ oN88888UU[[[/;::-. dP^ dNMMNN888UU[[[/;:--. .o at P^ ,MMMMMMN888UU[[/;::-. o@^ NNMMMNN888UU[[[/~.o at P^ 888888888UU[[[/o@^-.. oI8888UU[[[/o at P^:--.. .@^ YUU[[[/o@^;::---.. oMP ^/o at P^;:::---.. .dMMM .o@^ ^;::---... dMMMMMMM@^` `^^^^ YMMMUP^ ^^ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From assaf.flatto at ssp-intl.com Mon Aug 3 18:08:36 2009 From: assaf.flatto at ssp-intl.com (Assaf Flatto) Date: Mon, 3 Aug 2009 16:08:36 +0000 Subject: nrpe and qouted argument In-Reply-To: <6CF63429-CE0C-43D2-8942-2DA6A792F3E5@ena.com> References: <200908031527.11083.assaf.flatto@ssp-intl.com> Message-ID: <200908031608.36869.assaf.flatto@ssp-intl.com> On Monday 03 August 2009 15:00:41 Marc Powell wrote: > On Aug 3, 2009, at 10:27 AM, Assaf Flatto wrote: > > the issue when i am trying to request this via nrpe > > ./check_nrpe -H x.x.x.x -c check_ipmi -a "Planar Temp" > > > > The nrpe is passing the request to the server incorrect and it is > > shown as > > sudo: nagios : TTY=unknown ; USER=xxxx ; COMMAND=/usr/local/nagios/ > > libexec/check_ipmi Planar > > > > I tried to pass the argument without quotes or with double quotes > > but it only passes the first part > > of the argument . > > Do you have quotes in your nrpe.cfg command definition? > > command[check_ipmi]=/usr/local/nagios/libexec/check_ipmi.pl "$ARG1$" No , I didn't have them . Thank you , that fixed my issue . -- Assaf Flatto SSP Ops Team Linux System Administrator 169 Euston Road, London, NW1 2AE IMPORTANT . this email and the information in it may be confidential, legally privileged and/or protected by law. It is intended solely for the use of the person to whom it is addressed. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Please also delete all copies of this email and any attachments from your system. We cannot guarantee the security or confidentiality of email communications. We do not accept any liability for losses or damages that you may suffer as a result of your receipt of this email including but not limited to computer service or system failure, access delays or interruption, data non-delivery or mis-delivery, computer viruses or other harmful components. Copyright in this email and any attachments belong to Select Service Partner UK Limited. Should you communicate with anyone at Select Service Partner UK Limited by email, you consent to us monitoring and reading any such correspondence. Nothing in this email shall be taken or read as suggesting, proposing or relating to any agreement concerted practice or other practice that could infringe UK or EC competition legislation. Select Service Partner UK Limited is a company registered in England and Wales (company number 05687183) whose registered office is at 1 The Heights, Brooklands, Weybridge. Surrey. KT13 0NY ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil at pricegrabber.com Mon Aug 3 19:11:29 2009 From: neil at pricegrabber.com (Neil Dombrowski) Date: Mon, 03 Aug 2009 12:11:29 -0500 Subject: RedHat5.3 has old nagios version Message-ID: <4A771A41.5060409@pricegrabber.com> Anyone know why Redhat's repository has such an old version of nagios (2.12)? I have to install from a RedHat/Fedora repository, or build the rpm myself. I'll see if I can find out what version Fedora is using, but does someone know where I can get reliable spec files for a recent version of nagios & nagios-plugins? Thanks, Neil -- Neil Dombrowski Linux Administration Pricegrabber.com 608-215-6183 AIM: neilatpg ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From linux0642 at gmail.com Mon Aug 3 20:54:02 2009 From: linux0642 at gmail.com (John Davis) Date: Mon, 03 Aug 2009 11:54:02 -0700 Subject: Alert Emails Don't Contain the Content of the Alert Message-ID: <4A77324A.4060606@gmail.com> I set up Nagios 3.0.4 using the quickstart. The service alert notifications for Disk Capacity contain information regarding Ping and not the Disk capacity information I expected. Here's a sample of the email: begin Notification Type: PROBLEM Host: jdavisxp State: UP Address: 10.1.41.14 Info: PING OK - Packet loss = 0%, RTA = 0.59 ms Date/Time: Mon Aug 3 08:43:34 PDT 2009 end But the message sent via Jabber worked as expected: begin Drive Space is CRITICAL\r\nAdditional Info: c:\ - total: 148.93 Gb - used: 39.76 Gb (27%) - free 109.18 Gb (73%) end Here's my notify service definition: # 'notify-service-by-email' command definition define command{ command_name notify-service-by-email command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $LONGDATETIME$\n\nAdditional Info:\n\n$SERVICEOUTPUT$" | /bin/mail -s "** $NOTIFICATIONTYPE$ Service Alert: $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$ } Can anyone tell me why a disk capacity issue is generating a problem alert that just contains info about packet loss? Obviously I've crossed a config somewhere but I can't seem to find it. TIA! ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Mon Aug 3 21:17:57 2009 From: marc at ena.com (Marc Powell) Date: Mon, 3 Aug 2009 14:17:57 -0500 Subject: RedHat5.3 has old nagios version In-Reply-To: <4A771A41.5060409@pricegrabber.com> References: <4A771A41.5060409@pricegrabber.com> Message-ID: <3C73A1C2-5E70-4CA9-B184-E7D6591BD37E@ena.com> On Aug 3, 2009, at 12:11 PM, Neil Dombrowski wrote: > Anyone know why Redhat's repository has such an old version of nagios > (2.12)? Redhat can answer better but my guess is that 3.x had just come out of RC when they were testing 5.3 maybe? > I have to install from a RedHat/Fedora repository, or build the > rpm myself. I'll see if I can find out what version Fedora is using, > but > does someone know where I can get reliable spec files for a recent > version of nagios & nagios-plugins? Is the spec file included in the tarball unreliable? -- Marc ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Mon Aug 3 21:28:19 2009 From: marc at ena.com (Marc Powell) Date: Mon, 3 Aug 2009 14:28:19 -0500 Subject: Alert Emails Don't Contain the Content of the Alert In-Reply-To: <4A77324A.4060606@gmail.com> References: <4A77324A.4060606@gmail.com> Message-ID: <853632D3-0DF3-427F-97BE-765C293AE848@ena.com> On Aug 3, 2009, at 1:54 PM, John Davis wrote: > > I set up Nagios 3.0.4 using the quickstart. The service alert > notifications for Disk Capacity contain information regarding Ping and > not the Disk capacity information I expected. Here's a sample of the > email: > > begin > Notification Type: PROBLEM > Host: jdavisxp > State: UP > Address: 10.1.41.14 > Info: PING OK - Packet loss = 0%, RTA = 0.59 ms > > Date/Time: Mon Aug 3 08:43:34 PDT 2009 > end This looks like a host notification, not a service notification. This does not match the 'notify-service-by-email' definition you posted, nor does it appear to be the result of a service alert. Are you sure you're comparing apples to apples? Does your host's check_command make sense? > Can anyone tell me why a disk capacity issue is generating a problem > alert that just contains info about packet loss? I can't see how this would be possible. Please find and post the relevant ALERT and NOTIFICATION entries in nagios.log. Please also post the relevant host, service and contact definitions in their entirety (from objects.cache) and the jabber notification command. > Obviously I've crossed > a config somewhere but I can't seem to find it. I don't see how. Seems like a meatspace issue so far. ;) -- Marc ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jperrin at gmail.com Mon Aug 3 21:32:29 2009 From: jperrin at gmail.com (Jim Perrin) Date: Mon, 3 Aug 2009 15:32:29 -0400 Subject: RedHat5.3 has old nagios version In-Reply-To: <4A771A41.5060409@pricegrabber.com> References: <4A771A41.5060409@pricegrabber.com> Message-ID: <302ce8b50908031232u6b6c8957v99b32e91df605baa@mail.gmail.com> On Mon, Aug 3, 2009 at 1:11 PM, Neil Dombrowski wrote: > Anyone know why Redhat's repository has such an old version of nagios > (2.12)? I have to install from a RedHat/Fedora repository, or build the > rpm myself. I'll see if I can find out what version Fedora is using, but > does someone know where I can get reliable spec files for a recent > version of nagios & nagios-plugins? RHEL doesn't ship nagios by default, so it's probably the repository you're looking in lags behind. There are a number of 3rd party repositories that ship Nagios, so you may need to look for others. For example, the RPMForge repository has nagios 3.0.6 in it. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From spookza at gmail.com Mon Aug 3 21:50:57 2009 From: spookza at gmail.com (Spook ZA) Date: Mon, 3 Aug 2009 21:50:57 +0200 Subject: RedHat5.3 has old nagios version In-Reply-To: <3C73A1C2-5E70-4CA9-B184-E7D6591BD37E@ena.com> References: <4A771A41.5060409@pricegrabber.com> <3C73A1C2-5E70-4CA9-B184-E7D6591BD37E@ena.com> Message-ID: <50b83a660908031250n180b5e79t4bc3668eec48b5cd@mail.gmail.com> Hi Neil. 2009/8/3 Marc Powell > > On Aug 3, 2009, at 12:11 PM, Neil Dombrowski wrote: > > > Anyone know why Redhat's repository has such an old version of nagios > > (2.12)? > > Redhat can answer better but my guess is that 3.x had just come out of > RC when they were testing 5.3 maybe? > > > I have to install from a RedHat/Fedora repository, or build the > > rpm myself. I'll see if I can find out what version Fedora is using, > > but > > does someone know where I can get reliable spec files for a recent > > version of nagios & nagios-plugins? > > Is the spec file included in the tarball unreliable? > > -- > Marc > Have you tried looking in the EPEL repository? I have CentOS and use rpmforge. ( https://rpmrepo.org/RPMforge/Finding ) Rpmforge has packages compiled for RHEL & clones but also has an OS-independant source RPM which should have a functional spec file. ( http://packages.sw.be/nagios/nagios-3.0.6-1.rf.src.rpm ) Just be aware that if you install the either repository into yum, its highly suggested you install yum-priorities first, and then give EPEL and/or rpmforge a lower priority than anything in the base repositories. Regards, Andrew. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From linux0642 at gmail.com Mon Aug 3 22:13:21 2009 From: linux0642 at gmail.com (John Davis) Date: Mon, 03 Aug 2009 13:13:21 -0700 Subject: Alert Emails Don't Contain the Content of the Alert In-Reply-To: <20c1ff790908031234j6bced48bx8a4b2053013ea8dd@mail.gmail.com> References: <4A77324A.4060606@gmail.com> <20c1ff790908031234j6bced48bx8a4b2053013ea8dd@mail.gmail.com> Message-ID: <4A7744E1.4030105@gmail.com> I'm using the NSClient++ instead of NRPE, and it works as expected. The NXClient is supplying the information correctly for all other service alerts, and everything comes through as expected in the instant message. The issue I'm having is that it's not being passed to the email the same as the IM. I suppose I can just write my own handler from existing Perl script that handles the jabber IM. -John Sharada wrote: > You will need the NRPE plugin to do this. > The config you are looking for will be in nrep.cfg on the host > > On the server you need : > > define service{ > use generic-service > host_name remoteserver > service_description /dev/sda1 Free > check_command check_nrpe!check_sda1 > } > > define command{ > command_name check_disk_c1 > > command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c > check_disk_c1 > > > on the host : > > command[check_disk_c1]=/usr/local/nagios/libexec/check_disk -w 20 -c 10 > > -p /raid/c1 > > > > On Mon, Aug 3, 2009 at 2:54 PM, John Davis > wrote: > > > I set up Nagios 3.0.4 using the quickstart. The service alert > notifications for Disk Capacity contain information regarding Ping and > not the Disk capacity information I expected. Here's a sample of the > email: > > > begin > Notification Type: PROBLEM > Host: jdavisxp > State: UP > Address: 10.1.41.14 > Info: PING OK - Packet loss = 0%, RTA = 0.59 ms > > Date/Time: Mon Aug 3 08:43:34 PDT 2009 > end > > But the message sent via Jabber worked as expected: > > begin > Drive Space is CRITICAL\r\nAdditional Info: c:\ - total: 148.93 Gb - > used: 39.76 Gb (27%) - free 109.18 Gb (73%) > end > > > > > Here's my notify service definition: > > # 'notify-service-by-email' command definition > define command{ > command_name notify-service-by-email > command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification > Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: > $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: > $LONGDATETIME$\n\nAdditional Info:\n\n$SERVICEOUTPUT$" | /bin/mail -s > "** $NOTIFICATIONTYPE$ Service Alert: $HOSTALIAS$/$SERVICEDESC$ is > $SERVICESTATE$ **" $CONTACTEMAIL$ > } > > Can anyone tell me why a disk capacity issue is generating a problem > alert that just contains info about packet loss? Obviously I've crossed > a config somewhere but I can't seem to find it. > > TIA! > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil at pricegrabber.com Mon Aug 3 23:41:01 2009 From: neil at pricegrabber.com (Neil Dombrowski) Date: Mon, 03 Aug 2009 16:41:01 -0500 Subject: RedHat5.3 has old nagios version In-Reply-To: <3C73A1C2-5E70-4CA9-B184-E7D6591BD37E@ena.com> References: <4A771A41.5060409@pricegrabber.com> <3C73A1C2-5E70-4CA9-B184-E7D6591BD37E@ena.com> Message-ID: <4A77596D.3040200@pricegrabber.com> I swear that spec file wasn't there before your email! ;) Sorry for not noticing that, I'm sure that will be just what I'm looking for. Thanks, Neil Marc Powell wrote: > On Aug 3, 2009, at 12:11 PM, Neil Dombrowski wrote: > > >> Anyone know why Redhat's repository has such an old version of nagios >> (2.12)? >> > > Redhat can answer better but my guess is that 3.x had just come out of > RC when they were testing 5.3 maybe? > > >> I have to install from a RedHat/Fedora repository, or build the >> rpm myself. I'll see if I can find out what version Fedora is using, >> but >> does someone know where I can get reliable spec files for a recent >> version of nagios & nagios-plugins? >> > > Is the spec file included in the tarball unreliable? > > -- > Marc > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > -- Neil Dombrowski Linux Administration Pricegrabber.com 608-215-6183 AIM: neilatpg -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -------------- next part -------------- _______________________________________________ Nagios-users mailing list Nagios-users at 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 From harishtyagi.81 at gmail.com Tue Aug 4 05:35:53 2009 From: harishtyagi.81 at gmail.com (harish tyagi) Date: Tue, 4 Aug 2009 09:05:53 +0530 Subject: required nagiosgraph-1.3.1.tar.gz Message-ID: <63ef113f0908032035r3341d3b4q921ab449783d31e3@mail.gmail.com> please send me thedownload link nagiosgraph-1.3.1.tar.gz -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -------------- next part -------------- _______________________________________________ Nagios-users mailing list Nagios-users at 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 From raanders at cyber-office.net Tue Aug 4 06:21:00 2009 From: raanders at cyber-office.net (Roderick A. Anderson) Date: Mon, 03 Aug 2009 21:21:00 -0700 Subject: RedHat5.3 has old nagios version In-Reply-To: <4A771A41.5060409@pricegrabber.com> References: <4A771A41.5060409@pricegrabber.com> Message-ID: <4A77B72C.1050704@cyber-office.net> Neil Dombrowski wrote: > Anyone know why Redhat's repository has such an old version of nagios > (2.12)? I have to install from a RedHat/Fedora repository, or build the > rpm myself. I'll see if I can find out what version Fedora is using, but > does someone know where I can get reliable spec files for a recent > version of nagios & nagios-plugins? I used rpmforge for a CentOS 5.3 install. Ended up with 3.0.6 \\||/ Rod - > > Thanks, > Neil > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jrangi at automotive.com Tue Aug 4 07:55:54 2009 From: jrangi at automotive.com (Rangi, Jai) Date: Mon, 3 Aug 2009 22:55:54 -0700 Subject: required nagiosgraph-1.3.1.tar.gz In-Reply-To: <63ef113f0908032035r3341d3b4q921ab449783d31e3@mail.gmail.com> References: <63ef113f0908032035r3341d3b4q921ab449783d31e3@mail.gmail.com> Message-ID: www.google.com ________________________________ From: harish tyagi [mailto:harishtyagi.81 at gmail.com] Sent: Monday, August 03, 2009 8:36 PM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] required nagiosgraph-1.3.1.tar.gz please send me thedownload link nagiosgraph-1.3.1.tar.gz -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -------------- next part -------------- _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ian at acces.co.jp Tue Aug 4 07:58:50 2009 From: ian at acces.co.jp (=?ISO-2022-JP?B?GyRCJV4lOSU/ITwlOhsoQiAbJEIlJCUiJXMbKEI=?=) Date: Tue, 04 Aug 2009 14:58:50 +0900 Subject: required nagiosgraph-1.3.1.tar.gz In-Reply-To: <63ef113f0908032035r3341d3b4q921ab449783d31e3@mail.gmail.com> References: <63ef113f0908032035r3341d3b4q921ab449783d31e3@mail.gmail.com> Message-ID: <4A77CE1A.8080704@acces.co.jp> > please send me thedownload link nagiosgraph-1.3.1.tar.gz there's an interesting search engine called google ... ever heard of it? ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nkeshav12 at gmail.com Tue Aug 4 12:35:54 2009 From: nkeshav12 at gmail.com (keshav murthy) Date: Tue, 4 Aug 2009 16:05:54 +0530 Subject: My apache is slow Message-ID: Hi guys, I have Nagios 3.0.6 running on RHEL 4. Nagios by itself is running perfect. What we are seeing here is apache is loading slow, searches are slow and most of the time status.cgi runs on the top. Is there a way where we can fine tune apache? If so please provide me the steps/documents. If you need the conf files I can provide you them. Cheers Keshav -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -------------- next part -------------- _______________________________________________ Nagios-users mailing list Nagios-users at 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 From allanc at chickenandporn.com Tue Aug 4 12:40:16 2009 From: allanc at chickenandporn.com (Allan Clark) Date: Tue, 4 Aug 2009 11:40:16 +0100 Subject: required nagiosgraph-1.3.1.tar.gz In-Reply-To: <4A77CE1A.8080704@acces.co.jp> References: <63ef113f0908032035r3341d3b4q921ab449783d31e3@mail.gmail.com> <4A77CE1A.8080704@acces.co.jp> Message-ID: <37c712e0908040340ha2c3e2y82c4f1d5add4669c@mail.gmail.com> 2009/8/4 ????? ??? > > please send me thedownload link nagiosgraph-1.3.1.tar.gz > > there's an interesting search engine called google ... ever heard of it? Hey, you're missing a chance to be pithy :) http://lmgtfy.org/?q=nagiosgraph-1.3.1.tar.gz&l=1 Allan -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -------------- next part -------------- _______________________________________________ Nagios-users mailing list Nagios-users at 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 From greg.lindstrom at novasyshealth.com Tue Aug 4 02:57:32 2009 From: greg.lindstrom at novasyshealth.com (Greg Lindstrom) Date: Mon, 3 Aug 2009 19:57:32 -0500 Subject: Scheduled Check Time Message-ID: Hello, I am running Nagios 3 on a Gentoo system and have about 200 monitors in place. About 15 of the monitors have the "Next Scheduled Check" time set to March, 2010 and do not "fire" automatically. This is causing me sleepless nights as I have come to depend on Nagios to monitor all aspects of our business (at least the IT portion). How can this happen and, more importantly, how can I reset the monitors to start firing again? I don't want to wait until 2010!! Thanks! Greg Lindstrom ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jpratt at norwich.edu Tue Aug 4 15:13:55 2009 From: jpratt at norwich.edu (James Pratt) Date: Tue, 4 Aug 2009 09:13:55 -0400 Subject: My apache is slow In-Reply-To: References: Message-ID: <8147CCE3C4A8764DA9980125EE70E823FA02A2@nuexchg.norwich.edu> >> -----Original Message----- >> From: keshav murthy [mailto:nkeshav12 at gmail.com] >> Sent: Tuesday, August 04, 2009 6:36 AM >> To: nagios-users at lists.sourceforge.net >> Subject: [Nagios-users] My apache is slow >> >> Hi guys, >> >> I have Nagios 3.0.6 running on RHEL 4. Nagios by itself is running perfect. What we >> are seeing here is apache is loading slow, searches are slow and most of the time >> status.cgi runs on the top. >> >> Is there a way where we can fine tune apache? If so please provide me the >> steps/documents. >> >> If you need the conf files I can provide you them. >> >> Cheers >> Keshav Please, no conf files - this is not the Apache mailing list! ;) http://lmgtfy.com/?q=apache+tuning (My other advice is check memory load on your nagios box, as well as swap usage - you may just need more RAM). Cheers, jamie ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ricardo.maraschini at opservices.com.br Tue Aug 4 14:55:28 2009 From: ricardo.maraschini at opservices.com.br (Ricardo Maraschini) Date: Tue, 4 Aug 2009 09:55:28 -0300 (BRT) Subject: Scheduled Check Time In-Reply-To: <25702129.50761249390451214.JavaMail.root@mail.opservices.com.br> References: <25702129.50761249390451214.JavaMail.root@mail.opservices.com.br> Message-ID: <26547114.50781249390528470.JavaMail.root@mail.opservices.com.br> ----- "Greg Lindstrom" escreveu: > I am running Nagios 3 on a Gentoo system and have about 200 monitors > > in place. About 15 of the monitors have the "Next Scheduled Check" > time set to March, 2010 and do not "fire" automatically. This is > causing me sleepless nights as I have come to depend on Nagios to > monitor all aspects of our business (at least the IT portion). > > How can this happen and, more importantly, how can I reset the > monitors to start firing again? I don't want to wait until 2010!! This is a known issue without solution yet. Can you migrate to the last stable release and see if problem persists? The services that are scheduled to 2010 have a common timeperiod configuration? Can you provide us this timeperiod configuration? BTW, follow attached a plugin to reschedule these service checks, you just need to open it with your favorite editor and change the cmd file path on $nagioscmd variable. HTH, -rm -------------- next part -------------- A non-text attachment was scrubbed... Name: schedule.pl Type: application/x-perl Size: 2223 bytes Desc: not available URL: -------------- next part -------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -------------- next part -------------- _______________________________________________ Nagios-users mailing list Nagios-users at 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 From thiagodasilveira at gmail.com Tue Aug 4 20:13:18 2009 From: thiagodasilveira at gmail.com (Thiago da Silveira) Date: Tue, 4 Aug 2009 15:13:18 -0300 Subject: Check FILEAGE in NSClient++ Message-ID: Hello! I?m having problem doing a fileage check with the NSClient++. When I used the NSClient (whithout the ++) I have the correct check when I used the follow check command: check_nt -H mail.boccuzzi.com.br -v FILEAGE -l C:\\Program Files\\Panda Software\\AVNT\\Pav.sig -w 7000 -c 14000 But when I start using the NSCLient++ I'm not getting the right result. I get the following: 458 years 4 mon 28 days 13 hours 33 min 47 sec I saw something about using the NRPE module. Is it the right path? Thanks! --- Thiago da Silveira thiagodasilveira at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -------------- next part -------------- _______________________________________________ Nagios-users mailing list Nagios-users at 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 From shadhin71 at gmail.com Tue Aug 4 20:52:28 2009 From: shadhin71 at gmail.com (shadih rahman) Date: Tue, 4 Aug 2009 14:52:28 -0400 Subject: ndoutils upgrade Message-ID: <6db4a4200908041152x57f723c1p6b9a149081d1e6ec@mail.gmail.com> I am thinking about doing a ndoutils update to 1.48b from 1.47b. I see that I need to change db schema and make some changes. my ndo has been collecting data over 6 months for medium size installation. Should I be concerned or take special pre-caution? Please advise on this. Thanks -- Cordially, Shadhin Rahman -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -------------- next part -------------- _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Tue Aug 4 21:46:56 2009 From: marc at ena.com (Marc Powell) Date: Tue, 4 Aug 2009 14:46:56 -0500 Subject: ndoutils upgrade In-Reply-To: <6db4a4200908041152x57f723c1p6b9a149081d1e6ec@mail.gmail.com> References: <6db4a4200908041152x57f723c1p6b9a149081d1e6ec@mail.gmail.com> Message-ID: <7891C138-B095-4ECD-A953-4F1A5437465F@ena.com> On Aug 4, 2009, at 1:52 PM, shadih rahman wrote: > I am thinking about doing a ndoutils update to 1.48b from 1.47b. > > I see that I need to change db schema and make some changes. > > my ndo has been collecting data over 6 months for medium size > installation. > > Should I be concerned or take special pre-caution? Please advise on > this. Thanks Looking at the database upgrade script and the UPGRADING file, it seems straightforward with no gotchas. The upgrade sql just adds a 'long_output' column to 8 of the tables. No biggie. If you're really concerned, you'll backup your database first of course. -- Marc ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From guidosh at gmail.com Tue Aug 4 21:46:53 2009 From: guidosh at gmail.com (Guy Waugh) Date: Tue, 4 Aug 2009 20:46:53 +0100 Subject: ndoutils upgrade In-Reply-To: <6db4a4200908041152x57f723c1p6b9a149081d1e6ec@mail.gmail.com> References: <6db4a4200908041152x57f723c1p6b9a149081d1e6ec@mail.gmail.com> Message-ID: Hello, It would be a good idea to back up your database before you apply the update, and make sure you know how to restore the database if the upgrade fails. Regards, Guy. On Tue, Aug 4, 2009 at 7:52 PM, shadih rahman wrote: > I am thinking about doing a ndoutils update to 1.48b from 1.47b. > > I see that I need to change db schema and make some changes. > > my ndo has been collecting data over 6 months for medium size installation. > > Should I be concerned or take special pre-caution? Please advise on > this. Thanks > > -- > Cordially, > Shadhin Rahman > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -------------- next part -------------- _______________________________________________ Nagios-users mailing list Nagios-users at 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 From andurin at process-zero.de Tue Aug 4 22:11:15 2009 From: andurin at process-zero.de (Hendrik Baecker) Date: Tue, 04 Aug 2009 22:11:15 +0200 Subject: ndoutils upgrade In-Reply-To: <6db4a4200908041152x57f723c1p6b9a149081d1e6ec@mail.gmail.com> References: <6db4a4200908041152x57f723c1p6b9a149081d1e6ec@mail.gmail.com> Message-ID: <4A7895E3.3030803@process-zero.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 04.08.09 20:52, schrieb shadih rahman: > I am thinking about doing a ndoutils update to 1.48b from 1.47b. > > I see that I need to change db schema and make some changes. > > my ndo has been collecting data over 6 months for medium size installation. > > Should I be concerned or take special pre-caution? Please advise on > this. Thanks > Please ignore the upgradedb.pl script - it looks for a ndoutils-upbgrade-1.4b7.sql to upgrade from b7 to b8 but the actual upgrade script is already named to *-1.4b8.sql. If you upgrade the scheme by 'mysql -u -p < /path/to/db/ndoutils-upgrade-1.4b8.sql All should be fine. Regards, Hendrik -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAkp4leMACgkQlI0PwfxLQjnkawCfWs8VQ66zikMS33VUpHd3J2RE 7+oAn0aYUhnNT8mRBHGFeSw/HFnCy4e4 =W6wc -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From john at andrunas.net Wed Aug 5 00:47:46 2009 From: john at andrunas.net (John Andrunas) Date: Tue, 4 Aug 2009 15:47:46 -0700 Subject: network outages and redundant networks Message-ID: <9c4cd14a0908041547o622963e1l4c8d61c23e8a5ebc@mail.gmail.com> One of my remote sites has (had) 2 uplinks, we turned one down, and nagios still reported it as a blocking outage even though all the hosts in that site have both uplinks listed as parents. Am I doing something wrong? -- John ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Nicholas.Magers at lands.nsw.gov.au Wed Aug 5 05:09:02 2009 From: Nicholas.Magers at lands.nsw.gov.au (Nicholas Magers) Date: Wed, 5 Aug 2009 13:09:02 +1000 Subject: check_was IBM WebSphere Application Server Message-ID: <818F31EB6E5F99459894BE97B94639D503A4BB1C@SRV-QS-MAIL5.lands.nsw> Hi, I'm trying to get check_was working in relation to our WAS environment. When I run: check_was -s heapsize -w 80 -c 90 srv-qs-wpsq1 no output is returned. I believe I followed the instructions, such as chech the required .jar files are available, but am stuck. Does anyone have experience or hints to offer to get this working. Thanks in advance. Nick *************************************************************** This message is intended for the addressee named and may contain confidential information. If you are not the intended recipient, please delete it and notify the sender. Views expressed in this message are those of the individual sender, and are not necessarily the views of the Department of Lands. This email message has been swept by MIMEsweeper for the presence of computer viruses. *************************************************************** Please consider the environment before printing this email. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -------------- next part -------------- _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tore.lonoy at gmail.com Wed Aug 5 07:54:52 2009 From: tore.lonoy at gmail.com (=?ISO-8859-1?Q?Tore_L=F8n=F8y?=) Date: Wed, 5 Aug 2009 07:54:52 +0200 Subject: Monitor for memory bottleneck on Windows? In-Reply-To: <4A55C3C3.5020605@medin.name> References: <4A523B33.2000100@medin.name> <4A55C3C3.5020605@medin.name> Message-ID: Hey again Michael, Yeah I think av avg value of Pages Output/sec for the last X min would be the best, much like the CPU check in current build. Been away on vacation for a while, hence the latency:-) On Thursday, July 9, 2009, Michael Medin wrote: > > > > > > > The CPU is measured as averages for the last X