Re: [Nagios-users] server log plugin

2012-04-05 Thread Edgarosy
Thank you Claudio. CONFIDENTIALITY NOTICE: This message and any attachment(s) are solely for the use of the intended recipient(s) identified above and may contain information that is proprietary, privileged, or confidential. If you are not an intended recipient, you may not review, retransmit,

Re: [Nagios-users] server log plugin

2012-04-05 Thread Claudio Kuenzler
This one is probably the best one: http://labs.consol.de/lang/en/nagios/check_logfiles/ On Thu, Apr 5, 2012 at 6:56 PM, Parkman, Mikhail < mikhail_park...@cable.comcast.com> wrote: > I need to perform the following tasks: > > ** ** > > ยท Demonstrated that Nagios alert is fired when certain

[Nagios-users] Nagios checks for failed login attempts on tomcat web-applications

2012-04-05 Thread Miguel Lanz
Here is my question. I have nagios setup and running on a Ubuntu Server. Kernel version is: 2.6.31-22-generic i686 system. I've noticed on the access_logs several failed log in attempts from a foreign ip address to one of our web-applications. How can I make nagios do a check for failed log in a

[Nagios-users] server log plugin

2012-04-05 Thread Parkman, Mikhail
I need to perform the following tasks: * Demonstrated that Nagios alert is fired when certain messages are logged in the application log file on the target (remote) host * Nagios "info message" is fired when error condition is cleared. I found out "logwarn" plugin but I didn't find detailed co

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 y

Re: [Nagios-users] R: use_large_installation_tweaks

2012-04-05 Thread Andreas Ericsson
On 04/05/2012 04:20 PM, Marco Borsani wrote: > I am testing it on 3 different nagios systems. > > It seems very good regarding latency, nothing change in execution_time. > It's not supposed to change anything in execution time. What happens in the plugins is not for Nagios core to control, even

Re: [Nagios-users] Monitor disk space on Sun Solaris

2012-04-05 Thread Edwin Zoeller
I use the command check disk command this way. I check against the filesystem and not the mount point. The way it will show me the percent free also, I have listed this blelow. Ed /apps/nrpe/2.0/libexec/check_disk -w 8% -c 5% -p /dev/vx/dsk/t31-ess/apps DISK OK [6257755 kB (23%) free on /de

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

[Nagios-users] R: use_large_installation_tweaks

2012-04-05 Thread Marco Borsani
I am testing it on 3 different nagios systems. It seems very good regarding latency, nothing change in execution_time. I wonder if configuring " use_large_installation_tweaks=1" I can find problems in other part of the monitoring... Regards -Messaggio originale- Da: C. Bensend [mailto:

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

Re: [Nagios-users] R: use_large_installation_tweaks

2012-04-05 Thread Andreas Ericsson
On 04/05/2012 10:18 AM, Marco Borsani wrote: > We don't use NDOutils. > > We have two kind of performance problem: > 1) day-by-day - some Nagios servers have many services configured that can > be heavy for the HW > 2) trouble with main Nagios server - the other Nagios servers that send to > the m

Re: [Nagios-users] Any upcoming release?

2012-04-05 Thread Andreas Ericsson
On 04/05/2012 07:31 AM, Yu Watanabe wrote: > Hi all! > > I would like to know if there are any plans for the nagios v 3.4.x. > It has been a while since the last release so I was very curious about it. > > It would helpful if the nagios team can share the information. > There is. Nagios 3.4 wil

[Nagios-users] R: use_large_installation_tweaks

2012-04-05 Thread Marco Borsani
We don't use NDOutils. We have two kind of performance problem: 1) day-by-day - some Nagios servers have many services configured that can be heavy for the HW 2) trouble with main Nagios server - the other Nagios servers that send to the main the passive results (via nsca) , due to the stop of the

[Nagios-users] status.cgi 500 error

2012-04-05 Thread Gantz Alex
Hello guys! We have problems with nagios classic web interface. Often there is an error 500 when accessing status.cgi. FreeBSD 8.2-RELEASE-p6 amd64 nagios-3.3.1 In the server logs: Premature end of script headers: status.cgi In dmesg: pid PIDN (status.cgi), uid 80: exited on signal 11 gdb provi

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 Witte