[root@tokyle bin]# influx Failed to connect to http://localhost:8086: Get http://localhost:8086/ping: dial tcp [::1]:8086: connect: connection refused Please check your connection settings and ensure 'influxd' is running.
进不去。。检查状态:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[root@tokyle bin]# systemctl status influxdb ● influxdb.service - InfluxDB is an open-source, distributed, time series database Loaded: loaded (/usr/lib/systemd/system/influxdb.service; enabled; vendor preset: disabled) Active: failed (Result: start-limit) since 四 2019-06-27 11:00:45 CST; 2min 0s ago Docs: https://docs.influxdata.com/influxdb/ Process: 3587 ExecStart=/usr/bin/influxd -config /etc/influxdb/influxdb.conf $INFLUXD_OPTS (code=exited, status=1/FAILURE) Main PID: 3587 (code=exited, status=1/FAILURE)
6月 27 11:00:44 tokyle.com systemd[1]: Unit influxdb.service entered failed state. 6月 27 11:00:44 tokyle.com systemd[1]: influxdb.service failed. 6月 27 11:00:45 tokyle.com systemd[1]: influxdb.service holdoff time over, scheduling restart. 6月 27 11:00:45 tokyle.com systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database. 6月 27 11:00:45 tokyle.com systemd[1]: start request repeated too quickly for influxdb.service 6月 27 11:00:45 tokyle.com systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database. 6月 27 11:00:45 tokyle.com systemd[1]: Unit influxdb.service entered failed state. 6月 27 11:00:45 tokyle.com systemd[1]: influxdb.service failed.
压根没起来
找日志,先到/var/lib/influxdb下,没知道,/var/log/没找到
找系统日志 journalctl -u influxdb
1 2 3 4 5 6 7 8 9
journalctl -u influxdb
6月 27 10:46:02 tokyle.com systemd[1]: influxdb.service: main process exited, code=exited, status=1/FAILURE 6月 27 10:46:02 tokyle.com systemd[1]: Unit influxdb.service entered failed state. 6月 27 10:46:02 tokyle.com systemd[1]: influxdb.service failed. 6月 27 10:46:03 tokyle.com systemd[1]: influxdb.service holdoff time over, scheduling restart. 6月 27 10:46:03 tokyle.com systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database. 6月 27 10:46:03 tokyle.com systemd[1]: start request repeated too quickly for influxdb.service 6月 27 10:46:03 tokyle.com systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.