Hello,
First of all im totaly new to the fabric world.
Today i deployed vfabric hyperic. I have it up and running. I have a couple of issues:
1) the time is off. By 2 hours to be precise. I have set my time zone correctly in the vapp?
2) everything in the HQ shows with AM/PM while i would like to see it in 24hours format. For this problem i changed the following file
localhost:/opt/hyperic/server-5.7.1-EE/hq-engine/hq-server/webapps/ROOT/WEB-INF/classes # ApplicationResources.properties
to:
unit.format.epoch-millis=dd/MM/yyyy HH:mm aaa
unit.format.epoch-millis.dateonly=dd/MM/yyyy
unit.format.epoch-millis.timeonly=HH:mm aaa
3) For me its normale to use a comma so i changed
unit.format.percentage=#.###,00
but after a reboot i dont see the changes in the HQ. So what am i doing wrong?
Thanks!