From: Holger Sunke <holger.sunke@posteo.de>
To: development@lists.ipfire.org
Subject: [PATCH 0/3] Reworked patches introducing node_exporter on master
Date: Sat, 24 Jul 2021 18:56:36 +0000 [thread overview]
Message-ID: <20210724185639.3469623-1-holger.sunke@posteo.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 2571 bytes --]
These are reworked patches on top of [master] that modify the [go] package to be downloaded
for all supported architectures and introduce the new package [node_exporter], which requires [go]
during compilation.
I also added a node_exporter_starter.sh which redirects output into a log file and does not suppress 'loadproc' status output.
These patches replace my previous patches on node_exporter and go.
--
node_exporter generally provides a number of runtime related metrics through a lightweight HTTP plain text interface that can be
scraped by time series databases in regular interval. These metrics can then be used in grapical UIs for monitoring, analyzation and alerting.
It is of use for users already monitoring their machines this way and just are about to add their ipfire nodes into the monitoring stack.
Holger Sunke (3):
Added x86_64 i586 aarch64 armv5tel support for GO language required
for node_exporter compilation.
Added root files aarch64, armv5tel and i586 for 'go'
Added new node_exporter 1.2.0 package.
config/node_exporter/node_exporter_options | 203 +
config/rootfiles/common/aarch64/go | 10291 +++++++++++++++++++
config/rootfiles/common/armv5tel/go | 10290 ++++++++++++++++++
config/rootfiles/common/i586/go | 10290 ++++++++++++++++++
config/rootfiles/packages/node_exporter | 4 +
lfs/Config | 8 +
lfs/go | 9 +-
lfs/node_exporter | 98 +
make.sh | 1 +
src/initscripts/packages/node_exporter | 39 +
src/paks/node_exporter/install.sh | 31 +
src/paks/node_exporter/uninstall.sh | 30 +
src/paks/node_exporter/update.sh | 27 +
src/scripts/node_exporter_starter.sh | 7 +
14 files changed, 31325 insertions(+), 3 deletions(-)
create mode 100644 config/node_exporter/node_exporter_options
create mode 100644 config/rootfiles/common/aarch64/go
create mode 100644 config/rootfiles/common/armv5tel/go
create mode 100644 config/rootfiles/common/i586/go
create mode 100644 config/rootfiles/packages/node_exporter
create mode 100644 lfs/node_exporter
create mode 100644 src/initscripts/packages/node_exporter
create mode 100644 src/paks/node_exporter/install.sh
create mode 100644 src/paks/node_exporter/uninstall.sh
create mode 100644 src/paks/node_exporter/update.sh
create mode 100644 src/scripts/node_exporter_starter.sh
--
2.30.2
next reply other threads:[~2021-07-24 18:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-24 18:56 Holger Sunke [this message]
2021-07-24 18:56 ` [PATCH 1/3] Added x86_64 i586 aarch64 armv5tel support for GO language required for node_exporter compilation Holger Sunke
2021-07-26 14:22 ` Michael Tremer
2021-07-24 18:56 ` [PATCH 3/3] Added new node_exporter 1.2.0 package Holger Sunke
2021-07-26 15:26 ` Michael Tremer
2021-07-26 19:27 ` Holger Sunke
2021-07-27 9:00 ` Michael Tremer
2021-07-26 14:20 ` [PATCH 0/3] Reworked patches introducing node_exporter on master Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210724185639.3469623-1-holger.sunke@posteo.de \
--to=holger.sunke@posteo.de \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox