Dear Mike,
I am getting only this.
Output of
./discovery.php -V
[root@obse observium]# ./discovery.php -V
Observium 18.10.9472
MY mysql:
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
- Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
- Settings user and group are ignored when systemd is used.
- If you need to run mysqld under a different user or group,
- customize your systemd unit file for mariadb according to the
- instructions in http://fedoraproject.org/wiki/Systemd
[mysqld_safe]
log-error=/var/log/mariadb/mariadb.log
pid-file=/var/run/mariadb/mariadb.pid
default-time-zone = ‘+05:30’
#
- include all files from the config directory
#
!includedir /etc/my.cnf.d
How can i change timezone in php? Kindly guide me to fix this issue.
Sorry for delay.
You have not correct php timezone, you must configure correct timezone in php.ini config date.timezone.
See: https://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone