Setting up my Zabbix system, I noticed that the CPU load prcentage reported for Tru64 is wrong. Looking at the agent code, the CPU % is taken from a system counter that gives you the average % since system startup. This is pretty much useless if you have a system that runs for months on end 
I do know that this is a limitation of the Tru64 OS that does not supply better counters and that one'd need to do the counting inside the agent daemon if CPU load average over the last 5 minutes or something similar is needed. Maybe just disable these things in the Thru64 agent?

I do know that this is a limitation of the Tru64 OS that does not supply better counters and that one'd need to do the counting inside the agent daemon if CPU load average over the last 5 minutes or something similar is needed. Maybe just disable these things in the Thru64 agent?