When uppercasing the whole macro name, in many cases context macros will not work. Consider "{DISK_SPACE_WARN:/storage/volume}", which is not the same as "{DISK_SPACE_WARN:/STORAGE/VOLUME}".
This fix changes only the part on the left side of the colon.
When uppercasing the whole macro name, in many cases context macros will not work. Consider "
{DISK_SPACE_WARN:/storage/volume}
", which is not the same as "{DISK_SPACE_WARN:/STORAGE/VOLUME}
".This fix changes only the part on the left side of the colon.