cancel
Showing results for 
Search instead for 
Did you mean: 

Technical Monitoring: Filesystem Used Space

0 Kudos

We use solution manager 7.1 SP13. We use technical monitoring. I created a custom metric to monitor the file system used space which should

include this filesystem: /oracle/SXX/oraarch AND

exclude this filesystem: /oracle/PXX/oraarch AND

exclude this filesystem: /oracle/QXX/oraarch

I read the Howto Guide conderning this topic carefully but did not understand what is the right syntax (= regular expression) for this case.

Could you please let me know?

Kind regards,   Jochen Kauschalek

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jochen,

From the recommended SAP Note and Wiki, please try

(?:(?!/oracle/P(.*)/oraarch)(?!/oracle/Q(.*)/oraarch)(/oracle/S(.*)/oraarch))

Regards,

Jing

Former Member
0 Kudos

Hello Jochen,

Please read the following Wiki,

http://wiki.sdn.sap.com/wiki/download/attachments/269157890/Template+Maintenance+-+File+System+Varia...

I hope this assists you.

Regards

Anand

ruth_reilly
Advisor
Advisor
0 Kudos

Hello Jochen,

I you review SAP KBA 2202670.

2202670 - File System Monitoring - How to exclude AIX/UNIX file systems using Regular Expression in Technical Monitoring

Regards,

Ruth