Merge "Better repair action for alarm 100.104"

This commit is contained in:
Zuul 2021-05-31 12:12:54 +00:00 committed by Gerrit Code Review
commit 1900c2fdfa
1 changed files with 1 additions and 2 deletions

View File

@ -1684,8 +1684,7 @@ def init_func():
obj = PLUGINS[PLUGIN__DF]
obj.resource_name = "File System"
obj.instance_name = PLUGIN__DF
obj.repair = "Monitor and if condition persists, "
obj.repair += "contact next level of support."
obj.repair = "Reduce usage or resize filesystem."
# The FileSystem (DF) plugin has multiple instances
# One instance per file system mount point being monitored.