How to Install and Uninstall collectd-core Package on Kali Linux

Last updated: May 19,2024

1. Install "collectd-core" package

Please follow the step by step instructions below to install collectd-core on Kali Linux

$ sudo apt update $ sudo apt install collectd-core

2. Uninstall "collectd-core" package

In this section, we are going to explain the necessary steps to uninstall collectd-core on Kali Linux:

$ sudo apt remove collectd-core $ sudo apt autoclean && sudo apt autoremove

3. Information about the collectd-core package on Kali Linux

Package: collectd-core
Source: collectd
Version: 5.12.0-17
Installed-Size: 5553
Maintainer: Collectd Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), debconf (>= 0.5) | debconf-2.0
Recommends: perl, rrdtool
Suggests: collectd-dev, librrds-perl, liburi-perl, libhtml-parser-perl, libregexp-common-perl, libconfig-general-perl, httpd-cgi, 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, intel-cmt-cat (>= 23.11), libabsl20220623 (>= 0~20220623.0-1), libatasmart4 (>= 0.13), libbson-1.0-0 (>= 1.25.4), libcurl3-gnutls (>= 7.16.2), libdbi1 (>= 0.9.0), libesmtp6 (>= 1.1.0), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.10.3), libglib2.0-0 (>= 2.12.0), libgps30 (>= 3.3), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libhiredis1.1.0 (>= 1.2.0), libi2c0 (>= 4.0), libip4tc2 (>= 1.8.3), libip6tc2 (>= 1.8.3), libjansson4 (>= 2.14), libldap-2.5-0 (>= 2.5.4), liblua5.3-0, libmariadb3 (>= 3.0.0), libmemcached11 (>= 1.1.4), libmicrohttpd12 (>= 0.9.50), libmnl0 (>= 1.0.3-4~), libmodbus5 (>= 3.0.2), libmongoc-1.0-0 (>= 1.25.4), libmosquitto1 (>= 1.2), libnotify4 (>= 0.7.0), libopenipmi0 (>= 2.0.33), liboping0 (>= 0.3.2), libowcapi-3.2-4 (>= 3.2p4+dfsg1), libpcap0.8 (>= 1.0.0), libperl5.38 (>= 5.38.2), libpq5, libprotobuf-c1 (>= 1.0.1), libprotobuf32 (>= 3.21.12), libpython3.11 (>= 3.11.5), libqpid-proton11, librabbitmq4 (>= 0.8.0), librdkafka1 (>= 0.9.1), libriemann-client0 (>= 1.10.0), librrd8 (>= 1.4~rc2), librte-eal24 (>= 23.11), librte-ethdev24 (>= 23.11), libsensors5 (>= 1:3.5.0), libsnmp40 (>= 5.9.4+dfsg), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1), libudev1 (>= 183), libupsclient6 (>= 2.8.0), libvirt0 (>= 1.2.11~rc1), libxenmisc4.17 (>= 4.17.3+10-g091466ba55), libxml2 (>= 2.7.4), libyajl2 (>= 2.0.4), default-jre-headless
Size: 1267296
SHA256: 68cfb16bd061bfdca7dcd58b44399a088b0a752785ac7c7c916b4fef095d83af
SHA1: 5fb658eebea20ed9148dab868c083699a544ffc1
MD5sum: 49a14771f0b72073bce275983f2fd033
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
Description-md5:
Homepage: https://collectd.org/
Tag: admin::logging, admin::monitoring, interface::daemon, role::program,
use::monitor
Section: utils
Priority: optional
Filename: pool/main/c/collectd/collectd-core_5.12.0-17_amd64.deb