Ask the Community
Groups
Traverse: How to change email notification localtime? - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION</strong></p> <p>How to change email notification localtime?</p> <p> </p> <p><strong>RESOLUTION</strong></p> <p> </p> <p><strong>Windows:</strong></p> <p><a href="/home/leaving?allowTrusted=1&target=http%3A%2F%2Fhelp.kaseya.com%2Fwebhelp%2FEN%2Ftv%2F9000000%2Findex.asp%2316916.htm">http://help.kaseya.com/webhelp/EN/tv/9000000/index.asp#16916.htm</a></p> <p> </p> <p>* Open the <code class="code codeInline" spellcheck="false" tabindex="0"><TRAVERSE_HOME>\bin\monitor.lax</code> file and add the following line at the bottom of the file (for example, for the Pacific timezone):</p> <p><code class="code codeInline" spellcheck="false" tabindex="0">user.timezone=US - Pacific</code></p> <p>You must enter the timezone exactly as listed in the Administration > Preferences > Timezone drop-down menu.</p> <p>After you add the entry, save the file and restart the DGE.</p> <p> </p> <p><strong>GNU/Linux:</strong></p> <p> Edit <traverse_home>/etc/monitor.init and add the following line '<strong>CONFIG="${CONFIG} -Duser.timezone=GMT-8"</strong>' where 'GMT-8' is the selected local time</p> <p>You must enter the timezone exactly as listed in the Administration > Preferences > Timezone drop-down menu.</p> <p>The line will look like this:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">CONFIG="${CONFIG} -Dcom.sun.management.jmxremote.port=7692" CONFIG="${CONFIG} -Dcom.sun.management.jmxremote.authenticate=false" CONFIG="${CONFIG} -Dcom.sun.management.jmxremote.ssl=false" <strong>CONFIG="${CONFIG} -Duser.timezone=GMT-8"</strong></pre> <p>After you add the entry, save the file and restart the DGE.</p> <p>$sudo <traverse_home>/etc/monitor.init restart</p> <p> </p> <p><strong>APPLIES TO </strong></p> <p>All versions of Traverse</p> <p><strong>REFERENCE </strong></p> <p>None</p> </article> </main>