Update Smokeping.md (#8862)

Minor errors

DO NOT DELETE THIS TEXT

#### Please note

> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.

- [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)

#### Testers

If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
This commit is contained in:
mattie47 2018-07-03 18:48:04 +12:00 committed by Neil Lathwood
parent b8a89094b3
commit 32691830e6

View File

@ -1,4 +1,4 @@
+source: Extensions/Smokeping.md
source: Extensions/Smokeping.md
# Smokeping integration
[SmokePing](https://oss.oetiker.ch/smokeping/) is a tool which lets us keep track of network latency, and visualise this through RRD graphs.
@ -161,7 +161,7 @@ The following will configure Nginx to respond to `http://yourlibrenms/smokeping`
}
```
After saving the config file, verify your Nginx config file syntax is OK with `sudo nginx -t`, then restart Nginx with `sudo systemctl nginx restart`
After saving the config file, verify your Nginx config file syntax is OK with `sudo nginx -t`, then restart Nginx with `sudo systemctl restart nginx`
You should be able to load the Smokeping web interface at `http://yourhost/smokeping`
@ -181,9 +181,9 @@ Verify: `sudo systemctl status smokeping`
## Verify in LibreNMS
Within LibreNMS, you should now have a new device sub-tab called Ping.
--------------
# Pre-Existing Smokeping Installation
The following section covers the requirements for an existing SmokePing installation. The primary difference is this section does not cover using the LibreNMS Smokeping config script, and assumes an existing Smokeping server is set up and working correctly.