Skip to content

Commit

Permalink
RHINENG-332 - don't use pmsocks in pcp config (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
upadhyeammit authored Sep 15, 2023
1 parent 5e468c7 commit e3f7f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-playbooks/ros_install_and_set_up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
lineinfile:
dest: /etc/pcp/pmlogger/control.d/local
regexp: ".*config.ros.*"
line: "LOCALHOSTNAME n y PCP_LOG_DIR/pmlogger/ros -r -T24h10m -c config.ros -v 100Mb"
line: "LOCALHOSTNAME n n PCP_LOG_DIR/pmlogger/ros -r -T24h10m -c config.ros -v 100Mb"
create: yes

- name: Create pcp configuration file for ROS
Expand Down

0 comments on commit e3f7f3c

Please sign in to comment.