JasonRivers / Docker-Nagios

Docker image for Nagios
MIT License
232 stars 254 forks source link

Issue folders #92

Open kanenses opened 5 years ago

kanenses commented 5 years ago

Hi,

every time I uncomment, eg, #cfg_dir=/opt/nagios/etc/servers, and add my cfg here, nagios pid stop working.

Any help please? :-)

kanenses commented 5 years ago

Add, I have deploy a new test VM, add getting:

Error: Could not open CGI config file '/opt/nagios/etc/cgi.cfg' for reading!

Deploy using docker compose and traefik.

  nagios:
    container_name: nagios
    image: jasonrivers/nagios:latest
    restart: always
    networks:
      - web
    environment:
      - TZ=${TZ}
    volumes:
      - ${USERDIR}/nagios/etc:/opt/nagios/etc
      - ${USERDIR}/nagios/var:/opt/nagios/var
      - ${USERDIR}/nagios/plugins:/opt/Custom-Nagios-Plugins
      - ${USERDIR}/nagios/nagiosgraph-etc:/opt/nagiosgraph/var
      - ${USERDIR}/nagios/nagiosgraph-var:/opt/nagiosgraph/etc
      - ${USERDIR}/nagios/etc/hosts:/opt/nagios/etc/hosts
    labels:
      - "traefik.enable=true"
      - "traefik.backend=nagios"
      - "traefik.frontend.rule=PathPrefixStrip: /nagios"
      - "traefik.port=80"
      - "traefik.docker.network=web"
      - "traefik.frontend.headers.SSLRedirect=true"

The deploy not adding files at user directory.