summaryrefslogtreecommitdiffstats
path: root/collectors
AgeCommit message (Collapse)Author
2020-12-14New ebpf charts (#10360)thiagoftsm
Bring new charts for `ebpf.plugin` and `apps.plugin`
2020-12-14update alarms collector readme image to use one from the related netdata PR ↵Andrew Maguire
(#10348) * update readme image to use one from the related netdata PR update readme image to use one from the related netdata PR as opposed to coming from a private repo. * Update collectors/python.d.plugin/alarms/README.md Co-authored-by: Joel Hans <joel@netdata.cloud> Co-authored-by: Joel Hans <joel@netdata.cloud>
2020-12-14Kubernetes labels (#10107)Ilya Mashchenko
Co-authored-by: Markos Fountoulakis <markos.fountoulakis.senior@gmail.com> Co-authored-by: Vladimir Kobal <vlad@prokk.net>
2020-12-14python.d/alarms: fix sending chart definition on every data collection (#10378)Ilya Mashchenko
2020-12-12python.d/alarms: add alarms obsoletion and disable by default (#10375)Ilya Mashchenko
2020-12-11add two more insignificant warnings to suppress in anomalies collector (#10369)Andrew Maguire
Following some discussion here: https://community.netdata.cloud/t/collector-anomalies-error-on-loading-source/581/11 The underlying python libraries, mainly numpy and sklearn can sometimes generate warnings for numerous, typically transient reasons relating to some quirk of the underlying data. For the purpose of the anomalies collector they don't really matter as worst case you would end up with the predict step failing and your predictions just becoming a constant values of last successful prediction and charts would just become flat lines making it obvious something is wrong. So warnings like this are expected to pop up every now and then from individual charts/models. For the most common and harmless ones we explicitly suppress them in the collector code itself so as to avoid risk of excessive logging of them to logs. This change just add's two more warning message filters.
2020-12-11Added number of allocated/stored objects within each Varnish storage (#10329)Ernesto J. Perez Garcia
2020-12-08Add guide: Monitor any process in real-time with Netdata (#10338)Joel Hans
* Init process guide * Continue work on process guide * Finish initial draft * Tweak eBPF guide * Fixes for Amy
2020-12-04Add new collectors to list (#10310)Joel Hans
2020-12-04eBPF synchronization (#10299)thiagoftsm
Co-authored-by: Joel Hans <joel.g.hans@gmail.com>
2020-12-04Added support for MSE (Massive Storage Engine) in Varnish-Plus (#10317)Ernesto J. Perez Garcia
2020-12-03File descr alarm v01 (#10192)Fotis Voutsas
2020-12-03python.d/nvidia_smi: fix gpu data filtering (#10312)Ilya Mashchenko
2020-12-02Anomalies collector (#10060)Andrew Maguire
ML based anomaly detection python collector built on top of PyOD.
2020-12-01Add optional info on how to also add some default alarms as part of ↵Andrew Maguire
submitting a collector. (#10302) Adding an optional bullet point for how/where to also add any default alarm configurations for a new collector if you wish.
2020-12-01HAProxy spelling correction (#10300)Alan Haynes
Spelling
2020-11-30python.d: always create a runtime chart on `create` call (#10296)Ilya Mashchenko
2020-11-30Alarms collector (#10042)Andrew Maguire
Adding a simple python based Alarms collector to read from active alarms via /api/v1/alarms and add any active warning alarms to the alarms chart as per a status_map that maps alarm states to integers.
2020-11-24Migrate metadata log to SQLite (#10139)Stelios Fragkakis
2020-11-23python.d/nvidia_smi: use `pwd` lib to get username if not inside a container ↵Ilya Mashchenko
(#10268)
2020-11-19Add kernel to black list (#10262)thiagoftsm
2020-11-19Docs: Point users to proper configure doc (#10254)Joel Hans
* Point users to proper configure doc * Remove extra text
2020-11-13New ebpf release (#10202)thiagoftsm
Update ebpf version
2020-11-10Add allocated space metrics to oracledb charts (#10197)Jürgen Haas
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2020-11-10collectors/xenstat.plugin: recieved => received (#10224)Ilya Mashchenko
2020-11-07Make libnetdata headers compilable by C++. (#10185)Tomáš Kopal
2020-11-06Move shared memory accounting from "cached" to "used" dimension (#10183)Markos Fountoulakis
* Move shared memory accounting from "cached" to "used" dimension Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2020-11-04fix: make comma optional when parsing ipsec trafficstatus (#10190)Ashley Wulber
\{0,1\} is used instead of ? because standard sed doesn't support "?" https://stackoverflow.com/questions/6156259/sed-expression-doesnt-allow-optional-grouped-string
2020-11-03Fix an infinite loop in the statsd plugin (#10180)Vladimir Kobal
2020-10-28ebpf memory cleanup (#10096)thiagoftsm
Fix memory cleanup when process exit.
2020-10-22Fix platform dependent printf format (#10120)Adrien Mahieux
2020-10-20Update supported collectors list with new collectors (#10102)Joel Hans
* Update collectors list * Update collectors/COLLECTORS.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * Update COLLECTORS.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2020-10-20Wireless statistics (#10052)thiagoftsm
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Joel Hans <joel.g.hans@gmail.com> Co-authored-by: ladakis <vaggosbboy@gmail.com>
2020-10-20nvidia_smi: Not count users with zero memory allocated (#10098)Guido
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2020-10-20Add support for HBA drives in hpssa.chart.py (#10093)martinpal
2020-10-20collectors/cgroups: fix resolving container names in k8s (#10072)Ilya Mashchenko
2020-10-20collectors/cgroups: filter pod level cgroups (#10095)Ilya Mashchenko
2020-10-20Add per queue charts in rabbitmq.chart.py (#10064)zarak
2020-10-14Update README.md (#10067)Andrew Maguire
Adding a paragraph about how to develop a collector 'locally' and then run it in debug mode against an already running Netdata without having to re-install Netdata each time you want to test a change. This could be useful to people looking to develop a collector the first time and was not clear to me until @ilyam8 pointed it out. So might save some others a bit of time and frustration and lower barriers to building a Python collector for newbies like myself :)
2020-10-09small docs update - adding note about using `nolock` when debugging (#10036)Andrew Maguire
Co-authored-by: Joel Hans <joel@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2020-10-07python.d/rabbitmq: Add chart for churn rates (#10031)Chad Knutson
2020-09-30fix file descriptor leak (#10013)Adrien Mahieux
2020-09-22Quick fix to eBPF-apps setting (#9967)Joel Hans
2020-09-10Update supported collectors doc to organize by type (#9513)Joel Hans
* Beginning work on grouping by type * Add and link all collectors * Moving lots of descriptions * More work adding descriptions * Finish adding descriptions * Fix eBPF links * Fix eBPF link again * Add Squid logs * Add Prometheus collector * Fix typo and rewrite paragraph
2020-09-02python.d/dnsdist: fix latency-avg chart units (#9871)scottymuse
2020-09-01collect active processes limit feature v2 (#9843)Fotis Voutsas
* Add VARIABLE of pid_max to active_processes chart to use on alarms * use function for pid_max and use a single alarm * fix in alarm
2020-09-01python.d/openldap: fix tls over ldap (#9853)Guido
2020-08-27Change a log level in cgroup-network helper (#9836)Vladimir Kobal
2020-08-19Remove ebpf debug messages (#9754)thiagoftsm
Remove messages used to develop plugin.
2020-08-19Docs: Add daemon config to health section and standardize IP references (#8837)Joel Hans
* Fix Chris' bug and cleanup * Fixes for Thiago * Fixes for Thiago * Rephrase the health files bullets * Fix in quickstart for Thiago * Fix path * Fix broken link