X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=elasticsearch%2Fmap.jinja;h=930a2f90bbe033828bee5f0425a0d057faf48b2d;hp=056beedf897f42bba55a9f6733de1a50621108f8;hb=b2a580859249834db1949c5654ec824ad408bdab;hpb=bbc88d9125101e83537ac5a0176a751a08af45f4 diff --git a/elasticsearch/map.jinja b/elasticsearch/map.jinja index 056beed..930a2f9 100644 --- a/elasticsearch/map.jinja +++ b/elasticsearch/map.jinja @@ -4,7 +4,7 @@ Debian: - elasticsearch - default-jre-headless curator_pkgs: - - python-elasticsearch-curator + - elasticsearch-curator - cron service: elasticsearch version: '1.4.4' @@ -12,7 +12,7 @@ RedHat: pkgs: - elasticsearch curator_pkgs: - - python-elasticsearch-curator + - elasticsearch-curator service: elasticsearch version: '1.4.4' default: @@ -44,5 +44,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')) %}