Skip to content

Commit

Permalink
Merge pull request #99 from redBorder/bugfix/15930_fix_sfacctd_service
Browse files Browse the repository at this point in the history
added kafka hosts configuration to pmacct
  • Loading branch information
manegron authored Dec 21, 2023
2 parents 56c0078 + 281323d commit 2ab871c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@

pmacct_config "Configure pmacct" do
sensors node["redborder"]["sensors_info"]["flow-sensor"]
kafka_hosts node["redborder"]["managers_per_services"]["kafka"]
action (manager_services["pmacct"] ? [:add, :register] : [:remove, :deregister])
end

Expand Down

0 comments on commit 2ab871c

Please sign in to comment.