(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = global || self, factory(global.ka = {})); }(this, function (exports) { 'use strict'; var fp = typeof window !== "undefined" && window.flatpickr !== undefined ? window.flatpickr : { l10ns: {} }; var Georgian = { weekdays: { shorthand: ["კვ", "ორ", "სა", "ოთ", "ხუ", "პა", "შა"], longhand: [ "კვირა", "ორშაბათი", "სამშაბათი", "ოთხშაბათი", "ხუთშაბათი", "პარასკევი", "შაბათი", ] }, months: { shorthand: [ "იან", "თებ", "მარ", "აპრ", "მაი", "ივნ", "ივლ", "აგვ", "სექ", "ოქტ", "ნოე", "დეკ", ], longhand: [ "იანვარი", "თებერვალი", "მარტი", "აპრილი", "მაისი", "ივნისი", "ივლისი", "აგვისტო", "სექტემბერი", "ოქტომბერი", "ნოემბერი", "დეკემბერი", ] }, firstDayOfWeek: 1, ordinal: function () { return ""; }, rangeSeparator: " — ", weekAbbreviation: "კვ.", scrollTitle: "დასქროლეთ გასადიდებლად", toggleTitle: "დააკლიკეთ გადართვისთვის", amPM: ["AM", "PM"], yearAriaLabel: "წელი", time_24hr: true }; fp.l10ns.ka = Georgian; var ka = fp.l10ns; exports.Georgian = Georgian; exports.default = ka; Object.defineProperty(exports, '__esModule', { value: true }); }));

Operation Tips

Operation on the UI is similar to operating system's standard file manager. However, Drag and Drop is not possible with mobile browsers.

/* CSS for adverts */ .updraft_notice_container { height: auto; overflow: hidden; } .updraft_review_notice_container { padding: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; } .updraft_advert_button_container { margin-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .updraft_advert_button_container .dashicons { margin-left: 10px; } .updraft_advert_content_left { float: none; width: 80px; padding-top: 9px; margin-right: 9px; } .updraft_advert_content_left_extra { float: none; width: 100px; padding-right: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .updraft_advert_content_left img { min-height: 72px; min-width: 72px; } .updraft_advert_content_right { float: none; width: auto; overflow: hidden; font-size: 16px; } .updraft_advert_content_right p { font-size: 16px!important; } .updraft_advert_bottom { margin: 10px 0; padding: 10px; font-size: 140%; background-color: white; border-color: #E6DB55; border: 1px solid; border-radius: 4px; } .updraft-advert-dismiss { float: right; font-size: 13px; font-weight: normal; } h3.updraft_advert_heading { margin-top: 5px !important; margin-bottom: 5px !important; } h4.updraft_advert_heading { margin-top: 2px !important; margin-bottom: 3px !important; } .updraft_center_content { text-align: center; margin-bottom: 5px; } .updraft_notice_link { padding-left: 5px; } .updraft_text_center { text-align: center; } @media screen and (min-width: 560px) { .updraft_advert_content_left, .updraft_advert_content_left_extra { float: left; } } Pandora Console time zone - Pandora FMS Community

Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

  • Pandora Console time zone

    Posted by martinssaulitis on February 5, 2010 at 13:12

    I’ve managed to set up both server, console and agent on different system (pandorafms.server_3.0.0.deb, pandorafms.console_3.0.0.deb, pandorafms.agent_3.0.0.deb) on . Everything works, and I’m slowly adapting it to my needs.

    Problem I ran into was that all agents report Next agent contact: Out of limits.

    Then while looking at time stamps, I noticed, that Pandora console ‘thinks’ it’s one hour back, e.g. 10:00, while pandora server and pandora agent os show 11:00 (using ubuntu console date shows, mysql now() and agent time stamps).

    If I check under Administration->Setup->Time source, both System time and Database time is one hour back.

    Any ideas how to fix it? Is there some place where I can set timezone for Pandora? I think if I fix it, that “out of limits’ problem will go away as well.

    Server console date shows something like Fri Feb  5 11:17:27 EET 2010.

    UPDATE:
    For now I fixed it editing /var/www/pandora_console/include/config_process.php and changing
    date_default_timezone_set(“Europe/Berlin”);
    to
    date_default_timezone_set(“Europe/Riga”);
    But still, I think there is some problem with Pandora Console configuration – apearantly “ini_get(‘date.timezone’)” doesn’t work, so it set up using fallback option.

    daniels replied 16 years, 6 months ago 4 Members · 3 Replies
  • 3 Replies
  • suzdal

    Member
    February 5, 2010 at 14:58
    1 Karma
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Have you tried ntp service to synchronize the date and time?
    this can be a solution for you.

    anyway try this too, go to pandora console / setup and set “Timestamp or time comparation” to “Timestamp in rollover”

  • Sancho

    Administrator
    February 17, 2010 at 06:30
    2428 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Seems that newest versions of ubuntu are doing very very strange things with timezones, another user of pandora has a similar problem and we fixed it just by setting up “manually” the time zones in three different points:

    1. PHP Engine (php.ini)
    2. MySQL (my.cnf)
    3. Linux system (dpkg-reconfigure tzdata)

    Good luck !

    I’ve managed to set up both server, console and agent on different system (pandorafms.server_3.0.0.deb, pandorafms.console_3.0.0.deb, pandorafms.agent_3.0.0.deb) on . Everything works, and I’m slowly adapting it to my needs.

    Problem I ran into was that all agents report Next agent contact: Out of limits.

    Then while looking at time stamps, I noticed, that Pandora console ‘thinks’ it’s one hour back, e.g. 10:00, while pandora server and pandora agent os show 11:00 (using ubuntu console date shows, mysql now() and agent time stamps).

    If I check under Administration->Setup->Time source, both System time and Database time is one hour back.

    Any ideas how to fix it? Is there some place where I can set timezone for Pandora? I think if I fix it, that “out of limits’ problem will go away as well.

    Server console date shows something like Fri Feb  5 11:17:27 EET 2010.

    UPDATE:
    For now I fixed it editing /var/www/pandora_console/include/config_process.php and changing
    date_default_timezone_set(“Europe/Berlin”);
    to
    date_default_timezone_set(“Europe/Riga”);
    But still, I think there is some problem with Pandora Console configuration – apearantly “ini_get(‘date.timezone’)” doesn’t work, so it set up using fallback option.

  • daniels

    Member
    March 12, 2010 at 21:13
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi martinssaulitis

      I had exactly the same problem.

      I tried the solutions but only yours worked for me. Setting up under Administration->Setup->Time Source:

    TimeZone: Brazil/East

    obs: To find your exactly TimeZone, take a look at /usr/share/zoneinfo/

    Thank you.

    Regards.

Log in to reply.