Skip to content

add bbu check #12

Merged
merged 2 commits into from
Jul 12, 2017
Merged

add bbu check #12

merged 2 commits into from
Jul 12, 2017

Conversation

david
Copy link
Contributor

@david david commented Jul 7, 2017

to see bbu's they must be check be checked

@@ -126,6 +126,12 @@ sub filter {
if ($proc eq 'kernel') {
/3w-9xxx.*ERROR/ and return 'DISKFAIL';
/3w-9xxx.*Enclosure added|timed out, resetting card/ and return 'CONTROLLERFAIL';
/3w-9xxx.*Battery is weak|not present/ and return 'BBUFAIL';
/3w-9xxx.*Battery temperature is high|too high/ and return 'BBUTEMP';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This matches any "too high" from the kernel. Perhaps /3w-9xxx.*Battery temperature is (high|too high)/ or /3w-9xxx.*Battery temperature is( too)? high/ ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I think it is fixed up

@donald
Copy link
Collaborator

donald commented Jul 11, 2017

I've squashed the two commits

@donald
Copy link
Collaborator

donald commented Jul 11, 2017

and shortened the title and prefixed it with "netlog:"

@david
Copy link
Contributor Author

david commented Jul 11, 2017

ok alright
thanks

@donald
Copy link
Collaborator

donald commented Jul 11, 2017

@david are you ok with the the last commit "Combine 3w-9xxx and 3w-sas into a pattern" ?

@david
Copy link
Contributor Author

david commented Jul 11, 2017

yes, looks better and shorter :-)

@donald donald merged commit fa69748 into master Jul 12, 2017
@donald donald deleted the bbu_check branch March 14, 2018 09:36
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants