1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312
|
Source: collectd
Section: utils
Priority: optional
Maintainer: Collectd Packaging Team <team+collectd@tracker.debian.org>
Uploaders: Sebastian Harl <tokkee@debian.org>, Marc Fournier <marc@bl.uem.li>, Bernd Zeimetz <bzed@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), po-debconf, dh-strip-nondeterminism, dh-autoreconf,
bison, flex, autotools-dev, libltdl-dev, pkg-config,
default-libmysqlclient-dev [!kfreebsd-i386 !kfreebsd-amd64],
intel-cmt-cat [amd64 i386],
libiptc-dev (>= 1.8.4-2) [linux-any] | libip4tc-dev [linux-any] | iptables-dev [linux-any],
libiptc-dev (>= 1.8.4-2) [linux-any] | libip6tc-dev [linux-any] | iptables-dev [linux-any],
javahelper,
kfreebsd-kernel-headers [kfreebsd-any],
libatasmart-dev [linux-any],
libcap-dev [linux-any],
libcurl4-openssl-dev | libcurl4-openssl-dev (<= 7.18.2-1) | libcurl3-openssl-dev,
libdevstat-dev [kfreebsd-any],
libdbi0-dev,
libdpdk-dev [amd64],
libesmtp-dev,
libgeom-dev [kfreebsd-any],
libgcrypt20-dev,
libglib2.0-dev,
libgrpc++-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x loong64 powerpc ppc64],
libgps-dev,
libhiredis-dev,
libi2c-dev [!hurd-any],
libkvm-dev [kfreebsd-any],
libldap2-dev,
liblua5.3-dev,
libmemcached-dev,
libmicrohttpd-dev,
libjansson-dev,
libmodbus-dev,
libmongoc-dev [!loong64],
libmnl-dev [linux-any],
libnotify-dev,
libopenipmi-dev,
liboping-dev,
libow-dev,
libpcap0.8-dev | libpcap-dev,
libperl-dev,
libpq-dev,
libprotobuf-c-dev,
libprotobuf-dev,
librabbitmq-dev,
librdkafka-dev,
libriemann-client-dev,
librrd-dev,
libsensors-dev [linux-any],
libsnmp-dev | libsnmp-dev | libsnmp9-dev,
libsnmp-dev | perl (<< 5.10.1~rc2-1~),
libudev-dev [linux-any],
libupsclient-dev | libupsclient1-dev,
libvirt-dev [!kfreebsd-i386 !kfreebsd-amd64 !sh4 !ia64 !alpha],
libxen-dev [amd64 arm64],
libxml2-dev,
libyajl-dev,
linux-libc-dev [linux-any] | linux-libc-dev (<< 2.6.25-1) [linux-any],
default-jdk [!hppa !sparc !kfreebsd-i386 !kfreebsd-amd64],
protobuf-c-compiler,
protobuf-compiler,
protobuf-compiler-grpc [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x loong64 powerpc ppc64],
python3-dev,
riemann-c-client,
libqpid-proton11-dev,
libmosquitto-dev,
libslurm-dev
Build-Conflicts: libpthread-dev, libhal-dev, python-dev
Standards-Version: 4.2.1
Homepage: https://collectd.org/
Vcs-Git: https://salsa.debian.org/debian/pkg-collectd.git
Vcs-Browser: https://salsa.debian.org/debian/pkg-collectd
Package: collectd-core
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: perl, rrdtool
Suggests: collectd-dev,
# collection.cgi / collection3 dependencies
librrds-perl, liburi-perl, libhtml-parser-perl, libregexp-common-perl,
libconfig-general-perl, httpd-cgi,
# services providing data that may be collected by collectd
apache2, apcupsd, bind9, ceph, chrony, default-mysql-server, gpsd,
iptables, ipvsadm, lm-sensors, mbmon, memcached, nginx, notification-daemon,
nut, openvpn, olsrd, pdns-server, postgresql, redis-server, slapd,
time-daemon, zookeeper,
${shlibs:Suggests}, default-jre-headless
Description: statistics collection and monitoring daemon (core system)
collectd is a small daemon which collects system information periodically and
provides mechanisms to monitor and store the values in a variety of ways.
Since the daemon doesn't need to startup every time it wants to update the
values it's very fast and easy on the system. Also, the statistics are very
fine grained since the files are updated every 10 seconds by default.
.
The collected information can be used to find current performance bottlenecks
(performance analysis) and predict future system load (capacity planning).
.
This package contains the main program file and the plugins listed below (some
of those plugins require additional libraries - for more details see
/usr/share/doc/collectd-core/README.Debian.plugins) but no configuration. For
a full installation (including configuration), see the "collectd" package.
This package allows sites to, e.g., provide customizations (like a custom
default configuration) on top of it without having to modify the "collectd"
package.
.
* AMQP output plugin: amqp
* AMQP 1.0 output plugin: amqp1
* Apache and lighttpd statistics provided by mod_status: apache
* APC UPS's charge, load, input/output/battery voltage, etc.: apcups
* Ascent server statistics: ascent
* Bosch and Freescale barometers: barometer
* battery status: battery
* bind9 name-server and zone statistics: bind
* Ceph distributed storage system statitics: ceph
* CGroups resource usage: cgroups
* Chrony daemon statistics: Local clock drift, offset to peers: chrony
* connection tracking table size: conntrack
* number of context switches done by the operating system: contextswitch
* CPU utilization: cpu
* CPU frequency: cpufreq
* CPU sleep: Time spent in suspend : cpusleep
* output to comma separated values (CSV) files: csv
* parse statistics from websites: curl
* parse JSON files: curl_json
* parse XML data: curl_xml
* query data from a relational database: dbi
* disk space usage: df
* disk and partition throughput: disk
* DNS traffic information: dns
* DPDK link status and keep alive events: dpdkevents
* DPDK interface statistics: dpdkstat
* Distributed Replicated Block Device status: drbd
* E-Mail statistics (count, traffic, spam scores and checks): email
* amount of available entropy: entropy
* execution of external programs: exec
* count the number of open file handles: fhcount
* count the number of files in directories: filecount
* Linux file-system based caching framework statistics: fscache
* Monitor gps related data through gpsd: gps
* Send or receive values over the network using the gRPC framework: grpc
* query data from Java processes using JMX: GenericJMX (Java based plugin)
* Report the number of used and free hugepages: hugepages
* Intel Resource Director Technology statistics: intel_rdt
* network traffic: interface
* IPC statistics: ipc
* IPMI sensors information: ipmi
* iptables statistics: iptables
* IPVS connection statistics: ipvs
* IRQ counters: irq
* embedded Java Virtual Machine: java
* system load averages: load
* logging to files, STDOUT and STDERR: logfile
* logging in logstash's JSON event format: log_logstash
* embedded Lua interpreter: lua
* Machine Check Exceptions notifications: mcelog
* Atheros wireless LAN chipset statistics: madwifi
* motherboard monitor: mbmon
* query and parse data from a memcache daemon: memcachec
* statistics of the memcached distributed caching system: memcached
* memory usage: memory
* read values from Modbus/TCP enabled devices: modbus
* statistics from mon.itor.us: Monitorus (Perl based plugin)
* Publishes and subscribes to MQTT topics: mqtt
* multimeter statistics: multimeter
* MySQL statistics provided by MySQL's "show status" command: mysql
* detailed Linux network interface and routing statistics: netlink
* IO via the network: network
* NFS utilization: nfs
* Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
* send desktop notifications to a notification daemon: notify_desktop
* send notification E-mails: notify_email
* send notifications to nagios: notify_nagios
* NTP daemon's local clock drift, offset to peers, etc.: ntpd
* UPS information: nut
* Optimized Link State Routing daemon statistics: olsrd
* OpenLDAP's cn=Monitor statistics: openldap
* OpenVPN traffic and compression statistics: openvpn
* OpenVZ statistics: OpenVZ (Perl based plugin)
* Open vSwitch link state events: ovs_events
* Open vSwitch bridge / interface statistics: ovs_stats
* embedded Perl interpreter: perl
* timing values from Pinba: pinba
* network latency statistics: ping
* PostgreSQL database statistics: postgresql
* PowerDNS name server statistics: powerdns
* number of processes: processes
* information about network protocols: protocols
* embedded Python interpreter: python
* Redis server statistics: redis
* write data via the RRD accelerator daemon: rrdcached
* output to RRD files: rrdtool
* lm_sensors information (e.g. CPU temperature, fan speeds): sensors
* serial port traffic: serial
* values from SNMP enabled network devices: snmp
* receive and handle queries from SNMP master agent: snmp_agent
* aggregate values received with the StatsD protocol: statsd
* SMART statistics: smart
* swap usage: swap
* Linux synproxy statistics: synproxy
* logging to syslog: syslog
* parse table-like structured files: table
* incremental parsing of logfiles: tail
* incremental parsing of CSV files: tail_csv
* number of TCP connections to specific ports: tcpconns
* TeamSpeak2 server statistics: teamspeak2
* power consumption measurements from "The Energy Detective" (TED): ted
* Linux ACPI thermal zone information: thermal
* check thresholds and for missing values: threshold
* statistics from Intel turbo-capable processors: turbostat
* external runtime interface: unixsock
* system uptime: uptime
* number of users logged into the system: users
* set the hostname to an unique identifier: uuid
* CPU, disk, network statistics of guest systems: virt
* detailed virtual memory statistics: vmem
* system resources used by Linux-VServers: vserver
* wireless network stats: wireless
* send collected values to a graphite server: write_graphite
* send collected values to a web-server: write_http
* send collected values to an Apache Kafka message broker: write_kafka
* send collected values to the logging subsystem: write_log
* send collected values to MongoDB, a NoSQL database: write_mongodb
* publish collected values as a Prometheus exporter: write_prometheus
* send collected values to a Redis server: write_redis
* send collected values to a Riemann server: write_riemann
* send collected values to a Sensu client: write_sensu
* send collected values to Google Stackdriver: write_stackdriver
* send collected values to an OpenTSDB server: write_tsdb
* XEN Hypervisor CPU stats: xencpu
* ZFS's Adaptive Replacement Cache statistics: zfs_arc
* data from Zookeeper's MNTR command: zookeeper
Package: collectd
Architecture: any
Depends: collectd-core (>= ${source:Version}), collectd-core (<< ${source:Version}.1~),
${shlibs:Depends}, ${misc:Depends}
Recommends: ${shlibs:Recommends}, default-jre-headless
Description: statistics collection and monitoring daemon
collectd is a small daemon which collects system information periodically and
provides mechanisms to monitor and store the values in a variety of ways.
Since the daemon doesn't need to startup every time it wants to update the
values it's very fast and easy on the system. Also, the statistics are very
fine grained since the files are updated every 10 seconds by default.
.
The collected information can be used to find current performance bottlenecks
(performance analysis) and predict future system load (capacity planning).
.
This package provides a full installation of the daemon, including the
configuration. For the core system, see the "collectd-core" package, which
allows sites to, e.g., provide customizations (like a custom default
configuration) on top of it without having to modify the "collectd" package.
Package: collectd-utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: collectd
Description: statistics collection and monitoring daemon (utilities)
collectd is a small daemon which collects system information periodically and
provides mechanisms to monitor and store the values in a variety of ways.
Since the daemon doesn't need to startup every time it wants to update the
values it's very fast and easy on the system. Also, the statistics are very
fine grained since the files are updated every 10 seconds by default.
.
This package contains the following utility:
.
* collectdctl: Control interface for collectd
* collectd-nagios: Nagios plugin for querying collectd
Package: collectd-dev
Architecture: all
Depends: collectd-core (>= ${source:Version}), collectd-core (<< ${source:Version}.1~),
${misc:Depends}
Description: statistics collection and monitoring daemon (development files)
collectd is a small daemon which collects system information periodically and
provides mechanisms to monitor and store the values in a variety of ways.
Since the daemon doesn't need to startup every time it wants to update the
values it's very fast and easy on the system. Also, the statistics are very
fine grained since the files are updated every 10 seconds by default.
.
This package contains the development files needed to create your own
plugins.
Package: libcollectdclient-dev
Section: libdevel
Architecture: any
Depends: libcollectdclient1t64 (= ${binary:Version}), ${misc:Depends}
Description: client library for collectd's control interface (development files)
libcollectdclient provides an API to access the control interface provided by
the unixsock plugin of collectd, a statistics collection and monitoring
daemon. It can be used to access values collected by collectd or dispatch new
values and notifications to the daemon. This allows for integration with
other applications such as monitoring solutions.
.
This package contains the header files and the static library.
Package: libcollectdclient1t64
Provides: ${t64:Provides}
Replaces: libcollectdclient1
Breaks: libcollectdclient1 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: collectd
Description: client library for collectd's control interface
libcollectdclient provides an API to access the control interface provided by
the unixsock plugin of collectd, a statistics collection and monitoring
daemon. It can be used to access values collected by collectd or dispatch new
values and notifications to the daemon. This allows for integration with
other applications such as monitoring solutions.
.
This package contains the shared library.
|