Xymon Mailing List Archive search

Quick question - delayred with named content columns?

list Jeremy Laidman
Wed, 6 Nov 2013 10:13:29 +1100
Message-Id: <user-c6dd11d9972a@xymon.invalid>

I /think/ it's the latter.  I think the code for delayred works on the
column name.  As you have specified your own column names, the delayred=
should be adjusted to match.


On 6 November 2013 07:59, Betsy Schwartz <user-c61747246f66@xymon.invalid> wrote:
Suppose I am monitoring some URL's with named content columns like so

0.0.0.0        webservice1  # noconn cont=web;
https://foo.example.com/servlet?status;200 cont=mobile;
https://foo.example.com/servlet?status;200

If I want to add a delayred, is it delayred=http:5  or
delayred=web:5,mobile:5 ?