Scott Laird
Scott Laird
This adds support for several additional Beckhoff modules. - EL30x4 analog input modules. Tested with EL3064. - EL3403 power monitoring module. Tested with EL3403. - EM37xx pressure-monitoring module. Tested with...
This is really an upstream issue, but it makes it impossible to debug OSD issues under Docker. I'll figure out how to report it upstream when I have a chance....
`node_exporter` should include SAS PHY metrics on Linux, to help expose SAS cable and device problems. Linux natively tracks 4 different counters and one useful gauge in /sys: ``` $...
This adds support for several SAS classes from `/sys/class`: * `sas_host` * `sas_device` * `sas_end_device` * `sas_expander` * `sas_phy` * `sas_port` These are for issue #452, which is needed for...
Linux exports ~5 useful metrics per SAS PHY, which can be useful for debugging SAS performance problems and errors. I'm planning on adding support for this to node_exporter (see https://github.com/prometheus/node_exporter/issues/2386),...
This adds metrics for SAS (Serial-Attached SCSI) devices. Issue prometheus#2386
This makes hugo-algolia skip files over 1 MB. This fixes #29.
It looks like `hugo-algolia` tries to index all files, when it should probably ignore large non-text files. I added a few large video files to my site and now I...