summaryrefslogtreecommitdiff
path: root/services/common.cf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--services/common.cf3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/common.cf b/services/common.cf
index de738a8..b4dfb2b 100644
--- a/services/common.cf
+++ b/services/common.cf
@@ -11,7 +11,8 @@ bundle agent common
classes => if_repaired("common_hosts_files_repaired");
reports:
any::
- "$(this.bundle): /etc/hosts repaired" ifvarclass => "common_hosts_files_repaired";
+ # This report is too verbose so it is muted (trigered on ip changes)
+ #"$(this.bundle): /etc/hosts repaired" ifvarclass => "common_hosts_files_repaired";
}
bundle agent home_skel(caller, user)