Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case-sensetive in postprocessing JavaScript in lsi.pd.state.["{#PDID}"] key #2

Closed
xraynor opened this issue Jun 17, 2019 · 2 comments
Closed

Comments

@xraynor
Copy link

xraynor commented Jun 17, 2019

Trigger LSI physical disk "{#PDID}" is "{ITEM.LASTVALUE}" not work because case-sensetive in postprocessing JavaScript switch(value) in lsi.pd.state.["{#PDID}"] key:
case 'UGood':
case 'UBad':

You can also add:
case 'GHS':
value='Global Hot Spare';

case 'DHS':
value='Dedicated Hot Spare';

case 'Rbld':
value='Rebuild';

@mykolq
Copy link
Owner

mykolq commented Jul 3, 2019

Hello! Thank you, I will fix it. Strange, that I have no notification about issue by mail.

mykolq pushed a commit that referenced this issue Jul 3, 2019
@mykolq
Copy link
Owner

mykolq commented Jul 3, 2019

fixed. thanks

@mykolq mykolq closed this as completed Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants