mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Fixed some spelling mistakes within Alerting.md
This commit is contained in:
@@ -58,5 +58,6 @@ Contributors to LibreNMS:
|
|||||||
- Mark Nagel <mnagel@willingminds.com> (ciscoqid)
|
- Mark Nagel <mnagel@willingminds.com> (ciscoqid)
|
||||||
- Sławomir Paszkiewicz <paszczus@pld-linux.org> (paszczus)
|
- Sławomir Paszkiewicz <paszczus@pld-linux.org> (paszczus)
|
||||||
- Frederik Mogensen <frederik@server-1.dk> (mogensen)
|
- Frederik Mogensen <frederik@server-1.dk> (mogensen)
|
||||||
|
- Matthew Scully <matt@mattz0r.me.uk (mattz0r)
|
||||||
|
|
||||||
[1]: http://observium.org/ "Observium web site"
|
[1]: http://observium.org/ "Observium web site"
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ __Conditions__ can be any of:
|
|||||||
__Values__ can be Entities or any single-quoted data.
|
__Values__ can be Entities or any single-quoted data.
|
||||||
__Glues__ can be either `&&` for `AND` or `||` for `OR`.
|
__Glues__ can be either `&&` for `AND` or `||` for `OR`.
|
||||||
|
|
||||||
__Note__: The difference between `Equals` and `Matches` (and it's negation) is that `Equals` does a strict comparison and `Matches` allows the usage of RegExp.
|
__Note__: The difference between `Equals` and `Matches` (and its negation) is that `Equals` does a strict comparison and `Matches` allows the usage of RegExp.
|
||||||
Arithmetics are allowed as well.
|
Arithmetics are allowed as well.
|
||||||
|
|
||||||
## <a name="rules-examples">Examples</a>
|
## <a name="rules-examples">Examples</a>
|
||||||
@@ -145,7 +145,7 @@ To include users that have `Global-Read` or `Administrator` permissions it is re
|
|||||||
~
|
~
|
||||||
```php
|
```php
|
||||||
$config['alert']['globals'] = true; //Include Global-Read into alert-contacts
|
$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';
|
|||||||
|
|
||||||
# <a name="entities">Entities
|
# <a name="entities">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 <tablename>`.
|
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 <tablename>`.
|
||||||
|
|
||||||
## <a name="entity-devices">Devices</a>
|
## <a name="entity-devices">Devices</a>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user