[hobbit] entries in bb-services
Henrik Stoerner
henrik at hswn.dk
Tue Oct 17 07:46:40 CEST 2006
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
More information about the Xymon
mailing list