From 2f1151045f0d134532245d4806b109604864db37 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 5 May 2015 22:51:04 +0100 Subject: [PATCH 1/2] Added reminder about whitespace outside of in config.php --- doc/Installation/Installation-(Debian-Ubuntu).md | 2 ++ doc/Installation/Installation-(RHEL-CentOS).md | 2 ++ doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/doc/Installation/Installation-(Debian-Ubuntu).md b/doc/Installation/Installation-(Debian-Ubuntu).md index e7a56447c..45dd02778 100644 --- a/doc/Installation/Installation-(Debian-Ubuntu).md +++ b/doc/Installation/Installation-(Debian-Ubuntu).md @@ -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 `` blocks. Your graphs will break otherwise. ** + ### Initialise the database ### Initiate the follow database with the following command: diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-(RHEL-CentOS).md index e7b3d4998..9d9575089 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-(RHEL-CentOS).md @@ -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 `` blocks. Your graphs will break otherwise. ** + ### Initialise the database ### Initiate the follow database with the following command: diff --git a/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md b/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md index 3d95a539a..c844878dd 100644 --- a/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md +++ b/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md @@ -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 `` blocks. Your graphs will break otherwise. ** + ### Initialise the database ### Initiate the follow database with the following command: From e4405dbbe3ed0db57789fb37c66c5394388be563 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 5 May 2015 22:58:58 +0100 Subject: [PATCH 2/2] Added missing ? character --- doc/Installation/Installation-(Debian-Ubuntu).md | 2 +- doc/Installation/Installation-(RHEL-CentOS).md | 2 +- doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Installation/Installation-(Debian-Ubuntu).md b/doc/Installation/Installation-(Debian-Ubuntu).md index 45dd02778..eecd4c295 100644 --- a/doc/Installation/Installation-(Debian-Ubuntu).md +++ b/doc/Installation/Installation-(Debian-Ubuntu).md @@ -134,7 +134,7 @@ 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 `` blocks. Your graphs will break otherwise. ** +** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `` blocks. Your graphs will break otherwise. ** ### Initialise the database ### diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-(RHEL-CentOS).md index 9d9575089..a2e093fcf 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-(RHEL-CentOS).md @@ -143,7 +143,7 @@ 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 `` blocks. Your graphs will break otherwise. ** +** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `` blocks. Your graphs will break otherwise. ** ### Initialise the database ### diff --git a/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md b/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md index c844878dd..0e14d7230 100644 --- a/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md +++ b/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md @@ -58,7 +58,7 @@ 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 `` blocks. Your graphs will break otherwise. ** +** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `` blocks. Your graphs will break otherwise. ** ### Initialise the database ###