Better repair action for alarm 100.104

This commit adds a better proposed repair action for filesystem
threshold alarm 100.104.

Closes-Bug: 1927155
Signed-off-by: Jerry Sun <jerry.sun@windriver.com>
Change-Id: I1a27d4bc438b98c00d0fe4eb3b30e4672552f90a
This commit is contained in:
Jerry Sun 2021-05-28 12:50:21 -04:00
parent 2ef5451f44
commit b425fe849a
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.