diff --git a/AUTHORS.md b/AUTHORS.md index e54cc0223a..5337f4e3db 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -212,6 +212,7 @@ LibreNMS contributors: - Rémy Jacquin (remyj38) - PipoCanaja [pipocanaja](https://github.com/pipocanaja/) - Tim de Boer (tim427) +- Pavle Obradovic (pobradovic08) Observium was written by: - Adam Armstrong diff --git a/doc/Alerting/Transports.md b/doc/Alerting/Transports.md index 30e7c93dd7..98bb5d24c3 100644 --- a/doc/Alerting/Transports.md +++ b/doc/Alerting/Transports.md @@ -51,13 +51,13 @@ It is possible to configure as much label values as required in Alertmanager Opt ## API API transports definitions are a bit more complex than the E-Mail configuration. -The URL can have the same placeholders as defined in the [Template-Syntax](Templates#syntax). +The URL can have the same placeholders as defined in the [Template-Syntax](Templates.md#syntax). If the `Api Method` is `get`, all placeholders will be URL-Encoded. The API transport uses cURL to call the APIs, therefore you might need to install `php curl` to make it work. -__Note__: it is highly recommended to define your own [Templates](Templates) when you want to use the API transport. The default template might exceed URL-length for GET requests and therefore cause all sorts of errors. +__Note__: it is highly recommended to define your own [Templates](Templates.md) when you want to use the API transport. The default template might exceed URL-length for GET requests and therefore cause all sorts of errors. **Example:** diff --git a/doc/Extensions/Fast-Ping-Check.md b/doc/Extensions/Fast-Ping-Check.md index f261763070..0a44033ef6 100644 --- a/doc/Extensions/Fast-Ping-Check.md +++ b/doc/Extensions/Fast-Ping-Check.md @@ -11,7 +11,7 @@ Some users may want to know if devices stop responding to ping more quickly than to run ping checks as quickly as possible without increasing snmp load on your devices by switching to 1 minute polling. > **WARNING**: If you do not have an alert rule that alerts on device status, enabling this will be a waste of resources. -> You can find one in the [Alert Rules Collection](../Alerting/Rules.md#Alert Rules Collection). +> You can find one in the [Alert Rules Collection](../Alerting/Rules.md#alert-rules-collection). diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index 65ae0e90db..263bff163b 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -427,7 +427,7 @@ The varying options after that are to support the different transports. ### Alerting -[Alerting](../Alerting/Rules.md) +[Alerting](../Alerting/index.md) ### Billing