From 3341fdbfc4e626c6f1f35166bfba5de938f6ebdb Mon Sep 17 00:00:00 2001 From: Mattz0r Date: Sat, 3 Oct 2015 18:39:08 +0200 Subject: [PATCH 1/3] Fixed some spelling mistakes within Alerting.md --- AUTHORS.md | 1 + doc/Extensions/Alerting.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 6ff840e07..f2ce958c1 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -58,5 +58,6 @@ Contributors to LibreNMS: - Mark Nagel (ciscoqid) - Sławomir Paszkiewicz (paszczus) - Frederik Mogensen (mogensen) +- Matthew Scully Examples @@ -145,7 +145,7 @@ To include users that have `Global-Read` or `Administrator` permissions it is re ~ ```php $config['alert']['globals'] = true; //Include Global-Read into alert-contacts -$config['alert']['admins'] = true; //Include Adminstrators into alert-contacts +$config['alert']['admins'] = true; //Include Administrators into alert-contacts ``` ~~ @@ -374,7 +374,7 @@ $config['alert']['transports']['pushbullet'] = 'MYFANCYACCESSTOKEN'; # Entities -Entities as described earlier are based on the table and column names within the database, if you are ensure of what the entity is you want then have a browse around inside MySQL using `show tables` and `desc `. +Entities as described earlier are based on the table and column names within the database, if you are unsure of what the entity is you want then have a browse around inside MySQL using `show tables` and `desc `. ## Devices From 9d866618c5a0e3dae0a506eec357c3c176f52d3c Mon Sep 17 00:00:00 2001 From: Mattz0r Date: Sat, 3 Oct 2015 18:49:19 +0200 Subject: [PATCH 2/3] I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. --- AUTHORS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index f2ce958c1..6ff840e07 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -58,6 +58,5 @@ Contributors to LibreNMS: - Mark Nagel (ciscoqid) - Sławomir Paszkiewicz (paszczus) - Frederik Mogensen (mogensen) -- Matthew Scully Date: Sat, 3 Oct 2015 18:50:07 +0200 Subject: [PATCH 3/3] I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index 6ff840e07..6fbea29d3 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -58,5 +58,6 @@ Contributors to LibreNMS: - Mark Nagel (ciscoqid) - Sławomir Paszkiewicz (paszczus) - Frederik Mogensen (mogensen) +- Matthew Scully (mattz0r) [1]: http://observium.org/ "Observium web site"