Skip to content

Instantly share code, notes, and snippets.

@silenius
Created September 4, 2017 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silenius/3730333fca678d21939680b1288333f3 to your computer and use it in GitHub Desktop.
Save silenius/3730333fca678d21939680b1288333f3 to your computer and use it in GitHub Desktop.
2017-09-02 19:37:58,653 [salt.pillar ][CRITICAL][90151] Rendering SLS 'awstats.logging' failed, render error:
mapping values are not allowed here; line 17
---
[...]
LogFile: |
bzgrep -E -e '^.*[[:space:]]"www\.xxx(y|eit|e)\.be"[[:space:]]$' /var/log/haproxy/http-access.log.0.bz2|grep -E -v -e '"(GET|POST) \/biodiversa'|awk -F 'haproxy\[[0-9]+\]: ' '{print $2}' |
SiteDomain: www.xxx.be
HostAliases: www.yyy.be www.zzz.be
afg.xxx.aq:
LogFile: bzgrep -E -e '^.*[[:space:]]"afg\.xxx\.aq"[[:space:]]$' /var/log/haproxy/http-access.log.0.bz2|awk -F 'haproxy[[0-9]+]: ' '{print $2}' | <======================
SiteDomain: afg.xxx.aq
atlas.xxx.aq:
LogFile: bzgrep -E -e '^.*[[:space:]]"atlas\.xxx\.aq"[[:space:]]$' /var/log/haproxy/http-access.log.0.bz2|awk -F 'haproxy[[0-9]+]: ' '{print $2}' |
SiteDomain: atlas.xxx.aq
bicoh.xxx.be:
[...]
---
2017-09-02 19:37:58,853 [salt.pillar ][CRITICAL][90151] Pillar render error: Rendering SLS 'awstats.logging' failed. Please see master log for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment