expression based rcc view that is case insensitive

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
cshenberger
Posts: 26
Joined: Mon Aug 11, 2008 5:32 am

expression based rcc view that is case insensitive

Post by cshenberger »

is it possible to make an expression based view that is case insensitive?

I have machines named IAD-VM9XXX

I have an expression that is

('IAD-VM9XXX' == '%folder%')

the tests are ping of %foldername% where foldername is IAD-VM9XXX. some of my users create the foldername as iad-vm9xxx and that makes the tests get missed by my expression
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

There is no such option but you may use expression like
('IAD-VM9XXX' == '%folder%') or ('iad-vm9xxx' == '%folder%')

if 'xxx' represents some unique number than I think the following expression can be used
('9xxx' in '%folder%')

Regards
Alex
Post Reply