Yes, I am using Zenoss 4.2.3 with CentOS 6.2, may I ask a question?
From this transform,
evt.summary = int_remote + 'High ' + evtNewKey + ' Utilization on interface ' + evt.component + ': Currently (%3.2f Gbps) or %3.2f%% is being used.' % (Usage, p)
evt.message = int_remote + 'High ' + evtNewKey + ' Utilization on interface ' + evt.component + ': Currently (%3.2f Gbps) or %3.2f%% is being used.' % (Usage, p)
Do I need to remove either (%3.2f Gbps) or %3.2f%? Or just copy and paste all codes will make it work?