Added reminder about whitespace outside of <?php?> in config.php

This commit is contained in:
laf 2015-05-05 22:51:04 +01:00
parent 5f2ccb9507
commit 2f1151045f
3 changed files with 6 additions and 0 deletions

View File

@ -134,6 +134,8 @@ Change the values to the right of the equal sign for lines beginning with `$conf
Change the value of `$config['snmp']['community']` from `public` to whatever your read-only SNMP community is. If you have multiple communities, set it to the most common.
** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `<?php>` blocks. Your graphs will break otherwise. **
### Initialise the database ###
Initiate the follow database with the following command:

View File

@ -143,6 +143,8 @@ Add the following line to the end of `config.php`:
$config['fping'] = "/usr/sbin/fping";
** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `<?php>` blocks. Your graphs will break otherwise. **
### Initialise the database ###
Initiate the follow database with the following command:

View File

@ -58,6 +58,8 @@ Change the values to the right of the equal sign for lines beginning with `$conf
Change the value of `$config['snmp']['community']` from `public` to whatever your read-only SNMP community is. If you have multiple communities, set it to the most common.
** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `<?php>` blocks. Your graphs will break otherwise. **
### Initialise the database ###
Initiate the follow database with the following command: