Re: [Nagios-users] Single host, multiple HTTP services

2011-07-21 Thread af . at . work
Thanks Dave, that seems to have done the trick perfectly. On Thu, Jul 21, 2011 at 9:59 AM, dave stern - e-mail.pluribus.unum wrote: > One way might be to use the check_http plug-in but > have it look for a specific string in each web-page being hosted > and use the warn/critical-time returns for

Re: [Nagios-users] Single host, multiple HTTP services

2011-07-21 Thread af . at . work
Thanks for the tip on that - any way to take it a step further and monitor a web transaction whilst logged in? On Thu, Jul 21, 2011 at 10:26 AM, Gary Every wrote: > Service: > define service { >   use                   generic-check-store >   hostgroup_name        Storefront >   service_descripti

Re: [Nagios-users] garbage characters being returned in scripts

2011-07-21 Thread Rick Garland
Yueh-Hung Liu gmail.com> writes: > > run this script on the HP machine manually as the user as nrpe will be. > check what will happen. > Confirmed, the garbage is there when running manually as nagios on the local HPUX system. Seems the command puts the character there when executed, you

Re: [Nagios-users] Single host, multiple HTTP services

2011-07-21 Thread Gary Every
Service: define service { use generic-check-store hostgroup_nameStorefront service_description storename check_command check_store!storename.com!/index.php?product_id=12345!"String to find" contact_groupsUnix,ProductionSupport notification_interval 14

Re: [Nagios-users] Single host, multiple HTTP services

2011-07-21 Thread dave stern - e-mail.pluribus.unum
One way might be to use the check_http plug-in but have it look for a specific string in each web-page being hosted and use the warn/critical-time returns for empirical threshold On Thu, Jul 21, 2011 at 9:02 AM, wrote: > Hey gang, I am having some difficulty getting a single host setup that > wo

[Nagios-users] Single host, multiple HTTP services

2011-07-21 Thread af . at . work
Hey gang, I am having some difficulty getting a single host setup that would have multiple HTTP services attached to it. The scenario is a load balanced group of web servers and I am looking to monitor numerous public facing web sites that would be bound to a single load balanced IP address. Any he