Re: [Nagios-users] check_http and other response codes

2011-10-13 Thread Morty
On Wed, Oct 12, 2011 at 11:16:17PM -0500, Frank Bulk wrote: > Isn't there some regex matching? There is. But it didn't help me in either case. check_http apparently does an implicit test to make sure it gets a valid response code such as 200. And the regex checking is in content, not headers or

Re: [Nagios-users] check_http and other response codes

2011-10-13 Thread Jörg Linge
Am 13.10.2011 um 09:18 schrieb Morty: > On Wed, Oct 12, 2011 at 11:16:17PM -0500, Frank Bulk wrote: >> Isn't there some regex matching? > > There is. But it didn't help me in either case. check_http > apparently does an implicit test to make sure it gets a valid response > code such as 200. A

Re: [Nagios-users] About new release for Nagios

2011-10-13 Thread Andreas Ericsson
On 10/13/2011 07:09 AM, Yu Watanabe wrote: > Hello all. > > I was curious there will be any new releases coming out in Nagios. > I remember there was memory leak in 3.3.1. > > Are there any plans for any new releases? > No, there will never be a new release of Nagios ever again. We've all decid

[Nagios-users] Check_tcp - port monitoring best practice

2011-10-13 Thread Deborah Martin
Hi, I just wondered what would be the best practice for monitoring ports. At the moment we specify 10,20,25 seconds for ok, warning and critical alerts. Is that too little - we are seeing a few critical alerts generated and wondered if increasing the thresholds would be better. What does a

Re: [Nagios-users] About new release for Nagios

2011-10-13 Thread Yu Watanabe
Hello Andreas. Thank you for the reply. I understood the situation. So, is v 3.2.3 more stable version for now? Thanks, Yu Andreas Ericsson さんは書きました: >On 10/13/2011 07:09 AM, Yu Watanabe wrote: >> Hello all. >> >> I was curious there will be any new releases coming out in Nagios. >> I remembe

[Nagios-users] Suggestion on SNMP disk space checker

2011-10-13 Thread Al
I'm open for any suggestions/urlz/code for disk space checking via SNMP. I'm trying not to do it with NRPE. Thanks in advance! -- All the data continuously generated in your IT infrastructure contains a definitive record

Re: [Nagios-users] Suggestion on SNMP disk space checker

2011-10-13 Thread Matthew Jurgens
If you are talking about disk space on Windows then take a look at www.edcint.co.nz/checkwmiplus This will check Windows disk space (and many other things) without having to install a client/proxy and without having to configure anything related to SNMP as it use WMI. On 14/10/2011 11:19 AM,

Re: [Nagios-users] Suggestion on SNMP disk space checker

2011-10-13 Thread Al
Its to monitor linux fedora/centos/debian systems... mostly, thanks for the suggestion! On Oct 13, 2011, at 9:08 PM, Matthew Jurgens wrote: > If you are talking about disk space on Windows then take a look at > > www.edcint.co.nz/checkwmiplus > > This will check Windows disk space (and many o

Re: [Nagios-users] Suggestion on SNMP disk space checker

2011-10-13 Thread Joerg Linge
Am 14.10.2011 um 02:19 schrieb Al: > I'm open for any suggestions/urlz/code for disk space checking via SNMP. I'm > trying not to do it with NRPE. Thanks in advance! http://www.google.com/search?q=nagios+check+snmp+disk http://nagios.manubulon.com/snmp_storage.html -