We have a message on our console and syslog which comes out every hour in Yellow and I want to change it to Green. How do I do this?
OPS/MVS
Create a message rule to change the color attribute of the message. For example:
)MSG xxxxxx
)PROC
msg.color = opscolor('green')
return
Where xxxxxx is the message id of the message you want to make green.
Possible color values:
NONE
GREEN
BLUE
RED
WHITE
PINK
YELLOW
TURQ