boxjan
4a432d99fc
fix static build, curl will be staict binary; extra args can be transfer ( #11852 )
...
* update curl LDFLAGS to build static file
* transfer extra args to build.sh
2021-12-07 09:59:22 -05:00
vkalintiris
1fd40e59d8
Detect whether libatomic should be linked in when using CXX linker. ( #11818 )
...
* Detect whether libatomic should be linked in when using CXX linker.
There was already a check for this when building with the bundled
protobuf. Considering that we needed the same check when building for
ML, I moved the check so that it can happen in either case when a
C++ linker is required for the build to succeed.
* Try to unconditionally link with -latomic, if the library is available.
2021-12-07 15:13:21 +02:00
Ilya Mashchenko
35a8e54020
fix(health): used_swap alarm calc ( #11868 )
2021-12-07 15:31:34 +03:00
Emmanuel Vasilakis
00b6b7ea49
set the enabled struct element to 1 ( #11856 )
2021-12-07 14:20:46 +02:00
netdatabot
0a35be3409
[ci skip] create nightly packages and update changelog
2021-12-06 23:43:36 +00:00
Andrew Maguire
3523112f7d
Create ML README.md ( #11848 )
...
Create README.md for `netdata/ml`
2021-12-06 21:07:35 +00:00
Austin S. Hemmelgarn
ad8ed6746e
Explicitly conflict with netdata-core DEB package. ( #11855 )
...
This simplifies transitioning from distor-provided packages to our
official packages.
2021-12-06 07:18:07 -05:00
netdatabot
1bcf1572b9
[ci skip] create nightly packages and update changelog
2021-12-02 23:41:18 +00:00
Ilya Mashchenko
0da046f215
Update nightly badge link ( #11843 )
2021-12-02 16:40:38 +03:00
netdatabot
f5e4ec6c30
[ci skip] create nightly packages and update changelog
2021-12-01 23:40:36 +00:00
Austin S. Hemmelgarn
ae94ab59bc
Fix token name in release draft workflow. ( #11847 )
2021-12-01 11:03:15 -05:00
Austin S. Hemmelgarn
ff9222fb97
Bump static builds to use Alpine 3.15 as a base. ( #11836 )
2021-12-01 11:02:00 -05:00
Austin S. Hemmelgarn
95536a691a
Remove OpenSUSE Leap 15.2 from CI. ( #11600 )
2021-12-01 07:06:20 -05:00
Austin S. Hemmelgarn
c475496592
Remove Fedora 33 from CI. ( #11640 )
2021-12-01 07:04:56 -05:00
netdatabot
f43aff69df
[ci skip] create nightly packages and update changelog
2021-11-30 23:39:55 +00:00
netdatabot
56bfa59369
[ci skip] release v1.32.0
2021-11-30 13:11:58 +00:00
Austin S. Hemmelgarn
f73f1a17f8
[netdata minor release] v1.32.0
2021-11-30 07:54:05 -05:00
Timotej S
f52240307f
proto optional fix ( #11840 )
2021-11-30 07:30:42 -05:00
Ilya Mashchenko
be91d1f81e
fix alarms info ( #11844 )
2021-11-30 07:25:52 -05:00
netdatabot
e5037170d6
[ci skip] create nightly packages and update changelog
2021-11-29 23:39:17 +00:00
Ilya Mashchenko
ca137ab221
feat(apps.plugin): add consul to apps_groups.conf ( #11839 )
2021-11-30 00:50:18 +03:00
Tiny
3df3bbf004
Updating ansible steps for clarity ( #11823 )
2021-11-29 14:24:05 +03:00
Fotis Voutsas
c7d83ccc31
Remove pihole_blocked_queries alert ( #11829 )
2021-11-29 14:20:37 +03:00
netdatabot
df0036004b
[ci skip] create nightly packages and update changelog
2021-11-26 23:36:55 +00:00
Stelios Fragkakis
0586829ee6
Add commands to check and fix database corruption ( #11828 )
...
* Set a flag to do aclk sync thread shutdown
Attempt to dequeue a cmd in case the queue is full and someone is blocked
* Drop tables and recreate instead of deleting
* Add commands to check the database -W check-database, fix-database, compact-database
* Split the database setup to config and cleanup part
* Add checks during database setup and cleanup to detect corruption to the dimension and chart tables
* Add full database check and refactor code
* Change commands to better indicate that the operations refer to the sqlite metadata database (not the metrics dbengine database)
* Add check for table being null (request for entire database check)
* Rename command for better clarity
2021-11-26 20:36:00 +02:00
Vladimir Kobal
e2bdee968e
Add a note about pkg-config file location for freeipmi ( #11831 )
2021-11-26 19:54:21 +03:00
netdatabot
057519fa08
[ci skip] create nightly packages and update changelog
2021-11-25 23:36:53 +00:00
Ilya Mashchenko
6f7d494d68
feat(apps.plugin): add aws to apps_groups.conf ( #11826 )
2021-11-25 17:13:11 +03:00
Emmanuel Vasilakis
3e077330d8
Set NETDATA_CONTAINER_OS_DETECTION to system_info->container_os_detection ( #11827 )
2021-11-25 09:48:52 +02:00
netdatabot
0ce7ad3269
[ci skip] create nightly packages and update changelog
2021-11-24 23:36:10 +00:00
Ilya Mashchenko
c5ca81fb14
add kickoke to docs codeowners ( #11824 )
2021-11-24 11:28:53 +03:00
netdatabot
03e224cd09
[ci skip] create nightly packages and update changelog
2021-11-22 23:35:00 +00:00
Emmanuel Vasilakis
d13b918ad0
Δont use wc στρθψτ if it may not exist ( #11820 )
2021-11-22 20:58:05 +02:00
Vladimir Kobal
c511d98c34
Simple fix for the data API query ( #11787 )
2021-11-22 16:13:33 +02:00
vkalintiris
54c8ccf377
Use two digits after the decimal point for the anomaly rate. ( #11804 )
2021-11-22 12:33:27 +02:00
maneamarius
b842fcab3d
specify pip3 when installing git-semver package ( #11817 )
...
Co-authored-by: Marius Manea <marius@netdata.com>
2021-11-22 11:53:29 +02:00
Stelios Fragkakis
454387fcf4
Cleanup compilation warnings ( #11810 )
...
* Fix compilation warnings (variables used when debugging is enabled using NETDATA_INTERNAL_CHECKS)
* Fix compilation warning (casting)
2021-11-19 22:12:29 +02:00
Stelios Fragkakis
11b8588c94
Fix coverity issues ( #11809 )
...
* Add check for NULL wc->host
* Use sqlite3_exec, if it fails it will be retried on the next health log entries rotation
2021-11-19 16:56:51 +02:00
DShreve2
ceec6aec1d
Update interact-charts.mdx ( #11808 )
2021-11-19 08:45:05 +00:00
netdatabot
2e471c4cdf
[ci skip] create nightly packages and update changelog
2021-11-18 23:32:43 +00:00
Emmanuel Vasilakis
14507c9597
Always queue alerts to aclk_alert ( #11806 )
...
* always queue to aclk_alert
* proper function name
2021-11-18 20:14:31 +02:00
Austin S. Hemmelgarn
4f45e42eb2
Add POWER8+ static builds. ( #11802 )
2021-11-18 07:31:46 -05:00
Emmanuel Vasilakis
dc42e45c6a
Add some logging for cloud new architecture to access.log ( #11788 )
...
* add some logging for ng arch to access.log
* change arrows to IN, OG, AC
* log also the params for aclk requests
* check for wc->host before using wc->host->hostname
* turn two messages to info
* reduce alert event logs
* used thread local variables
2021-11-18 11:56:49 +02:00
netdatabot
33d3f6f06b
[ci skip] create nightly packages and update changelog
2021-11-17 23:32:44 +00:00
thiagoftsm
375d90304d
Update libbpf ( #11800 )
2021-11-17 22:21:45 +00:00
Austin S. Hemmelgarn
49b1534305
Assorted cleanups to static builds. ( #11798 )
2021-11-17 14:01:35 -05:00
vkalintiris
2e1a92eb95
Use the proper format specifier when logging configuration options. ( #11795 )
2021-11-17 19:07:23 +02:00
Austin S. Hemmelgarn
c44df34acc
Add Oracle Linux 8 to CI and package builds. ( #11776 )
...
* Add OracleLinux 8 to CI and package builds.
* Fix OracleLinux dependency handling.
* Fix package test code for Oracle Linux.
2021-11-17 08:56:33 -05:00
Stelios Fragkakis
577f8c0e43
Use correct hop count if host is already in memory ( #11785 )
...
* Use correct hop count if host in memory
* Add locking to be safe when using host lookup
* Update the live state correctly
2021-11-17 11:19:07 +02:00
Emmanuel Vasilakis
5471894ac2
Delete from aclk alerts table if ack'ed from cloud one day ago ( #11779 )
2021-11-17 09:19:05 +02:00