Skip to content

Commit

Permalink
Merge pull request #11 from redBorder/development
Browse files Browse the repository at this point in the history
Release 0.1.4
  • Loading branch information
malvads authored May 29, 2024
2 parents d1bba61 + 7612fac commit cdc0417
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ build-iPhoneSimulator/
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
# .rubocop-https?--*
Gemfile.lock

#DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
Binary file removed resources/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/scripts/rb_check_cgroups.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def self.hostname
end

def self.memory_services
`knife node show #{hostname} -l -F json | jq '.default.redborder.memory_services | keys[]'`.chomp.lines
`knife node show #{hostname} -c /root/.chef/knife.rb -l -F json | jq '.default.redborder.memory_services | keys[]'`.chomp.lines
end

def self.active_memory_services
Expand Down

0 comments on commit cdc0417

Please sign in to comment.