Skip to content

Commit

Permalink
Use group name from process_state_db itself instead of hard-coding
Browse files Browse the repository at this point in the history
Change-Id: I0be18a9ff62a4a91f3a234741be442689f573fad
Closes-Bug: #1710122
  • Loading branch information
Megh Bhatt committed Aug 12, 2017
1 parent 14c1596 commit a7d8d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodemgr/common/event_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ def event_tick_60(self):
if self.tick_count >= 10:
self.check_ntp_status()
if self.update_process_core_file_list():
self.send_process_state_db(['default'])
self.send_process_state_db([group])

process_mem_cpu_usage = self.get_group_processes_mem_cpu_usage(group)

Expand Down

0 comments on commit a7d8d5e

Please sign in to comment.