Advertisement
Guest User

telegraf_fail

a guest
Feb 23rd, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. ```
  2. root@telegraf:/var/log# systemctl status telegraf
  3. ● telegraf.service - The plugin-driven server agent for reporting metrics into InfluxDB
  4. Loaded: loaded (/lib/systemd/system/telegraf.service; enabled; vendor preset: enabled)
  5. Active: failed (Result: exit-code) since Sat 2019-02-23 09:37:06 UTC; 8min ago
  6. Docs: https://github.com/influxdata/telegraf
  7. Process: 20316 ExecStart=/usr/bin/telegraf -config /etc/telegraf/telegraf.conf -config-directory /etc/telegraf/telegraf.d $TELEGRAF_OPTS (code=exited, status=1/FAILURE)
  8. Main PID: 20316 (code=exited, status=1/FAILURE)
  9.  
  10. Feb 23 09:37:06 telegraf systemd[1]: telegraf.service: Service RestartSec=100ms expired, scheduling restart.
  11. Feb 23 09:37:06 telegraf systemd[1]: telegraf.service: Scheduled restart job, restart counter is at 5.
  12. Feb 23 09:37:06 telegraf systemd[1]: Stopped The plugin-driven server agent for reporting metrics into InfluxDB.
  13. Feb 23 09:37:06 telegraf systemd[1]: telegraf.service: Start request repeated too quickly.
  14. Feb 23 09:37:06 telegraf systemd[1]: telegraf.service: Failed with result 'exit-code'.
  15. Feb 23 09:37:06 telegraf systemd[1]: Failed to start The plugin-driven server agent for reporting metrics into InfluxDB.
  16. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement