- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Syncthing synchronizes files between two or more computers in real time. This integration allows you to monitor Syncthing using Datadog.
The Syncthing check is not included in the Datadog Agent package, so you need to install it.
For Agent v7.21+ / v6.21+, follow the instructions below to install the Syncthing check on your host. See Use Community Integrations to install the Syncthing check with the Docker Agent or earlier versions of the Agent.
Run the following command to install the Agent integration:
datadog-agent integration install -t datadog-syncthing==<INTEGRATION_VERSION>
Configure your integration similar to core integrations.
Edit the syncthing.d/conf.yaml
file in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your Syncthing metrics. See the sample syncthing.d/conf.yaml for all available configuration options.
Run the Agent’s status subcommand and look for syncthing
under the Checks section.
syncthing.connections.connected (gauge) | The number of connected endpoints Shown as connection |
syncthing.connections.paused (gauge) | The number of paused endpoints Shown as connection |
syncthing.connections.count (gauge) | The number of endpoints Shown as connection |
syncthing.folder.bytes (gauge) | The size of the folder Shown as byte |
syncthing.folder.errors (count) | The errors count for folder Shown as error |
syncthing.folder.files (gauge) | The count of files in the folder Shown as file |
syncthing.folder.global.bytes (gauge) | The global size of the folder Shown as byte |
syncthing.folder.global.deleted (gauge) | The global count of the deleted files Shown as file |
syncthing.folder.global.directories (gauge) | The global count of directories Shown as file |
syncthing.folder.global.files (gauge) | The global count of files Shown as file |
syncthing.folder.global.total_items (gauge) | The global total count of items Shown as item |
syncthing.folder.local.bytes (gauge) | The local size of the folder Shown as byte |
syncthing.folder.local.deleted (gauge) | The local count of the deleted files Shown as file |
syncthing.folder.local.directories (gauge) | The local count of directories Shown as file |
syncthing.folder.local.files (gauge) | The local count of files Shown as file |
syncthing.folder.local.total_items (gauge) | The local total count of items Shown as item |
syncthing.folder.need.bytes (gauge) | The need to sync size Shown as byte |
syncthing.folder.need.deletes (gauge) | The need to delete files count Shown as file |
syncthing.folder.need.directories (gauge) | The need to sync directories count Shown as file |
syncthing.folder.need.files (gauge) | The need to sync files count Shown as file |
syncthing.folder.need.total_items (gauge) | The need to sync total items count Shown as item |
syncthing.folder.pull_errors (count) | The pull errors count Shown as error |
syncthing.folder.last_scan (gauge) | The time from the last folder scan Shown as second |
syncthing.errors (count) | The system errors count Shown as error |
syncthing.stats.device.last_seen (gauge) | The time from the last device seen Shown as second |
syncthing.stats.device.last_connection_duration (gauge) | The time of the last device connection duration Shown as second |
Syncthing does not include any events.
syncthing.can_connect
Returns CRITICAL
if the Agent can’t connect to the Syncthing endpoint, OK otherwise
Statuses: ok, critical
Need help? Contact Datadog support.