Re: [Nagios-users] use_large_installation_tweaks

2012-04-07 Thread Alexandre Bray
hello,

Here are some tests with the option use_large_installation_tweaks. There 
are no graphics for the memory but the CPU load and scheduling. If this 
little help you ...



http://www.opendoc.net/solutions/comment-ameliorer-performances-nagios

Alexandre

On 04/04/2012 17:18, C. Bensend wrote:
>
>> Does anyone has configured it ?
>>
>> Is it really a good way to follow to reduce memory usage ?
>
> For me, it was a good way to reduce memory and CPU, and it helped
> with check latencies.
>
> Although, the absolute best way to reduce check latencies for me
> has been to dump NDOUtils.  Good lord, that was awful, had to restart
> Nagios three times a week.
>
> Benny
>
>

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
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] use_large_installation_tweaks

2012-04-05 Thread Giorgio Zarrelli
Hi,

that's right. My words were just an advice.

Ciao,

Giorgio

Il giorno 05/apr/2012, alle ore 16:42, Sven Nierlein  
ha scritto:

> On 05.04.2012 09:43, Giorgio Zarrelli wrote:
>> I usa gearman as well, nice stuff. But it lacks of authentication so it's 
>> fairly unsecure.
> 
> 1. It's up to you to use ssh or iptables or whatever solution you prefer to 
> make it secure.
> 2. Mod-Gearman uses encrypted communication, if thats not enough, see 1.
> 
>  Sven
> 
> --
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second 
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-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

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-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] use_large_installation_tweaks

2012-04-05 Thread Sven Nierlein
On 05.04.2012 09:43, Giorgio Zarrelli wrote:
> I usa gearman as well, nice stuff. But it lacks of authentication so it's 
> fairly unsecure.

1. It's up to you to use ssh or iptables or whatever solution you prefer to 
make it secure.
2. Mod-Gearman uses encrypted communication, if thats not enough, see 1.

  Sven

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-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] use_large_installation_tweaks

2012-04-05 Thread Andreas Ericsson
On 04/04/2012 04:46 PM, Marco Borsani wrote:
> Hi all
> 
> 
> 
> Does anyone has configured it ?
> 

Yes.

> Is it really a good way to follow to reduce memory usage ?
> 

Not really, but it's a good way to reduce cpu usage and complexity of
the active codepath, since it makes Nagios leave a lot of cleaning up
to the kernel, and it removes a lot of work that has to be done prior
to each check.

For memory usage, large_installation_tweaks does very little.

-- 
Andreas Ericsson   andreas.erics...@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-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] use_large_installation_tweaks

2012-04-05 Thread Giorgio Zarrelli
I usa gearman as well, nice stuff. But it lacks of authentication so it's 
fairly unsecure.

You can use mklivestatus as a broker to notify nagios status check to 3rd part 
applications.

Ciao,

Giorgio

Il giorno 05/apr/2012, alle ore 08:53, MAD  ha scritto:

> On 04/04/2012 10:47 PM, Daniel Wittenberg wrote:
>> We did the same, too much over from NDO to justify any benefit.
>> 
>> Dan
>> 
>> -Original Message-
>> From: C. Bensend [mailto:be...@bennyvision.com]
>> Sent: Wednesday, April 04, 2012 10:18 AM
>> To: nagios-users@lists.sourceforge.net
>> Subject: Re: [Nagios-users] use_large_installation_tweaks
>> 
>> 
>>> Does anyone has configured it ?
>>> 
>>> Is it really a good way to follow to reduce memory usage ?
>> For me, it was a good way to reduce memory and CPU, and it helped
>> with check latencies.
>> 
>> Although, the absolute best way to reduce check latencies for me
>> has been to dump NDOUtils.  Good lord, that was awful, had to restart
>> Nagios three times a week.
>> 
>> Benny
>> 
>> 
> We use the Gearman module 
> (http://labs.consol.de/lang/en/nagios/mod-gearman/) to distribute the 
> load over several servers, and we still use NDOUtils for now but we had 
> to tune the MySQL database and we stopped dumping some of the data that 
> are useless to us.
> 
> Marc-André
> 
> --
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second 
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-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

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-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] use_large_installation_tweaks

2012-04-04 Thread MAD
On 04/04/2012 10:47 PM, Daniel Wittenberg wrote:
> We did the same, too much over from NDO to justify any benefit.
>
> Dan
>
> -Original Message-
> From: C. Bensend [mailto:be...@bennyvision.com]
> Sent: Wednesday, April 04, 2012 10:18 AM
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] use_large_installation_tweaks
>
>
>> Does anyone has configured it ?
>>
>> Is it really a good way to follow to reduce memory usage ?
> For me, it was a good way to reduce memory and CPU, and it helped
> with check latencies.
>
> Although, the absolute best way to reduce check latencies for me
> has been to dump NDOUtils.  Good lord, that was awful, had to restart
> Nagios three times a week.
>
> Benny
>
>
We use the Gearman module 
(http://labs.consol.de/lang/en/nagios/mod-gearman/) to distribute the 
load over several servers, and we still use NDOUtils for now but we had 
to tune the MySQL database and we stopped dumping some of the data that 
are useless to us.

Marc-André

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-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] use_large_installation_tweaks

2012-04-04 Thread Daniel Wittenberg
We did the same, too much over from NDO to justify any benefit.

Dan

-Original Message-
From: C. Bensend [mailto:be...@bennyvision.com] 
Sent: Wednesday, April 04, 2012 10:18 AM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] use_large_installation_tweaks


> Does anyone has configured it ?
>
> Is it really a good way to follow to reduce memory usage ?

For me, it was a good way to reduce memory and CPU, and it helped
with check latencies.

Although, the absolute best way to reduce check latencies for me
has been to dump NDOUtils.  Good lord, that was awful, had to restart
Nagios three times a week.

Benny


-- 
"The problem with quotes on the internet is that it's very hard to
verify their authenticity."   -- Abraham Lincoln



--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-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

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-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] use_large_installation_tweaks

2012-04-04 Thread Giorgio Zarrelli
I do not Like it. There are better strategies to reduce load. Try nrdp or nsca 
to distribute the load.

Ciao,

Giorgio

Il giorno 04/apr/2012, alle ore 16:46, "Marco Borsani"  ha 
scritto:

> Hi all
>  
> Does anyone has configured it ?
> Is it really a good way to follow to reduce memory usage ?
>  
> Regards
>  
> Marco Borsani
> Unix and Monitoring Sysadmin
> Technical Operations Dpt.
> tel: +39 010 4310115
> fax: +39 02 30130311
> cell: +39 329 5953944
> ITnet Srl
> Società con socio unico
> Direzione e Coordinamento di Libero S.r.l.
>  
> --
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second 
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-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
--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-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] use_large_installation_tweaks

2012-04-04 Thread Giorgio Zarrelli
Ndoutils have a low performance, they shoukd be trashed.

Ciao,

Giorgio

Il giorno 04/apr/2012, alle ore 17:18, "C. Bensend"  ha 
scritto:

> 
>> Does anyone has configured it ?
>> 
>> Is it really a good way to follow to reduce memory usage ?
> 
> For me, it was a good way to reduce memory and CPU, and it helped
> with check latencies.
> 
> Although, the absolute best way to reduce check latencies for me
> has been to dump NDOUtils.  Good lord, that was awful, had to restart
> Nagios three times a week.
> 
> Benny
> 
> 
> -- 
> "The problem with quotes on the internet is that it's very hard to
> verify their authenticity."   -- Abraham Lincoln
> 
> 
> 
> --
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second 
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-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

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-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] use_large_installation_tweaks

2012-04-04 Thread C. Bensend

> Does anyone has configured it ?
>
> Is it really a good way to follow to reduce memory usage ?

For me, it was a good way to reduce memory and CPU, and it helped
with check latencies.

Although, the absolute best way to reduce check latencies for me
has been to dump NDOUtils.  Good lord, that was awful, had to restart
Nagios three times a week.

Benny


-- 
"The problem with quotes on the internet is that it's very hard to
verify their authenticity."   -- Abraham Lincoln



--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-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