summaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)Author
2021-07-16[ci skip] create nightly packages and update changelognetdatabot
2021-07-15[ci skip] create nightly packages and update changelognetdatabot
2021-07-14[ci skip] create nightly packages and update changelognetdatabot
2021-07-13Auto-detect PGID in Dockerfile's ENTRYPOINT script (#11274)Odysseas Lamtzidis
* initial commit for balena, docker * chage else if to elif
2021-07-13[ci skip] create nightly packages and update changelognetdatabot
2021-07-10[ci skip] create nightly packages and update changelognetdatabot
2021-07-09[ci skip] create nightly packages and update changelognetdatabot
2021-07-08eBPF NFS monitoring (#11313)thiagoftsm
Add new filesystem monitoring.
2021-07-08Fix tiny issues in docs (#11320)Uman Shahzad
* memcached makes more sense under "data store". * will allowed -> will be allowed * use markdown bold format. * include/ is not inside lib/ for libwebsockets.
2021-07-08[ci skip] create nightly packages and update changelognetdatabot
2021-07-03[ci skip] create nightly packages and update changelognetdatabot
2021-07-02Ebpf disk latency (#11276)thiagoftsm
Add disk monitoring independent of filesystem.
2021-07-02[ci skip] create nightly packages and update changelognetdatabot
2021-07-01[ci skip] create nightly packages and update changelognetdatabot
2021-06-30[ci skip] create nightly packages and update changelognetdatabot
2021-06-29[ci skip] create nightly packages and update changelognetdatabot
2021-06-26[ci skip] create nightly packages and update changelognetdatabot
2021-06-24[ci skip] create nightly packages and update changelognetdatabot
2021-06-23[ci skip] create nightly packages and update changelognetdatabot
2021-06-22Add openSUSE 15.3 package builds. (#11259)Austin S. Hemmelgarn
* Add openSUSE 15.3 package builds. * Fix dependencies for OpenSUSE package build test.
2021-06-19[ci skip] create nightly packages and update changelognetdatabot
2021-06-18Explicitly update libarchive on CentOS 8 when installing dependencies. (#11264)Austin S. Hemmelgarn
Otherwise, cmake will fail.
2021-06-18fix kickstart-static64.sh install script fail when trying to access ↵Ilya Mashchenko
`.install-type` before it is created (#11262) * packaging: fix crash when trying to access .install-type * fix checksums * use -f * update checksum
2021-06-18Ebpf apps memory usage (#11256)thiagoftsm
2021-06-18Fix libjudy installation on CentOS 8. (#11248)Austin S. Hemmelgarn
2021-06-18[ci skip] create nightly packages and update changelognetdatabot
2021-06-17[ci skip] create nightly packages and update changelognetdatabot
2021-06-16[ci skip] create nightly packages and update changelognetdatabot
2021-06-15Disable telemetry in CI. (#11233)Austin S. Hemmelgarn
It skews our data in (probably) strange ways.
2021-06-15[ci skip] create nightly packages and update changelognetdatabot
2021-06-14Adds xfs filesystem monitoring to eBPF (#11238)thiagoftsm
2021-06-12[ci skip] create nightly packages and update changelognetdatabot
2021-06-11packaging: update go.d.plugin version to v0.29.0 (#11239)Ilya Mashchenko
2021-06-11[ci skip] create nightly packages and update changelognetdatabot
2021-06-10Ebpf arrays (#11230)thiagoftsm
Update our code to read the modified table.
2021-06-10[ci skip] create nightly packages and update changelognetdatabot
2021-06-09[ci skip] create nightly packages and update changelognetdatabot
2021-06-08eBPF ext4 (new thread for collector) (#11224)thiagoftsm
* ebpf_ext4: Add new thread * ebpf_ext4: Add configuration files * ebpf_ext4: Add helpers to identify partitions and main threads * ebpf_ext4: Add helpers to create chart * ebpf_ext4: Add functions to read data from kernel ring * ebpf_ext4: Add functions to send data to Netdata * ebpf_ext4: Adjust dimensions * ebpf_ext4: Add information for dashboard * ebpf_ext4: Update documentation * ebpf_ext4: Update algorithm to read Array table instead hash table * ebpf_ext4: Add new eBPF version * ebpf_ext4: Add obsolete chart * ebpf_ext4: Fix coverity report * ebpf_ext4: Fix grammar in readme.md * ebpf_ext4: Update link inside dashboard_info.js * ebpf_ext4: Rename function and remove unused options inside filesystem.conf * ebpf_ext4: Rename variables and fix format * ebpf_ext4: Rename more variables * ebpf_ext4: Update algorithm to create dimensions * ebpf_ext4: Fix comment grammar * ebpf_ext4: Add messages to simplify comparison with hash table * ebpf_ext4: Update eBPF release * ebpf_ext4: Remove variables to improve the buckets * ebpf_ext4: Update algorithm to select filesystem * ebpf_ext4: Remove messages * ebpf_ext4: Add comment to filesystem
2021-06-04[ci skip] create nightly packages and update changelognetdatabot
2021-06-02[ci skip] create nightly packages and update changelognetdatabot
2021-06-01[ci skip] create nightly packages and update changelognetdatabot
2021-05-29[ci skip] create nightly packages and update changelognetdatabot
2021-05-28VFS new thread (#11187)thiagoftsm
Split process thread in two different threads.
2021-05-28fix `install_type` detection during update (#11199)Ilya Mashchenko
2021-05-28[ci skip] create nightly packages and update changelognetdatabot
2021-05-26[ci skip] create nightly packages and update changelognetdatabot
2021-05-25[ci skip] create nightly packages and update changelognetdatabot
2021-05-24Update news in main README for latest release (#11165)Joel Hans
* Update news for latest release * Remove image
2021-05-24Ebpf swap (#11090)thiagoftsm
Add new thread to ebpf.plugin.
2021-05-24Store info about the installation type for later retrieval. (#11157)Austin S. Hemmelgarn
* 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.