0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-23 00:39:58 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Vladimir Kobal
4b1126f13a
Fix mdstat disks chart ()
* Fix mdstat disks chart

* Fix ommited total
2019-06-04 10:28:58 +03:00
Vladimir Kobal
989604bada
Make units compliant with IEC standard ()
* Change GB to GiB

* Change MB to MiB in apps.plugin

* Change MB to MiB in cgroups.plugin

* Change MB to MiB in freebsd.plugin and macos.plugin

* Change MB to MiB in proc.plugin

* Change KB to KiB

* Change kB to KiB for divisor 1024

* Fix units for memory.failcnt

* Fix other units

* Change CPU time percentage

* Change kilobytes to KiB in apps.plugin

* Small fixes
2018-12-17 13:20:51 +02:00
Vladimir Kobal
493b0dd36c Fix crash in mdstat module () 2018-12-14 17:34:25 -08:00
Vladimir Kobal
f810850c6b
Add support for nonredundant arrays ()
* Add support for nonredundant arrays

* Change charts representation and add an alarm

* Minor cleanup for chart priorities

* Add configuration options

* Make charts obsolete when raid diappears

* Fix small bugs, add config option for making charts obsolete

* Fix mdstat parsing
2018-12-13 19:12:12 +02:00
Vladimir Kobal
1293348797 Fix mdstat parsing () 2018-12-12 17:27:23 +01:00
Vladimir Kobal
522ac6a532
Move mdstat python module to proc plugin ()
* Add mdstat health chart

* Add disks configuration charts

* Add operation data collection

* Add operation charts

* Fix data types

* Add mismatch_cnt charts

* Handle raid renaming properly, major cleanup

* Add modification time checks for mismatch_cnt files

* Disable python module, minor cleanup

* Add mdstat section to the proc plugin documentation

* Remove modification time checks

* Fix update conditions

* Move mismatch_cnt config option

* Minor documentation fix
2018-12-05 11:46:24 +02:00