Ad Widget

Collapse

Zabbix and (date.timezone)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Metalliogre
    Junior Member
    • May 2014
    • 4

    #1

    Zabbix and (date.timezone)

    I installed Zabbix on Ubuntu 12. It is giving me a timezone error in the web interface. I tried setting the timezone to America/New_York, cause that is my timezone and I keep getting errors. i even tried to reset everything. Any input would help, thanks!

    I also followed this without any luck.
    Last edited by Metalliogre; 30-05-2014, 19:08.
  • Metalliogre
    Junior Member
    • May 2014
    • 4

    #2
    I got the date.timezone set, now I cant get the server running.

    Comment

    • aib
      Senior Member
      • Jan 2014
      • 1615

      #3
      Code:
      [root@zabbix ~]# cat /etc/system-release
      CentOS release 6.5 (Final)
      
      [URL="https://www.zabbix.com/documentation/2.0/manual/installation/install_from_packages#editing_php_configuration_for_zabbix_frontend"]Editing PHP configuration for Zabbix frontend[/URL]
      [root@zabbix ~]# grep -i timezone /etc/httpd/conf.d/zabbix.conf
          php_value date.timezone America/Toronto
      
      [root@zabbix ~]# grep -i timezone /etc/php.ini
      ; Defines the default timezone used by the date functions
      ; [url]http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone[/url]
      date.timezone = "America/Toronto"
      [root@zabbix ~]#
      Sincerely yours,
      Aleksey

      Comment

      Working...