All Projects → netdata → binary-packages

netdata / binary-packages

Licence: other
No description or website provided.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to binary-packages

ubuntu-1804
🔵 Curso GRÁTIS Linux Ubuntu Server 18.04.x LTS - REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações. Novo repositório: vaamonde/ubuntu-2004
Stars: ✭ 99 (+661.54%)
Mutual labels:  netdata
dash
Server control panel
Stars: ✭ 22 (+69.23%)
Mutual labels:  netdata
wordops-dashboard
Dashboard for WordOps backend
Stars: ✭ 35 (+169.23%)
Mutual labels:  netdata
home-urbit
Sovereign software for the Urbit internet appliance.
Stars: ✭ 56 (+330.77%)
Mutual labels:  netdata
ocsinventory
📚 Curso GRÁTIS OCS Inventory NG e GLPI Help Desk REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações.
Stars: ✭ 58 (+346.15%)
Mutual labels:  netdata
vagrant-vault-consul-docker-monitoring
No description or website provided.
Stars: ✭ 20 (+53.85%)
Mutual labels:  netdata
netdata-influx
Netdata ➡️ InfluxDB metrics exporter & Grafana dashboard
Stars: ✭ 29 (+123.08%)
Mutual labels:  netdata
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+12446.15%)
Mutual labels:  netdata
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+438792.31%)
Mutual labels:  netdata
NetBoard
A multi-server dashboard for Netdata
Stars: ✭ 14 (+7.69%)
Mutual labels:  netdata
netdata-java-orchestrator
Netdata Java Plugin Daemon
Stars: ✭ 27 (+107.69%)
Mutual labels:  netdata
dockerfile
A collection of dockerfile I use
Stars: ✭ 90 (+592.31%)
Mutual labels:  netdata

IMPORTANT NOTICE

Over the past few months, we have deprecated the usage of this repository. Our netdata is supported through https://github.com/netdata/netdata repository. Our nightly releases are no longer hosted here, we have moved to a different hosting solution for this. Should you wish to install netdata, you should read our documentation section in https://netdata.cloud and follow the relative instructions on how to do so.

binary-packages (DEPRECATED)

This repo hosts older binary packages for netdata. Please use the releases page for newer binary packages.

netdata .run files

Files ending in .run are Linux binary self-extracting shell scripts, generated with makeself.

To use one, download it and run it.

To install the latest version use this:

bash <(curl -Ss https://my-netdata.io/kickstart-static64.sh)

If your shell fails to handle the above one liner, do this:

curl -Ss https://my-netdata.io/kickstart-static64.sh >/tmp/kickstart-static64.sh
sh /tmp/kickstart-static64.sh

installs in /opt/netdata

The package will install everything in /opt/netdata (remember to prepend /opt/netdata to command examples found in the netdata wiki).

The following changes will be made to the system:

  1. user netdata will be added.
  2. group netdata will be added.
  3. logrotate configuration will be added at /etc/logrotate.d/netdata.
  4. if the system is running systemd, the file /etc/systemd/system/netdata.service will be created.
  5. if the system is not running systemd, then depending on the distribution and version the file /etc/init.d/netdata will be added. This works for older Ubuntu, Debian, CentOS and for OpenRC based Gentoo systems.

Other than the above, the system is not altered in any way.

Statically linked

All programs included in the package are statically linked and do not depend on any system library. The operating system is expected to provide very basic tools, like tar, gzip, etc, so they can be used even if the system is just a busybox. For example, these packages run on CirrOS.

You can use these binary files for installing netdata:

  1. On ancient Linux installations, that you cannot update for a reason.
  2. On Linux distributions that do not provide a package management system (CirrOS, CoreOS, etc).

Key dependencies included

These packages include:

  1. statically linked BASH, version 4+
  2. statically linked curl, version 7.53.1+
  3. statically linked fping, version 4.0+
  4. statically linked netdata, version 1.6+, with statically linked apps.plugin.

install and update

The packages can be used to update an existing installation made by another version of them.

If you want to use these packages on systems that you have installed netdata from source, we suggest to uninstall the previous version first. If you don't uninstall it, these package will fail to update your system properly (i.e. they will not overwrite the existing /etc/systemd/system/netdata.service, /etc/logrotate.d/netdata, /etc/init.d/netdata).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].