Re: [Nagios-users] PNP/MYSQL/RRDTool

2010-12-22 Thread Rick Munn
Thanks Joerg, I'll check it out.

On Wed, Dec 22, 2010 at 12:34 PM, Joerg Linge  wrote:

> Rick Munn wrote:
> > Hi,
> >
> > Is anyone using MYSQL to collect their PNP4Nagios Stats or is the Round
> > Robin Database (RRDTool) the only way to do it?
>
> PNP4Nagios depends heavily on rrdtool because the graphs are created by
> rrdtool too.
> Is not possible to use another storage engine then rrdtool.
>
> NagiosGrapherV2 might be a solution for you.
>
> Joerg
>
>
> --
> Forrester recently released a report on the Return on Investment (ROI) of
> Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
> within 7 months.  Over 3 million businesses have gone Google with Google
> Apps:
> an online email calendar, and document program that's accessible from your
> browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
> ___
> 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
>
--
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew___
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] PNP/MYSQL/RRDTool

2010-12-22 Thread Rick Munn
Hi,

Is anyone using MYSQL to collect their PNP4Nagios Stats or is the Round
Robin Database (RRDTool) the only way to do it?

Thank you,
Rick
--
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew___
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_SVN

2010-11-19 Thread Rick Munn
In your check_command
check_svn!lcarneiro!x!/svn/aocsw_desenv

Try taking out two of the three exclamation marks and putting spaces, like
this:

check_command   check_svn!lcarneiro x /svn/aocsw_desenv

Rick

Rick B. Munn
Operations Team
ScreenScape Networks
T: 902-368-1975 x329
F: 902-368-3706
E: r...@screenscape.net


2010/11/19 Luis Gustavo de Andrade Jordão Carneiro <
luis.carne...@compsisnet.com.br>

> Hello People!!
>
>
>
> Can you help me?
>
> I installed plugin check_svn in my Nagios 3.2.3. When I run check_svn using
> prompt, that's work. But not when Nagios running check_svn.
>
>
>
> nagiosql:~# su - nagios
>
> nag...@nagiosql:/usr/local/nagios/libexec$ ./check_svn -H 10.0.0.33
> --https -U lcarneiro -P  --dir /svn/aocsw_config
>
> SVN OK: svn repository online - directory listing successful
>
>
>
> But, when Service Nagios run, not work. See:
>
>
>
> SVN CRITICAL: Error connecting to svn server - OPTIONS of '
> https://svnaero/svn/aocsw_desenv': Server certificate verification failed:
> issuer is not trusted (https://svnaero)
>
>
>
> Commands.cfg:   $USER1$/check_svn -H $HOSTADDRESS$ --https -U $ARG1$ -P
> $ARG2$ --dir $ARG3$
>
> Service:
>
> $ARG1$ lcarneiro
>
> $ARG2$ x
>
> $ARG2$/svn/aocsw_desenv
>
>
>
> check_command   check_svn!lcarneiro!x!/svn/aocsw_desenv
>
>
>
>
>
> I already accept certificate permanent (p) using svn info .
> How can i know which USER run check_svn?
> I think this could be the problem, because i need to accept certificate to
> user that run check_svn.
>
>
> Luis Gustavo de A. J. Carneiro
>
>
>
>
> --
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> ___
> 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
>
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev___
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_http_Multipple_port

2010-10-31 Thread Rick Munn
Here's a method we use:

Here's something that might help.  This check looks for a specific string in
a file hosted by the Tomcat instance being checked.

define service{
use generic-service
host_name   hostname_here
servicegroups   tomcat-services
service_description Tomcat Probe Instance 8082
check_command   check_http!-H tomcat_hostname_here -p 8082 -u
/probe/adm/check.xml.htm -a userid:password -s ok
}



On Sat, Oct 30, 2010 at 8:26 AM, quanta  wrote:

>  Try to write a wrapper of check_http for yourself:
> http://www.theillien.com/Sys_Admin_v12/html/v14/i12/a6_l2.htm
>
> On 10/27/2010 05:03 PM, Rajesh Kumar wrote:
>
> Hi Sir
>
>I need to define multiple port in check_http. I defined the command.cfg
> as follows, in my environment different port tomcat are running how can i
> find the tomcat status
>
> define command{
>  command_namecheck_http_args
>  command_line$USER1$/check_http -H $ARG1$ -p $ARG2$
>  }
>  for example
>
> http://testingserver:8082
> http://tomcatserver:8084
>
> Please help me.
>
>
> Thanks & Regards
>
> B.Rajeshkumar
>
>
> --
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
> http://p.sf.net/sfu/nokia-dev2dev
>
>
> ___
> Nagios-users mailing 
> listnagios-us...@lists.sourceforge.nethttps://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
>
>
>
> --
> Nokia and AT&T present the 2010 Calling All Innovators-North America
> contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in
> marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> http://p.sf.net/sfu/nokia-dev2dev
> ___
> 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
>
--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
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] Reporting add-ons for Nagios

2010-10-29 Thread Rick Munn
Hi Mark,

I haven't set it up yet, but was considering mysql for storage if it made
sense with pnp4.

Rick

On Fri, Oct 29, 2010 at 5:20 PM, Mark Campbell  wrote:

>  Have you setup pnp4nagios and used mysql for storing the results.  We get
> thousands of little file left there that are never cleaned up.  Not sure if
> they are left over from the check or it is where pnp4nagios stores the
> resulting performance data so wasn't sure about deleting them.
>
> I though mysql might solve this problem.
>
> Mark
>
>
>
> On 10/29/2010 3:56 PM, Rick Munn wrote:
>
> Thanks Andrew, I'll check it out.
>
> Cheers
> Rick
>
> On Fri, Oct 29, 2010 at 1:37 PM, Kaplan, Andrew H. 
> wrote:
>
>>  Hi there --
>>
>> I am using pnp4nagios, and it works without any issue.
>>
>>  --
>> *From:* Rick Munn [mailto:r...@screenscape.net]
>> *Sent:* Friday, October 29, 2010 12:23 PM
>> *To:* Nagios Users List
>> *Subject:* [Nagios-users] Reporting add-ons for Nagios
>>
>>   Hi,
>>
>> Any recommendation on monitoring and graphing performance tools/addons for
>> Nagios.   Sample services I'd like to collect stats on e.g. network
>> bandwidth, tomcat, mysql, linux(centos and redhat), etc.
>>
>> Thank you,
>> Rick
>>
>>
>> The information in this e-mail is intended only for the person to whom it
>> is
>> addressed. If you believe this e-mail was sent to you in error and the
>> e-mail
>> contains patient information, please contact the Partners Compliance
>> HelpLine at
>> http://www.partners.org/complianceline . If the e-mail was sent to you in
>> error
>> but does not contain patient information, please contact the sender and
>> properly
>> dispose of the e-mail.
>>
>>
>> --
>> Nokia and AT&T present the 2010 Calling All Innovators-North America
>> contest
>> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
>> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in
>> marketing
>> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
>> http://p.sf.net/sfu/nokia-dev2dev
>> ___
>> 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
>>
>
>
> --
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
> http://p.sf.net/sfu/nokia-dev2dev
>
>
> ___
> Nagios-users mailing 
> listnagios-us...@lists.sourceforge.nethttps://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
>
>
>
>
> --
> Nokia and AT&T present the 2010 Calling All Innovators-North America
> contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in
> marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> http://p.sf.net/sfu/nokia-dev2dev
> ___
> 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
>
--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
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] Reporting add-ons for Nagios

2010-10-29 Thread Rick Munn
Thanks Andrew, I'll check it out.

Cheers
Rick

On Fri, Oct 29, 2010 at 1:37 PM, Kaplan, Andrew H. wrote:

>  Hi there --
>
> I am using pnp4nagios, and it works without any issue.
>
>  --
> *From:* Rick Munn [mailto:r...@screenscape.net]
> *Sent:* Friday, October 29, 2010 12:23 PM
> *To:* Nagios Users List
> *Subject:* [Nagios-users] Reporting add-ons for Nagios
>
> Hi,
>
> Any recommendation on monitoring and graphing performance tools/addons for
> Nagios.   Sample services I'd like to collect stats on e.g. network
> bandwidth, tomcat, mysql, linux(centos and redhat), etc.
>
> Thank you,
> Rick
>
>
> The information in this e-mail is intended only for the person to whom it
> is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>
>
> --
> Nokia and AT&T present the 2010 Calling All Innovators-North America
> contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in
> marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> http://p.sf.net/sfu/nokia-dev2dev
> ___
> 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
>
--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
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] Reporting add-ons for Nagios

2010-10-29 Thread Rick Munn
Hi,

Any recommendation on monitoring and graphing performance tools/addons for
Nagios.   Sample services I'd like to collect stats on e.g. network
bandwidth, tomcat, mysql, linux(centos and redhat), etc.

Thank you,
Rick
--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
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/NRPE script getting "No output returned from plugin"

2010-10-29 Thread Rick Munn
Thank you, your direction put me in the correct direction:

Problem, I wasn't passing an attribute value in my service definition; thus,
I was trying to execute the NREP without an attribute value (e.g check_nrpe
-H hostname -c check_kernel -a).

Solved by adding "!attribute" text to my service check_command syntax.  It
doesn't do anything but satisfy my NRPE command_line command's
parsing/execution.

(1) define service{
use generic-service
host_name   DEV-APP1A-dappsi01a
servicegroups   dev-services
service_description Kernel Version
check_command   check_nrpe!check_kernel!attribute
}
(2) define command{
command_name check_nrpe
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$
}

Cheers,
Rick


On Fri, Oct 29, 2010 at 5:51 AM, Kumar, Ashish  wrote:

>
> Help, any thoughts or known solution regarding this would be appreciated?
>>
>>
> Try setting debug=1, re-run the command and check /var/log/messages, it
> usually helps :)
>
>
>
> --
> Nokia and AT&T present the 2010 Calling All Innovators-North America
> contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in
> marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> http://p.sf.net/sfu/nokia-dev2dev
> ___
> 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
>
--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
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] Nagios/NRPE script getting "No output returned from plugin"

2010-10-28 Thread Rick Munn
Hi,

Getting a  "No output returned from plugin" error message from a Nagios/NRPE
script

1) Running Nagios v3.2.2 and v3.2.3(now) and NRPE v2.12
2) The script:

OK_STATE=0
UNAME=`/bin/uname -r`
echo "OK: Kernel Version=$UNAME"
exit $OK_STATE


2) Results on command line on Nagios Server using NRPE

 - Same OK results from both the root and nagios user:

> [nag...@cmonmm03 libexec]$ ./check_nrpe -H dappsi01b.dev.screenscape.local
-c check_kernel
OK: Kernel Version=2.6.18-194.11.3.el5

When I run the check_kernel.sh script on the machine locally it works there
too.

Help, any thoughts or known solution regarding this would be appreciated?

Thank you
Rick B. Munn
--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
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