[Nagios-users] Check_NT - Double Memory

2011-02-15 Thread Luis Gustavo de Andrade Jordão Carneiro
Hello all!


My Server Win 2008 x64 has 8 Gb of RAM, but when nagios check_nt dicovery 16 Gb.
I installed NSCLient++ x64 on Win 2008.

./check_nt -H 10.0.24.1 -p 12489 -s public -v MEMUSE
Utilizacao de memory: total:16378,20 Mb - used: 6821,03 Mb (42%) - free 9557,17 
Mb (58%)


Why? Swap memory?

Luis Gustavo de A. J. Carneiro


--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
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] RES: RES: CHECK_SVN

2010-11-25 Thread Luis Gustavo de Andrade Jordão Carneiro
I dont understand whats hapened.
With user nagios work.



Luis Gustavo de A. J. Carneiro


-Mensagem original-
De: Luis Gustavo de Andrade Jordão Carneiro 
[mailto:luis.carne...@compsisnet.com.br]
Enviada em: segunda-feira, 22 de novembro de 2010 08:20
Para: 'Nagios Users List'
Assunto: [Nagios-users] RES: CHECK_SVN

Don't work:

Usage: check_svn [options]


Tks!
Luis Gustavo de A. J. Carneiro

-Mensagem original-
De: Rick Munn [mailto:r...@screenscape.net]
Enviada em: sexta-feira, 19 de novembro de 2010 17:02
Para: Nagios Users List
Assunto: Re: [Nagios-users] CHECK_SVN

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 SVN PATH.
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

--
Increase Visibility of Your 3D Game App  Earn a Chance To Win $500!
Tap into the largest installed PC base  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-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] RES: CHECK_SVN

2010-11-22 Thread Luis Gustavo de Andrade Jordão Carneiro
Don't work:

Usage: check_svn [options]


Tks!
Luis Gustavo de A. J. Carneiro

-Mensagem original-
De: Rick Munn [mailto:r...@screenscape.net]
Enviada em: sexta-feira, 19 de novembro de 2010 17:02
Para: Nagios Users List
Assunto: Re: [Nagios-users] CHECK_SVN

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 SVN PATH.
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


[Nagios-users] CHECK_SVN

2010-11-19 Thread Luis Gustavo de Andrade Jordão Carneiro
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 SVN PATH.
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


[Nagios-users] help check_svn

2010-11-17 Thread Luis Gustavo de Andrade Jordão Carneiro
Hello People!!


Can you help me?
I installed plugin check_svn in my Nagios 3.0.3. When I run check_svn using 
prompt, that's work. But Nagios running with Nagios, not.

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://svnaerohttps://svnaero/)

Commands.cfg:   $USER1$/check_svn -H $HOSTADDRESS$ --https -U $ARG1$ -P $ARG2$ 
--dir $ARG3$
Service:
$ARG1$ lcarneiro
$ARG2$ xx
$ARG2$/svn/aocsw_desenv

check_command   check_svn!lcarneiro!x!/svn/aocsw_desenv


I already accept certificate permanent (p) using svn info SVN PATH.


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

[Nagios-users] RES: help check_svn

2010-11-17 Thread Luis Gustavo de Andrade Jordão Carneiro
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.


Tks!
Luis Gustavo





De: Luis Gustavo de Andrade Jordão Carneiro [luis.carne...@compsisnet.com.br]
Enviado: quarta-feira, 17 de novembro de 2010 13:09
Para: 'nagios-users@lists.sourceforge.net'
Assunto: [Nagios-users] help check_svn

Hello People!!


Can you help me?
I installed plugin check_svn in my Nagios 3.0.3. When I run check_svn using 
prompt, that’s work. But Nagios running with Nagios, not.

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://svnaerohttps://svnaero/)

Commands.cfg:   $USER1$/check_svn -H $HOSTADDRESS$ --https -U $ARG1$ -P $ARG2$ 
--dir $ARG3$
Service:
$ARG1$ lcarneiro
$ARG2$ xx
$ARG2$/svn/aocsw_desenv

check_command   check_svn!lcarneiro!x!/svn/aocsw_desenv


I already accept certificate permanent (p) using svn info SVN PATH.


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