Xymon Mailing List Archive search

Who Column Test

list Jeremy Laidman
Wed, 14 Nov 2012 10:57:10 +1100
Message-Id: <user-69acf60ec033@xymon.invalid>

What if you define a "DS" condition in your analysis.cfg that references
users.rrd, something like this:

HOST=name-of-host
  DS users users.rrd:la <5 COLOR=red "TEXT=User count %V is fewer than %L"

I'm assuming that the user count shown in "[uptime]" (that goes into
users.rrd) is the same as the count of entries in "[who]".

J