In <user-f64fab0bc6e5@xymon.invalid> "Asif Iqbal" <user-6f4b51ac2a40@xymon.invalid> writes:
On Tue, Dec 23, 2008 at 3:47 PM, Henrik St=F8rner <user-ce4a2c883f75@xymon.invalid> wrote:
Easier way of doing the same:
bb 127.0.0.1 "hobbitdboard test=3Dcpu fields=3Dhostname,client" | grep "=
|N"
Is it possible to update the test name to match exact string? I have a
test name called `cpuinfo' so unless I put a `$' end of the test
string I get results from both tests
Use 'test=^cpu$' - it's a normal regular expression.
Regards,
Henrik