Xymon Mailing List Archive search

PAGE= matching not working (Hobbit 4.0.2 Debian package)

list Henrik Størner
Fri, 13 May 2005 14:37:15 +0200
Message-Id: <user-66207cdc7837@xymon.invalid>

On Fri, May 13, 2005 at 02:04:01PM +0200, Christian Perrier wrote:
I'm in trouble getting PAGE= alert working.
From my /etc/hobbit/bb-hosts file:
.../...
subpage CP Serveurs C. Perrier
From /etc/hobbit/hobbit-alerts.cfg:
PAGE=CP TIME=W:0600:1800
  MAIL user-55ed6bc46f36@xymon.invalid REPEAT=1440 RECOVERED
The "PAGE" directive actually matches on the full page-path.
Your "CP" page is a subpage, so it must have a path longer than
just "CP" - so "PAGE=something/CP" should work. Or if you dont
care about the name of the higher-level page, use "PAGE=%.*/CP"

Henrik