mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added rittal-cmc (LCP Plus) skip_values opperand 'not_in_array' returns an error in pre-commit but in principal it's running. Can someone help? 1) LibreNMS\Tests\YamlTest::testDiscoveryDefinitionSchema rittal-cmc.yaml does not validate. Violations: [modules.sensors.fanspeed.data[0].skip_values[0].value] Array value found, but an integer or a string is required [modules.sensors.temperature.data[0].skip_values[0].value] Array value found, but an integer or a string is required [modules.sensors.temperature.data[1].skip_values[0].value] Array value found, but an integer or a string is required [modules.sensors.temperature.data[2].skip_values[0].value] Array value found, but an integer or a string is required [modules.sensors.temperature.data[3].skip_values[0].value] Array value found, but an integer or a string is required * fix Scrutinizer Inspection * fix codeclimate * fix typo * Update discovery_schema.json To allow arrays in comparisons * Control structures * fix the pre-fix issues * Typo in copy/paste * Update rittal-cmc.json * Unit1,2,3,4 and new snmprec, json have not changed * Update rittal-cmc.json Correct JSON data * typo copy paste Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>