[Nagios-users] check_proc --metric=CPU - alternatives?

2010-08-06 Thread Sebastian Ries
Hi I have the following Problem: We have some Processes which are running but are idle for some time (maybe some weeks) and the get used by a user. While a single Process is used is should have a cpu usage varying between 10 and 50%. We have the problem that sometimes a process gets stuck and

[Nagios-users] Nagios Graphing

2010-08-06 Thread Robert Jackson
I'm looking to build a Nagios server running under Solaris 10 with graphing, hopefully allowing me to view trend data in a more pleasing format. Anyone have any ideas what is the best graphing solution for Nagios. I know there are many, but just wanted to get a feel as to what people think is the

Re: [Nagios-users] Nagios Graphing

2010-08-06 Thread Kaplan, Andrew H.
Hi there -- I implemented pnp4nagios on our system, and it has done a great job for us. From: Robert Jackson [mailto:r...@walkermartyn.co.uk] Sent: Friday, August 06, 2010 3:29 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Nagios

[Nagios-users] Required plugins to monitor PIX

2010-08-06 Thread Kiran Kumar P
Hi There, Can you please provide me the plugins to monitor PIX (Cisco) CPU and Memory usage. Regards, Kiran -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry

Re: [Nagios-users] Required plugins to monitor PIX

2010-08-06 Thread Greg Pangrazio
Check out the generic switch template that is in the config files. here is a set of plugins that are designed for cisco devices. http://exchange.nagios.org/directory/Plugins/Uncategorized/Software/SNMP/Cisco-SNMP-device-monitoring/details If you run show snmp-server oidlist on the asa it will

[Nagios-users] Executing a script based on text from a web page

2010-08-06 Thread Joseph Devaney
I know that nagios can monitor pages for certain text on that page to verify that its there. In our organization we have several monitors like this currently setup and they work well for us. I want to take this operability and apply it to a webpage that only appears when there is a server

Re: [Nagios-users] Executing a script based on text from a web page

2010-08-06 Thread Martin Melin
On Fri, Aug 6, 2010 at 4:16 PM, Joseph Devaney jdeva...@blackducksoftware.com wrote: I know that nagios can monitor pages for certain text on that page to verify that its there.  In our organization we have several monitors like this currently setup and they work well for us.  I want to take

Re: [Nagios-users] Executing a script based on text from a web page

2010-08-06 Thread dave stern - e-mail.pluribus.unum
We've had a lot of luck with check_http with the params -u and -s -u points to the particular path on the web server and -s is the return string it expects. And then there's the hacky way of doing it; wget the page and search for presence/absence of a particular string On Fri, Aug 6, 2010 at

[Nagios-users] setting up nagios to monitor other systems load, mem, disk

2010-08-06 Thread Dombrowski, Neil
I have nagios 3.2.1 installed on a RH5.5 box, and it is monitoring ssh on client systems (and host check/ping). I now want to be able to check disk capacity, cpu load, etc., on other systems(clients). It's not clear to me how to do this in the documentation. Do I need to use check_by_ssh or nrpe?

[Nagios-users] Passive freshness checks - active checks

2010-08-06 Thread Charlie Reddington
Hi All, I'm having a bit of a problem with my nagios setup. I'm trying to move toward passive checks, with failover being a active check. For now, my failover check command is just a one liner that returns critical with a message. I'm it's looking like the active check is being run, even

Re: [Nagios-users] Executing a script based on text from a web page

2010-08-06 Thread Matthew J. Salerno
Or just use an event handler. Check out the examples in the below link. http://nagios.sourceforge.net/docs/3_0/eventhandlers.html - Original Message From: dave stern - e-mail.pluribus.unum dit.d...@gmail.com To: Nagios Users List nagios-users@lists.sourceforge.net Sent: Fri, August 6,

Re: [Nagios-users] setting up nagios to monitor other systems load, mem, disk

2010-08-06 Thread Martin Melin
On Fri, Aug 6, 2010 at 5:59 PM, Dombrowski, Neil neil.dombrow...@hp.com wrote: I have nagios 3.2.1 installed on a RH5.5 box, and it is monitoring ssh on client systems (and host check/ping). I now want to be able to check disk capacity, cpu load, etc., on other systems(clients). It's not

Re: [Nagios-users] setting up nagios to monitor other systems load, mem, disk

2010-08-06 Thread Greg Pangrazio
Niel, You can do this many ways. It might be a good idea for you to start with some background info and such. I have really had good luck with James Turnbull's Pro Nagios 2.0 book as well as Building a Monitoring Infrastructure with Nagios by David Josephsen. These books both help with

Re: [Nagios-users] setting up nagios to monitor other systems load, mem, disk

2010-08-06 Thread Charlie Reddington
On Aug 6, 2010, at 10:59 AM, Dombrowski, Neil wrote: I have nagios 3.2.1 installed on a RH5.5 box, and it is monitoring ssh on client systems (and host check/ping). I now want to be able to check disk capacity, cpu load, etc., on other systems(clients). It's not clear to me how to

[Nagios-users] Passive Freshness checks

2010-08-06 Thread Gilberto Nunes
Hi guys... I setting up a Nagios 3 here.. I'm using Debian Lenny for that. I setting up some host to get passive checks too. On remote host I'm using NC_NET package that provide WMI communication to a Windows 2003 host. The NC_NET tool is install on same machine. I setting NC_NET to send data at

Re: [Nagios-users] setting up nagios to monitor other systems load, mem, disk

2010-08-06 Thread Matthew J. Salerno
SNMP is another options. I am a big fan of agentless monitoring! From: Dombrowski, Neil neil.dombrow...@hp.com To: nagios-users@lists.sourceforge.net nagios-users@lists.sourceforge.net Sent: Fri, August 6, 2010 11:59:21 AM Subject: [Nagios-users] setting up

[Nagios-users] Passive Freshness checks

2010-08-06 Thread Gilberto Nunes
Hi guys... I set up a Nagios 3 here.. I'm using Debian Lenny for that. I set up some host to get passive checks too. On remote host I'm using NC_NET package that provide WMI communication to a Windows 2003 host. The NC_NET tool is install on same machine. I setting NC_NET to send data at each one

[Nagios-users] Status.cgi layout

2010-08-06 Thread gregborbonus
Hi, I know that you can do a pattern match for hostnames and such, but is there a way to do that for hostgroups? IE: status.cgi?hostgroup=blah*style=overview I looked through the code and did not see anything I'd recognize. I'm not a c dev, so I could have overlooked it. Thanks Greg Sent

[Nagios-users] Passive Freshness checks

2010-08-06 Thread Gilberto Nunes
Hi guys... I set up a Nagios 3 here.. I'm using Debian Lenny for that. I put some host to get passive checks too. On remote host I'm using NC_NET package that provide WMI communication to a Windows 2003 host. The NC_NET tool is installed in the same machine. I set up the NC_NET to send data at