config.yaml 409 B

12345678910111213141516171819202122
  1. receivers:
  2. sshcheck:
  3. endpoint: notdefault:1313
  4. username: notdefault_username
  5. password: notdefault_password
  6. key_file: notdefault/path/keyfile
  7. collection_interval: 10s
  8. known_hosts: path/to/collector_known_hosts
  9. ignore_host_key: false
  10. processors:
  11. nop:
  12. exporters:
  13. nop:
  14. service:
  15. pipelines:
  16. metrics:
  17. receivers: [sshcheck]
  18. processors: [nop]
  19. exporters: [nop]