summaryrefslogtreecommitdiffstats
path: root/health/Makefile.am
AgeCommit message (Collapse)Author
2023-10-18remove charts.d/nut (#16230)Ilya Mashchenko
2023-09-27health: add upsd alerts (#16036)Ilya Mashchenko
2023-07-18monitor applications file descriptor limits (#15417)Costa Tsaousis
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2023-06-07freeipmi: add availability status chart and alarm (#15151)Ilya Mashchenko
2023-04-18bump go.d.plugin to v0.52.1 (#14921)Ilya Mashchenko
2023-02-20bump go.d to v0.51.0 (#14572)Ilya Mashchenko
2023-01-06Add few alarms for elasticsearch (#14197)Ilya Mashchenko
Fixes https://github.com/netdata/netdata/issues/14184
2022-12-23add alarms and dashboard info for Consul (#14163)Ilya Mashchenko
2022-12-09remove deprecated fping.plugin in accordance with v1.37.0 deprecation notice ↵Ilya Mashchenko
(#14073)
2022-11-07bump go.d.plugin to v0.43.0 (#13954)Ilya Mashchenko
2022-10-31add ping dashboard info and alarms (#13916)Ilya Mashchenko
Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud>
2022-09-02add Postgres total connection utilization alarm (#13620)Ilya Mashchenko
2022-06-21Add ml alerts examples (#13173)Andrew Maguire
* add ml alarm examples * Update Makefile.am * add hyperlinks and node level AR example
2022-03-15Remove backends subsystem (#12146)Vladimir Kobal
2022-03-02feat(health): add charts.d/nut alarms (#12285)Ilya Mashchenko
2022-02-22remove deprecated node.d modules (#12047)Ilya Mashchenko
2021-08-09minor - remove trailing whitespace (#11407)Timotej S
2021-07-19add geth default config (#11341)Odysseas Lamtzidis
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-07-01health: remove pythond modules specific last_collected alarms (#11307)Ilya Mashchenko
2021-05-24health: add system clock synchronization state alarm (#11177)Ilya Mashchenko
* health: add system clock synchronization state alarm
2021-05-24health: add python.d/go.d jobs last_collected_secs alarms (#11168)Ilya Mashchenko
2021-04-14health: add systemdunits alarms (#10906)Ilya Mashchenko
2021-04-14health: add synchronization.conf to the Makefile (#10907)Ilya Mashchenko
2021-03-09health: make alarms less sensitive (#10688)Ilya Mashchenko
2020-12-03File descr alarm v01 (#10192)Fotis Voutsas
2020-12-02Anomalies collector (#10060)Andrew Maguire
ML based anomaly detection python collector built on top of PyOD.
2020-05-26New alarms (exporting and Backend) (#9075)thiagoftsm
New alarms for exporting and backend.
2020-04-20added whoisquery health templates (#8700)Yashar Nesabian
Update Makefile.am to add whoisquery.conf
2020-03-19health: add dns_query module alarm (#8434)Ilya Mashchenko
2020-03-11new version of godplugin and pulsar alarms, dashboard info (#8364)Ilya Mashchenko
bump godplugin to v0.17.0 and add pulsar alarms, dashboard_info
2020-03-02vernemq alarms, dashboard info and godplugin new version (#8236)Ilya Mashchenko
* web/gui: add vernemq to the dashboard_info.js * health: add vernemq alarms and update Makefile.am * health: vernemq alarms info fix * health: vernemq alarms info fix * health: fix vernemq_socket_errors template * packaging: bump godplugin version to v0.16.0 * packaging:update godplugin checksums * docs: add vernemq to the COLLECTORS.md
2020-01-31installer: include go.d.plugin version v0.15.0 (#7882)Ilya Mashchenko
* /web/giu/dashboard_info.js: add cockroachdb info * /web/giu/dashboard_info.js: lgtm fix * /health/health.d/: add cockroachdb.conf
2020-01-25Remove all refernces to .keep files (#7829)James Mills
2019-12-04installer: include go.d.plugin version v0.12.0 (#7418)Ilya Mashchenko
* add unbound basic alarms * add scaleio basic alarms * update health Makefile.am * add scaleio to dashboard_info.js * packaging: set go.d.plugin version to 0.12.0 * packaging: update go.d.plugin checksums
2019-11-11Ownership and permissions of /etc/netdata (#7244)Konstantinos Natsakis
* make install takes care of ownership and permissions of /etc/netdata Instead of netdata-installer.sh * Fix identation in Makefile.am files * netdata-installer.sh: Clearer variable assignment * netdata-installer.sh: Set /etc/netdata/netdata.conf ownership to root:root and permissions to 0644 * netdata-installer.sh: Set /etc/netdata/.environment permissions to 0644 * install-or-update.sh: Set permissions for /opt/netdata/etc/netdata.conf to 0644 * install-or-update.sh: Use ${NETDATA_PREFIX} more * install-or-update.sh: Improve indentation * install-or-update.sh: Do not create /opt/netdata/etc/netdata directories * debian/rules: /etc/netdata files and directories are now installed by make install * debian/rules: Properly copy files across directories When destination directory exists * netdata.spec.in: /etc/netdata ownership and permissions * Revert "Fix identation in Makefile.am files" This reverts commit 63fdb299b69152fda6984f81b0fef02f364c5efe. * Remove uninstall-local recipes from Makefile.am files * Removed superfluous whitespace and hash
2019-11-11Makefile.am files indentation (#7252)Konstantinos Natsakis
* Use 4 spaces for indentation of non-recipe lines in Makefile.am files * Be more consistent in the use of space before = in Makefile.am files
2019-10-22add support for am2320 sensor (#7024)Tom Buck
* add support for am2320 sensor add support for am2320 temperature and humidity sensor * Rename readme.md to README.md * updated README.md to include proper sections updated README.md to include proper sections * readme updated and file name corrected readme updated with missing formatting and information. AM2320.chart.py filename corrected. * changed simple service import chnaged simple service import location * updated README.md to remove the reference of moving the script file. * requested changes - Moved header from README.md to am2320.chart.py - Added Alarm for am2320 to health.d - Changed exception to value error in am2320.chart.py * typo changed mae to make in comment * Add title and icon for AM2320 Sensor Add title and icon for AM2320 Sensor * typo corrected changed Save to save * added I2C group to installer Added netdata to the I2C group during install or update. Removed instruction to add netdate to I2C group from README.md * change tab to spaces change tab to spaces
2019-09-25zookeeper and hdfs: alarms and dashboard_info (#6927)Ilya Mashchenko
* add zookeeper alarms * add zookeeper to dashboard_info * zookeeper alarm fix * add hdfs alarms * add hfds to dashboard_info * minor * fix hdfs zk links: use latest version * hdfs dashboard_info: change semicolon to comma
2019-09-17vcsa collector: charts description and alarms (#6772)Ilya Mashchenko
* add vcsa to dashboard_info.js * add vcsa alarms * update dashboard_info.js * update dashboard_info.js * update alarms * availability alarm fix
2019-09-17Gearman plugin for Netdata (#6567)Kyle Agronick
Added Gearman plugin and alarms
2019-08-12vsphere collector: charts descritpion and alarms (#6572)Ilya Mashchenko
* add vsphere to the dashboard_info.js * swap charts desc fix * add some useful links to the mem charts desc * add vsphere alarms * only specific charts are memory charts * fix alarms * minor * minor
2019-06-24pihole collector: add alarms (#6320)Ilya Mashchenko
* add pihole alarms
2019-06-24dnsmasq_dhcp: dhcp-range utilization alarm (#6319)Ilya Mashchenko
2019-06-21Handle file descriptors running out (#6303)Markos Fountoulakis
* Handle file descriptors running out * Added alarm for dbengine FS and I/O errors * more verbose alarm message * * Added File-Descriptor budget to Database Engine instances. * Changed FD budget of the web server from 50% to 25%. * Allocated 25% of FDs to dbengine. * Created a new dbengine global FD utilization chart.
2019-06-18Add a riak plugin (#6286)Johannes Christ
* Add a Riak plugin.
2019-05-27Active pid number alert (#6116)Adam Pardyl
2019-05-23wmi alarms (#6068)Ilya Mashchenko
2019-04-23Add ioping plugin (#5725)Vladimir Kobal
* Add ioping plugin * Update the documentation and comments * Finalize installation of ioping * Fix find_processors variable * Fix static build * Move ioping to libexec directory * Move ioping to plugins.d directory * Fix file existence check
2019-04-11phpfpm collector: add last_collected_secs health check (#5836)Ilya Mashchenko
##### Summary Fixes: #5820 ssia ##### Component Name [/collectors/python.d.plugin/phpfpm ](https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin/phpfpm) [/health/health.d](https://github.com/netdata/netdata/tree/master/health/health.d) ##### Additional Information
2019-03-29add some kubelet alarms (#5724)Ilya Mashchenko
##### Summary Add some alarms for kubelet module from #5720 ##### Component Name [/health/health.d](https://github.com/netdata/netdata/tree/master/health/health.d)