opinkerfi / adagios

Adagios - Web Based Nagios Configuration
GNU Affero General Public License v3.0
330 stars 75 forks source link

Wiki: Error in documentation #624

Closed dsgwork closed 7 years ago

dsgwork commented 7 years ago

Adding an issue for this since it doesn't seem possible to create a pull request for GitHub wiki pages.

On this page: https://github.com/opinkerfi/adagios/wiki/Naemon-and-Adagios-Install-Guide

There is an error on this line: echo 'ALLOWED_HOSTS = ['*']' >> /etc/adagios/adagios.conf

The inner single quotes need to be escaped with an extra \.

gardart commented 7 years ago

Thanks @dsgwork Should work now