I have a problem in sadf between ubuntu and centos. The thing is how the date is displayed in both.
Ubuntu:
root@db1:/usr/local/nagios/libexec/nrpe_local# sadf | head -10
db1.oas3.realmedia.xstrat.us 300 2014-05-15 03-05-01 UTC all %%user 0.14
db1.oas3.realmedia.xstrat.us 300 2014-05-15 03-05-01 UTC all %%nice 0.00
Centos:
[root@ui1 jboss]# sadf | head -5
ui1.oas3.realmedia.xstrat.us 595 1400123401 all %user 1.00
ui1.oas3.realmedia.xstrat.us 595 1400123401 all %nice 0.00
I need to display time in ubuntu as it's displayed in centos (epoch time).
I haven't have lucky to find some configuration file that could fix this issue.