Skip to content
Snippets Groups Projects
Commit 87dd7d06 authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Modifying the NHC check_fs_used $DF_FLAGS variable in sysconfig.

parent fd0db365
No related branches found
No related tags found
1 merge request!156Remove -a to make the check_fs_used work
......@@ -60,9 +60,3 @@
become: true
become_user: root
- name: modifying DF_FLAGS in lbnl_fs script
replace:
path: {{ nhc_dir }}/etc/nhc/scripts/lbnl_fs.nhc
regexp: 'DF_FLAGS="${DF_FLAGS:--Tka}"'
replace: 'DF_FLAGS="${DF_FLAGS:--Tk}"'
backup: yes
......@@ -8,5 +8,5 @@ CONFFILE="{{ nhc_dir }}/etc/nhc/{{ nhc_config_file }}"
NHC_EMAIL_TO="{{ nhc_emails }}"
NHC_EMAIL_SUBJECT="{{ nhc_email_subject }}"
NHC_LOOP_TIME="300"
DF_FLAGS="-Tk"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment