Giter VIP home page Giter VIP logo

ansible-check_mk's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently mainly working on Bash Scripts and ansible playbooks. Take a look at my repositories ๐Ÿ˜‰
  • ๐ŸŒฑ Iโ€™m currently learning Kubernetes and DevOps
  • ๐Ÿ“„ Check out my website at https://www.geekbundle.org

ansible-check_mk's People

Contributors

madic- avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

ansible-check_mk's Issues

Installation of influxdb failed on Ubuntu 20.04.2 LTS missing permissions on influxd-systemd-start.sh

Hi Michael, today I tried your Ansible playbook and the influxdb install task, more precisely the Influxdb package for Ubuntu, creates the shellscript /usr/lib/influxdb/scripts/influxd-systemd-start.sh that is executed on influxdb startup. But it lacks of the execution permission flag. My workaround was to correct the permissions in tasks/install_04_influxdb.yml before flush_handlers:

- name: InfluxDB | Workaround for Startscript
  file: dest=/usr/lib/influxdb/scripts/influxd-systemd-start.sh mode=a+x
  ignore_errors: yes

Afterwards I found the upstream bug report: https://community.influxdata.com/t/influxdb-1-8-7-will-not-start/20965

One additional thing:
As soon as I fixed this step, I run into the next problem with the missing user for the mod-gearman-module and I found your out-commended code. With this enabled, everything runs through.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.