You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@
33
33
- Exclude autofs by default in diskspace plugin [\#10441](https://github.com/netdata/netdata/pull/10441) ([nabijaczleweli](https://github.com/nabijaczleweli))
34
34
- New eBPF kernel [\#10434](https://github.com/netdata/netdata/pull/10434) ([thiagoftsm](https://github.com/thiagoftsm))
35
35
- Update and improve the Netdata style guide [\#10433](https://github.com/netdata/netdata/pull/10433) ([joelhans](https://github.com/joelhans))
36
-
- Change HDDtemp to report None instead of 0 [\#10429](https://github.com/netdata/netdata/pull/10429) ([slavox](https://github.com/slavox))
36
+
- Change hddtemp to report None instead of 0 [\#10429](https://github.com/netdata/netdata/pull/10429) ([slavox](https://github.com/slavox))
37
37
- Use bash shell as user netdata for debug [\#10425](https://github.com/netdata/netdata/pull/10425) ([Steve8291](https://github.com/Steve8291))
38
-
-Qick and dirty fix for \#10420 [\#10424](https://github.com/netdata/netdata/pull/10424) ([skibbipl](https://github.com/skibbipl))
38
+
-Quick and dirty fix for \#10420 [\#10424](https://github.com/netdata/netdata/pull/10424) ([skibbipl](https://github.com/skibbipl))
39
39
- Add instructions on enabling explicitly disabled collectors [\#10418](https://github.com/netdata/netdata/pull/10418) ([joelhans](https://github.com/joelhans))
40
40
- Change links at bottom of all install docs [\#10416](https://github.com/netdata/netdata/pull/10416) ([joelhans](https://github.com/joelhans))
41
41
- Improve configuration docs with common changes and start/stop/restart directions [\#10415](https://github.com/netdata/netdata/pull/10415) ([joelhans](https://github.com/joelhans))
@@ -139,7 +139,7 @@
139
139
- add `nvidia\_smi` collector data to the dashboard\_info.js [\#10230](https://github.com/netdata/netdata/pull/10230) ([ilyam8](https://github.com/ilyam8))
140
140
- health: convert `elasticsearch\_last\_collected` alarm to template [\#10226](https://github.com/netdata/netdata/pull/10226) ([ilyam8](https://github.com/ilyam8))
141
141
- streaming: fix a typo in the README.md [\#10225](https://github.com/netdata/netdata/pull/10225) ([ilyam8](https://github.com/ilyam8))
142
-
- collectors/xenstat.plugin: recieved =\> received [\#10224](https://github.com/netdata/netdata/pull/10224) ([ilyam8](https://github.com/ilyam8))
142
+
- collectors/xenstat.plugin: received =\> received [\#10224](https://github.com/netdata/netdata/pull/10224) ([ilyam8](https://github.com/ilyam8))
143
143
- dashboard\_info.js: fix a typo \(vernemq\)[\#10223](https://github.com/netdata/netdata/pull/10223) ([ilyam8](https://github.com/ilyam8))
- Don't stop Prometheus remote write collector when data is not available for dimension formatting [\#10217](https://github.com/netdata/netdata/pull/10217) ([vlvkobal](https://github.com/vlvkobal))
@@ -226,7 +226,7 @@
226
226
- Fix memory mode none not dropping stale dimension data [\#9917](https://github.com/netdata/netdata/pull/9917) ([mfundul](https://github.com/mfundul))
227
227
- Fix memory mode none not marking dimensions as obsolete. [\#9912](https://github.com/netdata/netdata/pull/9912) ([mfundul](https://github.com/mfundul))
228
228
- Fix buffer overflow in rrdr structure [\#9903](https://github.com/netdata/netdata/pull/9903) ([mfundul](https://github.com/mfundul))
Copy file name to clipboardExpand all lines: claim/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ This node no longer has access to the credentials it was claimed with and cannot
304
304
You will still be able to see this node in your War Rooms in an **unreachable** state.
305
305
306
306
If you want to reclaim this node into a different Space, you need to create a new identity by adding `-id=$(uuidgen)` to
307
-
the claiming script parameters. Make sure that you have the `uuidgen-runtime`packagen installed, as it is used to run the command `uuidgen`. For example, using the default claiming script:
307
+
the claiming script parameters. Make sure that you have the `uuidgen-runtime`package installed, as it is used to run the command `uuidgen`. For example, using the default claiming script:
Copy file name to clipboardExpand all lines: collectors/node.d.plugin/stiebeleltron/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The charts are configurable, however, the provided default configuration collect
40
40
- Heat circuit 1 room temperature in C (set/actual)
41
41
- Heat circuit 2 room temperature in C (set/actual)
42
42
43
-
5.**Eletric Reheating**
43
+
5.**Electric Reheating**
44
44
45
45
- Dual Mode Reheating temperature in C (hot water/heating)
46
46
@@ -68,7 +68,7 @@ If no configuration is given, the module will be disabled. Each `update_every` i
68
68
69
69
Original author: BrainDoctor (github)
70
70
71
-
The module supports any metrics that are parseable with RegEx. There is no API that gives direct access to the values (AFAIK), so the "workaround" is to parse the HTML output of the ISG.
71
+
The module supports any metrics that are parsable with RegEx. There is no API that gives direct access to the values (AFAIK), so the "workaround" is to parse the HTML output of the ISG.
0 commit comments