Advertisement
yudjinDegtyarev

Untitled

May 1st, 2023
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. [root@noc-node-redos ~]# /opt/goss_v0.3.11/goss -g /etc/goss/goss.d/clickhouse.yml validate --format documentation
  2. Error: could not unmarshal "file:\n /etc/clickhouse-server/config.xml:\n exists: true\n mode: \"0644\"\n owner: clickhouse\n group: clickhouse\n filetype: file\n contains: []\n /etc/clickhouse-server/noc.xml:\n exists: true\n mode: \"0644\"\n owner: clickhouse\n group: clickhouse\n filetype: file\n contains: []\n /etc/clickhouse-server/users.xml:\n exists: true\n mode: \"0640\"\n owner: clickhouse\n group: clickhouse\n filetype: file\n contains: []\n /var/lib/clickhouse:\n exists: true\n mode: \"0700\"\n owner: clickhouse\n group: clickhouse\n filetype: directory\n contains: []\npackage:\n installed: true\nservice:\n clickhouse-server:\n enabled: true\n running: true\nuser:\n clickhouse:\n exists: true\n groups:\n - users\n home: /home/clickhouse\n shell: /bin/false\ngroup:\n clickhouse:\n exists: true\nhttp:\n http://127.0.0.1:8123:\n status: 200\n allow-insecure: false\n no-follow-redirects: false\n timeout: 5000\n body:\n - Ok.\n" as YAML data: yaml: unmarshal errors:
  3. line 31: cannot unmarshal !!bool `true` into map[string]interface {}
  4. [root@noc-node-redos ~]#
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement