regex once again for PROC hobbit-client.conf
list Martin Flemming
Wed, 30 Jun 2010 21:06:59 +0200 (CEST)
Message-Id: <user-c2b67cc049d0@xymon.invalid>
Hi !
Sorry to bother you again, with regular expression-questions :-(
I want to count and track the processes on my lustreserver
e.g.
....
ll_ost_io_98
ll_ost_io_123
ll_ost_io_124
.
.
and
...
ll_ost_87
ll_ost_123
.
.
...
How can i exclude "ll_ost_io_" for counting the "ll_ost_XX" processes ...
e.g.
hobbit-client.conf
PROC ll_ost_io 0 -1 TRACK=ll_ost_io
PROC "%ll_ost_[???]" 0 -1 TRACK=ll_ost
doesn't work, of course :-(
thanks in advance & cheers,
martin