Skip to content

Commit

Permalink
Merge pull request #27 from redBorder/development
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
manegron authored Dec 13, 2024
2 parents 01faced + 9e8d01c commit 43f4f3f
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.2.0

- Miguel Negrón
- [8a15ff7] Update defautl community string

## 0.1.1

- Miguel Negrón
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.1.1'
version '0.2.0'
2 changes: 1 addition & 1 deletion resources/resources/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
attribute :kafka_topic, kind_of: String, default: 'rb_monitor'
attribute :name, kind_of: String, default: 'localhost'
attribute :hostip, kind_of: String, default: '127.0.0.1'
attribute :community, kind_of: String, default: 'redborder'
attribute :community, kind_of: String, default: 'redBorder'
attribute :log_level, kind_of: Integer, default: 3
attribute :device_nodes, kind_of: Array, default: []
attribute :flow_nodes, kind_of: Array, default: []
Expand Down

0 comments on commit 43f4f3f

Please sign in to comment.