Skip to content

Commit

Permalink
Merge pull request #23 from redBorder/development
Browse files Browse the repository at this point in the history
Release 0.0.10
  • Loading branch information
manegron authored Sep 4, 2024
2 parents 3c98ddb + add9769 commit 548360e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-rb-monitor CHANGELOG
===============

## 0.0.10

- Miguel Negrón
- [c827e71] Merge pull request #22 from redBorder/bugfix/18354_device_sensors_not_in_config

## 0.1.0

- Miguel Alvarez
Expand Down
2 changes: 1 addition & 1 deletion resources/libraries/update_sensor_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def update_sensor_config(resource)
device_nodes = resource['device_nodes']
manager_list = node['redborder']['managers_list']
begin
if device_nodes && !manager_list.length.empty?
if device_nodes && !manager_list.empty?
# Title of section
node.default['redborder']['monitor']['config']['sensors'].push('/* DEVICE SENSORS */')
manager_index = manager_list.find_index(resource['hostname'])
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
maintainer_email 'git@redborder.com'
license 'AGPL-3.0'
description 'Installs/Configures rb-monitor'
version '0.0.9'
version '0.0.10'

0 comments on commit 548360e

Please sign in to comment.