<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Hi Alex, </div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Will try your pointers.</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">For the record, i did:</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">- stop all /etc/init.d/ngcp* services</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">- stop /etc/init.d/mysql</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">- change timezone</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">- reboot</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">I did see that accounting stores epoch (good architectural decision) rather then date.</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Would you say that this process is somewhat safe ?</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div><div class="gmail_signature"><div dir="ltr"><div><font face="tahoma, sans-serif" style="background-color:rgb(255,255,255)">---</font></div><div><font face="tahoma, sans-serif" style="background-color:rgb(255,255,255)">Cumprimentos / Best regards</font></div><div><font face="tahoma, sans-serif" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="tahoma, sans-serif" style="background-color:rgb(255,255,255)">Marco<br></font></div><div><span style="background-color:rgb(255,255,255)"><font face="tahoma, sans-serif"><div>---</div><br></font></span></div></div></div></div>
<br><div class="gmail_quote">On Mon, Oct 19, 2015 at 11:16 AM, Alex Lutay <span dir="ltr"><<a href="mailto:alutay@sipwise.com" target="_blank">alutay@sipwise.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Marco,<br>
<br>
All system statistics are collected by collectd and are stored in RRD<br>
files located in /var/lib/collectd/rrd/spce/<br>
<br>
"Internally, RRDtool uses "seconds since the epoch" to keep track of<br>
time. This is the number of seconds since January first, 1970,<br>
midnight, UTC. When you are specifying a time in this format, it is UTC<br>
time automatically." (c) <a href="http://vandenbogaerdt.nl/rrdtool/timezone.php" rel="noreferrer" target="_blank">http://vandenbogaerdt.nl/rrdtool/timezone.php</a><br>
<br>
So, you need to check collecd log first to see new values are<br>
inserter properly, also you can manually extract RRD data using RRD<br>
tool fetch (to check content of RRD file).<br>
<br>
Finally you can move RRD files and restart collectd to init new<br>
statistics files. Then you can manually move old data in new RRD files<br>
if necessary.<br>
<br>
P.S. changing the timezone of server on the fly is not a good idea,<br>
AFAIK. As data in MySQL DB (like accounting, CDRs) stored in fields<br>
without timezone specified. Also MySQL works in server timezone by default.<br>
<div class="HOEnZb"><div class="h5"><br>
On 10/18/2015 10:22 PM, Marco Teixeira wrote:<br>
> Hello list,<br>
><br>
> A couple weeks ago i lost system statistics... The page opens but<br>
> doesn't get pasted those loading progress circling dots... All of them,<br>
> on any variable i select on the dropdown box.<br>
><br>
> I searched around on the logs, and found nothing.<br>
> Does anyone have a clue how to fix this ?<br>
><br>
> # more /etc/ngcp_version<br>
> mr3.8.3<br>
<br>
--<br>
</div></div><span class="HOEnZb"><font color="#888888">Alex Lutay<br>
_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
<a href="https://lists.sipwise.com/listinfo/spce-user" rel="noreferrer" target="_blank">https://lists.sipwise.com/listinfo/spce-user</a><br>
</font></span></blockquote></div><br></div></div>