netdatabot
ac2ba9ad47
[ci skip] create nightly packages and update changelog
2021-06-04 01:48:49 +00:00
Emmanuel Vasilakis
83519b5df7
Check for non ascii characters in health log ( #11193 )
...
* check for non ascii characters in health log
* use c for check
* correct check of c
* use unsigned char
* remove check for non-ascii
2021-06-02 15:47:15 +03:00
Ilya Mashchenko
428f5d0012
health: fix alarm-line-charts matching ( #11204 )
2021-06-02 10:19:04 +03:00
netdatabot
4e130e2b90
[ci skip] create nightly packages and update changelog
2021-06-02 01:49:18 +00:00
Stelios Fragkakis
37bee1d197
Store uuid_t metric_uuid in the dimension state structure instead of uuid_t * ( #11212 )
2021-06-01 14:26:22 +03:00
vkalintiris
0d96e0a187
Compile/Link with absolute paths for bundled/vendored deps. ( #11129 )
...
* Do not accept a path when using --with-bundled-lws.
The bundled library is always placed under externaldeps/libwebsockets,
when using the netdata-installer.sh script. When this option is missing,
we look for the system-wide installed version.
* Do not accept a path when using --with-bundled-libJudy.
The bundled library is always placed under externaldeps/libJudy. When
the option is not given, we look for the system-wide installed version.
* Use absolute header paths for repo-internal deps.
* Use absolute library paths for repo-internal deps.
2021-06-01 13:22:36 +03:00
Stelios Fragkakis
baa5399126
Do not fail agent if DBENGINE is not available and memory mode is set to dbengine ( #11207 )
...
Use memory mode RAM instead
2021-06-01 13:00:30 +03:00
Stelios Fragkakis
c851ea0ada
Ignore dbengine journal files that can not be read ( #11210 )
2021-06-01 12:44:34 +03:00
Emmanuel Vasilakis
5de2432537
Only report the exit code without strerror ( #11215 )
2021-06-01 09:38:59 +03:00
netdatabot
a311659c1f
[ci skip] create nightly packages and update changelog
2021-06-01 01:48:26 +00:00
Emmanuel Vasilakis
9f40c4b12c
Provide UTC offset in seconds and edit health config command ( #11051 )
...
* add abbreviated timezone, utc offset in seconds, and edit health alarm command
rebased
* formating
* use str2i instead of atoi
2021-05-31 16:29:47 +03:00
Ilya Mashchenko
5bce2d9a81
claiming: exit 0 when daemon not running and the claim was successful ( #11195 )
2021-05-31 14:34:18 +03:00
Emmanuel Vasilakis
1d493f5f85
Check return status of execution of anonymous statistics script ( #11188 )
...
* check return of execution of anonymous statistics script
* break check into two parts
2021-05-31 10:42:25 +03:00
Zane Chua
c9c9d92993
Add Microsoft Teams to supported notification endpoints ( #11205 )
2021-05-31 08:48:13 +03:00
netdatabot
ea7b02e89e
[ci skip] create nightly packages and update changelog
2021-05-29 01:47:03 +00:00
thiagoftsm
0b09b61997
VFS new thread ( #11187 )
...
Split process thread in two different threads.
2021-05-28 18:57:59 +00:00
Ilya Mashchenko
4561d6a5a9
fix install_type detection during update ( #11199 )
2021-05-28 20:09:08 +03:00
Ilya Mashchenko
c5e27ae251
labeler: add "mqtt_websockets" to the ACLK ( #11197 )
2021-05-28 20:04:56 +03:00
wangpei
19acfc9066
fix ebpf.plugin segfault when ebpf_load_program return null pointer ( #11203 )
2021-05-28 16:08:47 +00:00
Andrew Maguire
045759ab98
rename default from job 'local' to 'anomalies' ( #11178 )
...
- 'Anomalies local' is not as nice as a 'Anomalies' menu item when using default settings and just enabling it for local node.
2021-05-28 14:45:41 +01:00
netdatabot
8e93a181a4
[ci skip] create nightly packages and update changelog
2021-05-28 01:46:15 +00:00
Timotej S
8db5d39e2e
fix mqtt_websockets submodule version ( #11196 )
2021-05-27 22:41:10 +02:00
netdatabot
e4f0ae2290
[ci skip] create nightly packages and update changelog
2021-05-26 01:46:49 +00:00
gotjoshua
44d6316c0b
add link to example conf ( #11182 )
...
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud >
2021-05-25 17:30:11 +03:00
Austin S. Hemmelgarn
15e036a9fe
Remove Fedora 32 from CI. ( #11143 )
...
It is EOL as of 2021-05-25.
2021-05-25 08:59:12 -04:00
thiagoftsm
1b47b0411d
Move parser from children to main thread ( #11152 )
...
Centralize eBPF plugin parser to avoid possible contradictions between user configuration and visualized charts.
2021-05-25 11:54:04 +00:00
netdatabot
a1eecbe15f
[ci skip] create nightly packages and update changelog
2021-05-25 01:45:19 +00:00
Joel Hans
651cc84743
Update news in main README for latest release ( #11165 )
...
* Update news for latest release
* Remove image
2021-05-24 10:34:29 -07:00
vkalintiris
eaf1d76ca1
Remove deprecated options. ( #11149 )
...
These options have been deprecated for a long time and they are probably not used anywhere any more.
2021-05-24 17:49:10 +03:00
vkalintiris
b8cd2bdc50
Remove unecessary relative paths when including headers. ( #11124 )
...
Currently, we add the repository's top-level dir in the compiler's
header search path. This means that code in every top-level directory
within the repo can include headers sibling top-level directories.
This patch makes header inclusion consistent when it comes to files
that are included from sibling top-level directories within the repo.
2021-05-24 17:44:50 +03:00
Timotej S
277e4f10bc
fixes ACLK-NG on FreeBSD ( #11172 )
2021-05-24 16:43:23 +02:00
MikaelUrankar
4b130034f2
Query the size of the hw.intrnames mib instead of using of a fixed va… ( #11159 )
2021-05-24 17:40:09 +03:00
Ikko Ashimine
4d0f785c15
Fix typo in aclk.c ( #11170 )
...
Successfull -> Successful
2021-05-24 15:51:15 +02:00
thiagoftsm
e8e60465bf
Ebpf swap ( #11090 )
...
Add new thread to ebpf.plugin.
2021-05-24 12:53:26 +00:00
Joel Hans
56dfb07605
Fixing sneaky broken links ( #11175 )
2021-05-24 05:38:31 -07:00
Timotej S
6d6eb08ae4
Fix mqtt_websockets (ACLK-NG) on MacOS ( #11145 )
2021-05-24 14:03:12 +02:00
Vladimir Kobal
d5b204f7e4
Remove an unnecessary check for cgroup v1 ( #11137 )
2021-05-24 15:02:33 +03:00
thiagoftsm
aa087d4306
Move mdstat charts near to Disks ( #11119 )
...
Reorganize MD Array Menu.
2021-05-24 11:58:51 +00:00
Ilya Mashchenko
0208e34e5a
health: add system clock synchronization state alarm ( #11177 )
...
* health: add system clock synchronization state alarm
2021-05-24 14:43:15 +03:00
Ilya Mashchenko
2555dccae7
health: add python.d/go.d jobs last_collected_secs alarms ( #11168 )
2021-05-24 14:42:49 +03:00
Ilya Mashchenko
dfc4915ffb
health: make stocks alarms less sensitive (2) ( #11153 )
2021-05-24 14:36:12 +03:00
Filip Plata
ca571a05f7
Adding more postgres metrics ( #11169 )
...
* Adding more postgres metrics
* standby lag time
* average blocking transactions
2021-05-24 14:34:56 +03:00
Austin S. Hemmelgarn
295d407fb0
Store info about the installation type for later retrieval. ( #11157 )
...
* Store info about the installation type for later retrieval.
* Properly handle install type on updates.
* Restructure install type values for easier parsing.
* Fix checksums.
* Fix .gitignore check.
2021-05-24 07:34:09 -04:00
netdatabot
0cc48515b5
[ci skip] create nightly packages and update changelog
2021-05-20 01:44:23 +00:00
netdatabot
2f130c01aa
[ci skip] release v1.31.0
v1.31.0
2021-05-19 11:36:47 +00:00
Austin S. Hemmelgarn
68ea461b29
[netdata minor release] v1.31.0
2021-05-19 07:21:59 -04:00
netdatabot
54914eb971
[ci skip] create nightly packages and update changelog
2021-05-18 01:42:32 +00:00
Emmanuel Vasilakis
de4a000acd
Add sections for class, component and type. ( #10984 )
...
* Add sections for class, component and type.
Add sections in the documentation for the new `class`, `component` and `type` attributes, that the PR https://github.com/netdata/netdata/pull/10961 adds to the stock alarms configuration files.
The documentation can be perhaps extended to provide information on how those attributes are used in the cloud.
* Update REFERENCE.md
Add a list of stock alarms class attributes.
* Add notes for default value Unknown
* Update REFERENCE.md
Fill more class descriptions (and change the name of the column).
* Update REFERENCE.md
Add collapsible class table.
* Update health/REFERENCE.md
Use dot
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud >
* Update health/REFERENCE.md
Spelling
Co-authored-by: Joel Hans <joel@netdata.cloud >
* Update health/REFERENCE.md
Spelling
Co-authored-by: Joel Hans <joel@netdata.cloud >
* Update health/REFERENCE.md
Grammar
Co-authored-by: Joel Hans <joel@netdata.cloud >
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud >
Co-authored-by: Joel Hans <joel@netdata.cloud >
2021-05-17 21:10:53 +03:00
Joel Hans
e75a06ce37
Init new files and create connections ( #11099 )
2021-05-17 07:47:30 -07:00
netdatabot
98c27ffbc5
[ci skip] create nightly packages and update changelog
2021-05-15 01:42:56 +00:00