Filippo Giunchedi has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/389484 )
Change subject: smart: enable SMART health collection in esams ...................................................................... smart: enable SMART health collection in esams Bug: T86552 Change-Id: I541ede3a2780e699f2222ac006ee4becdbfdf5c2 --- M hieradata/regex.yaml 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/84/389484/1 diff --git a/hieradata/regex.yaml b/hieradata/regex.yaml index 99bd6f7..c4de41f 100644 --- a/hieradata/regex.yaml +++ b/hieradata/regex.yaml @@ -356,3 +356,7 @@ smart_health_codfw: __regex: !ruby/regexp /^.*\.codfw\.wmnet$/ profile::base::check_smart: true + +smart_health_esams: + __regex: !ruby/regexp /^.*\.esams\.wmnet$/ + profile::base::check_smart: true -- To view, visit https://gerrit.wikimedia.org/r/389484 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I541ede3a2780e699f2222ac006ee4becdbfdf5c2 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Filippo Giunchedi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
