xymon-bounces at xymon.com schrieb am 08.12.2011 10:26:47:
...
Re: [Xymon] Windows load triggering only on default settings?
Gesendet von:
xymon-bounces at xymon.com
On 08-12-2011 09:04, Hermann-Josef Beckers wrote:
I can't get xymon to use the defined load settings for named hosts. It
only
reacts on the settings from the DEFAULT section.
part of analysis.cfg:
... HOST=%ssnts.*,sspro01 TIME=W:0600:1800
You are trying to mix regular expressions with host lists - I am quite sure you don't have any hosts with a comma in the hostname.
"HOST=%ssnts.*|sspro01" should do the trick.
No change. BTW: I think you meant HOST="%ssnts.*|sspro01" (qoutation mark after the equalsign ?). But it makes no difference. I even seperated both entries on extra lines with no variable substition. The only change happened after upping the DEFAULT values.
Is there a way to debug which rules are applied?
Yours Hermann-Josef