[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] entries in bb-services
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] entries in bb-services
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 17 Oct 2006 07:46:40 +0200
- References: <200610170734.39228.c.rehberger@oclcpica.org>
- User-agent: Mutt/1.5.11
On Tue, Oct 17, 2006 at 07:34:39AM +0200, Christian Rehberger wrote:
> I want to check the cupsd and tomcat with entries in the bb-services
> file, but it doesn't works :-(
Both of these provide web (HTTP) interfaces, so you really should be
checking them with the standard http test.
I.e. for your print server, you'd use something like
10.0.0.1 print.foo.com # http://print.foo.com:631/printers
This puts the status in an "http" column which may seem a bit odd.
If you want it to show up in a "cupsd" column, you'll have to make it an
http "content" check, like
10.0.0.1 print.foo.com # cont=cupsd;http://print.foo.com:631/printers;.
For Tomcat, just use a plain http test:
10.0.0.1 tomcat.foo.com # http://tomcat.foo.com:8080/
Regards,
Henrik