Adrien Mahieux
dbab740e52
Fix ib counters ( #11994 )
2022-01-18 15:51:12 +03:00
Tina Luedtke
ca23fbb0e9
Included link to charts.d example ( #11990 )
2022-01-18 15:06:36 +03:00
Linus
74b56fa56f
Fix yum config-manager check ( #11945 )
2022-01-18 13:02:04 +03:00
vkalintiris
e91d1110e5
Do not use dbengine headers when dbengine is disabled. ( #11967 )
...
Prior to this commit both daemon/commands.c and spawn/spawn.c used to
include database/engine/rrdenginelib.h, ie. a header file that is available
only when enabling the dbengine feature.
2022-01-18 10:30:36 +02:00
vkalintiris
63afbd76ef
Use libnetdata/required_dummies.h in collectors. ( #11971 )
2022-01-18 10:29:59 +02:00
Ilya Mashchenko
d062196637
remove "component" from PR template ( #11988 )
2022-01-18 10:53:30 +03:00
netdatabot
ce88461194
[ci skip] create nightly packages and update changelog
2022-01-18 00:10:03 +00:00
Ilya Mashchenko
1184003875
fix(updater): checksum validation for static build ( #11986 )
2022-01-17 21:13:29 +03:00
Emmanuel Vasilakis
3296f78436
Add localhost hostname to the edit_command ( #11793 )
...
* include localhost hostname in edit_command
* since the edit_command now contains the localhost name, dont pass it again to the script
2022-01-17 12:32:44 +02:00
dependabot[bot]
8c201ccadf
Bump lodash from 4.17.19 to 4.17.21 ( #11976 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17 13:09:59 +03:00
Ilya Mashchenko
116bf2a772
fix(python.d): ignore decoding errors in ExecutableService ( #11979 )
2022-01-17 10:49:32 +03:00
netdatabot
a5f8d3da3b
[ci skip] create nightly packages and update changelog
2022-01-15 00:07:53 +00:00
Austin S. Hemmelgarn
3f06aa65ae
Better handle creation of UUID for claiming. ( #11974 )
...
* Properly check for the availability of `uuidgen` before blindly using
it.
* Fall back on Linux to the kernel-provided interface for generating
UUIDs if `uuidgen` is not present.
* Provide a more useful error message if we can’t use either option.
2022-01-14 10:36:09 -05:00
dependabot[bot]
96376fc8b5
Bump follow-redirects from 1.13.2 to 1.14.7 ( #11972 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.13.2 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.2...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14 09:23:58 -05:00
dependabot[bot]
eb4758a5e0
Bump engine.io from 4.1.0 to 4.1.2 ( #11968 )
...
Bumps [engine.io](https://github.com/socketio/engine.io ) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/4.1.2/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/4.1.0...4.1.2 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14 09:23:43 -05:00
Emmanuel Vasilakis
34c0bc93a2
Free claim_id ( #11973 )
2022-01-14 12:20:54 +02:00
Stelios Fragkakis
a3951ae82c
Perform a host metadata update on reconnection ( #11965 )
2022-01-14 11:14:30 +02:00
Timotej S
ff5bc93fd4
fix aclk chart description ( #11970 )
2022-01-14 09:05:05 +01:00
netdatabot
4a50934c12
[ci skip] create nightly packages and update changelog
2022-01-14 00:07:35 +00:00
Tina Luedtke
8923fb83db
Fixed formatting ( #11943 )
...
* Fixed formatting
* Revert to <!-- --> frontmatter syntax
2022-01-13 15:47:51 -05:00
vkalintiris
92a8c8ca73
Ignore clangd cache directory. ( #11803 )
2022-01-13 20:06:34 +02:00
vkalintiris
90ceb553a3
Use absolute features when doing training/prediction. ( #11876 )
...
Use absolute features when doing training/prediction.
2022-01-13 19:36:55 +02:00
vkalintiris
f8fe0e6d84
Remove bitfields from rrdhost. ( #11964 )
...
The order of the fields makes the bitfields irrelevant in this case.
2022-01-13 19:35:56 +02:00
Emmanuel Vasilakis
ad6992e968
Find host and pass health_enabled to cloud health log message ( #11960 )
2022-01-13 19:04:27 +02:00
Tina Luedtke
5cfaf0146f
Improved the code example in SNMP v3 documentation ( #11959 )
...
* Updated SNMP v3 documentation
* Updated the example code to match @ilyam8's suggestion
2022-01-13 15:27:24 +00:00
Emmanuel Vasilakis
d229783de4
Send the cloud protocol used to posthog ( #11842 )
...
* send analytics for cloud protocol used
* add aclk-available-protocol to api/v1/info
* fix build with --disable-cloud
* remove aclk_legacy and aclk_ng define checks
2022-01-13 12:22:15 +02:00
netdatabot
4f309da9d5
[ci skip] create nightly packages and update changelog
2022-01-13 00:06:26 +00:00
Vladimir Kobal
872fc3adb4
Add a missing capability for the perf plugin ( #11958 )
...
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-01-12 18:14:52 +03:00
Ilya Mashchenko
b62643d0f9
fix(nfacct.plugin): Netfilter accounting data collection ( #11951 )
2022-01-12 16:36:34 +03:00
Ilya Mashchenko
1671c8ea94
fix(nfacct.plugin): Netfilter accounting charts priority ( #11952 )
2022-01-12 15:23:46 +03:00
Pierre Bouchez
bd1eaca486
python.d/nvidia_smi: add bar1 chart ( #11956 )
2022-01-12 12:02:01 +03:00
netdatabot
237cb33395
[ci skip] create nightly packages and update changelog
2022-01-12 00:05:30 +00:00
Ilya Mashchenko
cebdbc54d7
fix: add a note that netfilter's new
and ignore
counters are removed in the latest kernel ( #11950 )
2022-01-11 18:57:23 +03:00
Emmanuel Vasilakis
bf023b50fe
Try to find worker thread from parked ones ( #11928 )
2022-01-11 15:42:24 +02:00
Timotej S
e102adc623
ACLK-NG remove 'cmd' switch by message type ( #11866 )
...
* remove legacy protocl rx msg switch
2022-01-11 14:33:27 +01:00
Vladimir Kobal
4919103c4b
Fix time_t format ( #11897 )
2022-01-11 13:12:09 +02:00
sourcecodes2
237c117da6
Allow PushBullet notifications to be sent to PushBullet channels ( #11850 )
...
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-01-11 13:43:36 +03:00
Vladimir Kobal
6f3ee178ac
Fix cmake build ( #11862 )
2022-01-11 10:35:13 +02:00
Fotis Voutsas
3818e4c041
Fix a broken link in dashboard_info.js ( #11948 )
2022-01-11 09:25:53 +03:00
netdatabot
0c7479e94b
[ci skip] create nightly packages and update changelog
2022-01-11 00:04:37 +00:00
maneamarius
45d5faa453
fix retrieving service commands without failure ( #11947 )
...
Co-authored-by: Marius Manea <marius@netdata.com>
2022-01-10 18:42:26 +02:00
Austin S. Hemmelgarn
a46e36aef9
Add support to updater for updating native DEB/RPM installs with our official packages. ( #11753 )
...
* Restructure update type detection.
* Add proper handling for binary package installs.
* Add proper support for per-arch static installs.
* Address review feedback.
* Improved error messages for unsupported install types.
* Fixed install type detection for static builds.
* Improve handling around custom installs.
2022-01-10 10:48:25 -05:00
thiagoftsm
99c19e3a45
update_libbpf: Add new libbpf version ( #11865 )
2022-01-10 09:09:30 -05:00
Vladimir Kobal
b97430c37a
Don't check for symbols in libaws-cpp-sdk-core ( #11867 )
2022-01-10 15:27:30 +02:00
Vladimir Kobal
7d37bcadd0
Update dependencies for the pubsub exporting connector ( #11872 )
2022-01-10 15:20:47 +02:00
Vladimir Kobal
fce052ee79
Fix unit tests for Prometheus remote write exporting connector ( #11883 )
2022-01-10 15:19:55 +02:00
Vladimir Kobal
3ba9dc6cf0
Fix compilation warnings ( #11846 )
2022-01-10 15:17:45 +02:00
thiagoftsm
c2c0b68872
Fix cachestat on kernel 5.15.x (eBPF) ( #11833 )
2022-01-10 13:11:59 +00:00
Nikolay Samokhvalov
eebcb8520c
Postgres: mat. views considered as tables in table size/count chart ( #11816 )
2022-01-10 12:09:42 +03:00
Nikolay Samokhvalov
1df3fb1b85
Postgres: use block_size instead of 8*1024 ( #11815 )
2022-01-10 12:09:30 +03:00