scollector
OpenTSDB's tcollector for the v2 HTTP API
Download Binaries
{% if site.github != null %}
{% assign releases = site.github.releases | where:"draft",false %}
{% assign release = releases[0] %}
{% assign relname = release.tag_name %}
Version {{relname}} ({{ release.created_at | date_to_string }})
{% else %}
View latest release on Github
{% endif %}
View the Project on GitHub
scollector is a replacement for OpenTSDB's tcollector.
Benefits of scollector over tcollector:
- scollector uses the v2 API, not the older v1 API
- scollector is more resource efficient
- scollector integrates with Bosun
OpenTSDB 1.0 uses the
tcollector
data collection framework.
This project aims to make scollector the
preferred collector for OpenTSDB 2.0.
documentation
http://godoc.org/bosun.org/cmd/scollector
installation from source
$ go get bosun.org/cmd/scollector
Collectors
scollector has the following built-in collectors.
Linux
- conntrack
- disk
- ifstat
- procstats
- puppet
- railgun
- yum
Windows
- cpu
- disk
- iis
- mem
- netbackup
- network
- processes
- sntp
- sql (MSSQL)
- system
Mac
Other
- cassandra
- dell (Dell hardware)
- elasticsearch
- hbase
- ntp
- opentsdb
- redis
Remote Services
- icmp (ping)
- snmp (Cisco, interfaces)
- vsphere (vmware)