Commit graph

15 commits

Author SHA1 Message Date
Franco Fichtner
3bccb618b4 sysutils/node_exporter: model style 2026-01-19 05:14:40 +01:00
Franco Fichtner
f240ec0fce plugins: run style-model 2025-07-02 10:46:07 +02:00
Jonatan
89c9255d38
sysutils/node_exporter: Allow setting IPv6 address as Listen Address (#3707)
* Node Exporter: Allow setting IPv6 listenaddress

* Node Exporter: Change IntegerField to PortField

* Node Exporter: Increment version and add changelog
2024-01-08 16:07:42 +01:00
Franco Fichtner
8bdd618652 plugins: style sweep 2022-01-31 08:36:13 +01:00
jkellerer
4a88b924af
NodeExporter: Added ZFS toggle (defaults to off), fixes #1930 (#2071)
* NodeExporter: Added ZFS toggle (defaults to off), fixes #1930

This change also fixes toggles for collectors that are enabled by default: cpu, exec, filesystem, loadavg, meminfo, netdev, time.

* Update sysutils/node_exporter/Makefile

* Update sysutils/node_exporter/src/opnsense/mvc/app/models/OPNsense/NodeExporter/General.xml

* NodeExporter: Self-assigned plugin maintainer

Co-authored-by: Franco Fichtner <franco@lastsummer.de>
2021-02-23 20:51:13 +01:00
Franco Fichtner
360eb16b0f sysutils: revision bump 2021-02-15 10:38:02 +01:00
Franco Fichtner
18bc32f3b3 plugins: serious style sweep 2020-02-13 10:42:37 +01:00
Franco Fichtner
f1a69249f9 plugins: style sweep 2020-02-10 21:12:05 +01:00
Franco Fichtner
8f2805ef58 plugins: PSR12 for "s" and "w" 2019-10-07 21:40:59 +02:00
Franco Fichtner
4ff026076a src: style sweep 2019-01-14 09:04:33 +01:00
NOYB
5533702035 HTML Compliance - Attribute "type" on Element <script>
Warning: The type attribute is unnecessary for JavaScript resources.

HTML5: Edition for Web Authors
http://www.w3.org/TR/2014/REC-html5-20141028/scripting-1.html
The default, which is used if the attribute is absent, is "text/javascript".

The Script element
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.
2018-01-21 13:35:06 +01:00
Franco Fichtner
a091aec616 sysutils/node_exporter: release 1.0 2018-01-17 11:48:40 +01:00
Franco Fichtner
23260aa54e sysutils/node_exporter: missing development flag 2018-01-05 22:51:45 +01:00
Franco Fichtner
88a0c0a2b9 sysutils/node_exporter: consistency tweaks 2018-01-05 21:51:10 +01:00
David Harrigan
80f02ea55c Use (Prometheus) node_exporter to expose metrics.
This new plugin allows for Prometheus to scrape an OPNsense installation for
metrics - including CPU, Memory, devices, interfaces and so on.

The data can then be used for remote monitoring/alerting of an OPNsense
installation, or indeed graphing using popular graphing technologies such as
Grafana.

closes #452

-=david=-
2018-01-04 21:49:59 +00:00