X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=elasticsearch%2Fmap.jinja;h=93b3f0756e6db1fab9a7f571ed129f125ff7fe3b;hp=781c01873bad701f19572ac8c20c7f5c9fbcfc3c;hb=2649b586a27b2bbc18ce9e515b5c474e47250cbb;hpb=7b6481c6d1a5eb080d7996786580d23b50c5cc95 diff --git a/elasticsearch/map.jinja b/elasticsearch/map.jinja index 781c018..93b3f07 100644 --- a/elasticsearch/map.jinja +++ b/elasticsearch/map.jinja @@ -7,16 +7,12 @@ Debian: - elasticsearch-curator - cron service: elasticsearch - version: '1.4.4' RedHat: pkgs: - elasticsearch curator_pkgs: - elasticsearch-curator service: elasticsearch - version: '1.4.4' -default: - version: 5 {%- endload %} {%- set server = salt['grains.filter_by'](base_defaults, merge=salt['pillar.get']('elasticsearch:server'), base='default') %} @@ -44,5 +40,7 @@ RedHat: 'default': { 'service_failed_warning_threshold_percent': 0.3, 'service_failed_critical_threshold_percent': 0.6, + 'service_disk_space_watermark_minor_threshold_percent': 0.6, + 'service_disk_space_watermark_major_threshold_percent': 0.75, }, }, grain='os_family', merge=salt['pillar.get']('elasticsearch:monitoring')) %}