From 759121e90d3cdecc9748eec8a7c02d6cd8e2f744 Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Thu, 5 Sep 2019 14:18:39 +0200 Subject: [PATCH] Added linear prediction how-to (#10581) As per twitter request. --- doc/Support/FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/Support/FAQ.md b/doc/Support/FAQ.md index 17daf934ab..52b8f0dec2 100644 --- a/doc/Support/FAQ.md +++ b/doc/Support/FAQ.md @@ -40,6 +40,7 @@ path: blob/master/doc/ - [My reverse proxy is not working](#my-reverse-proxy-is-not-working) - [My alerts aren't being delivered on time](#my-alerts-aren't-being-delivered-on-time) - [My alert templates stopped working](#my-alert-templates-stopped-working) +- [How do I use trend prediction in graphs](#how-do-i-use-trend-prediction-in-graphs) # Developing @@ -573,4 +574,16 @@ new template syntax: syntax changed, and you basically need to convert your templates to this new syntax (including the titles). +## How do I use trend prediction in graphs + +As of [Ver. 1.55](https://community.librenms.org/t/v1-55-release-changelog-august-2019/9428) a new feature has been added where you can view a simple linear prediction in port graphs. + +> It doesn't work on non-port graphs or consolidated graphs at the time this FAQ entry was written. + +To view a prediction: +- Click on any `port` graph of any network device +- Select a `From` date to your liking (not earlier than the device was actually added to LNMS), and then select a future date in the `To` field. +- Click update + +You should now see a linear prediction line on the graph.