Skip to content

Commit

Permalink
Update docu
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Koebke committed Aug 4, 2018
1 parent 5bd54e6 commit a8d5920
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/01-about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Add Grafana graphs into Icinga Web 2 to display performance metrics.
![Icinga Web 2 Grafana Integration](images/icingaweb2_grafana_screenshot_01.png "Grafana")
![Icinga Web 2 Grafana Integration](images/icingaweb2_grafana_screenshot_02.png "Grafana")

## Graphs for dashboards
![Icinga Web 2 Grafana Integration](images/icingaweb2_grafana_screenshot_06.png)

To add a graph to your dashboard click on the small clock left of the timerange menu of a graph.

## Show all graphs
To see all graphs on one page, click on the `Show all graphs` link in a host object view.
![Show all graph](images/showallgraph.png "Show all graph")
Expand Down
Binary file added doc/images/icingaweb2_grafana_screenshot_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion library/Grafana/Helpers/Timeranges.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ protected function isValidTimeStamp($timestamp)

private function buildTimerangeMenu($timerange = "", $timerangeto = "")
{

$clockIcon = $this->view->qlink('', 'dashboard/new-dashlet',
['url' => 'grafana/dashboard?' . http_build_query($this->urlparams)],
['icon' => 'clock', 'title' => 'Add graph to dashboard']);
Expand Down
2 changes: 2 additions & 0 deletions module.info
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ Description: Grafana - A perfdata visualisation module
Jon B.

Nicolai B.

Eric L.

0 comments on commit a8d5920

Please sign in to comment.