Difference between revisions of "Grafana"
imported>Plittlefield |
Plittlefield (talk | contribs) (→Alerts) |
||
(One intermediate revision by the same user not shown) | |||
Line 59: | Line 59: | ||
https://forums.lime-technology.com/topic/50495-scripts-for-server-monitoring-using-influx-db-and-grafana-without-telegraf-agent/ | https://forums.lime-technology.com/topic/50495-scripts-for-server-monitoring-using-influx-db-and-grafana-without-telegraf-agent/ | ||
+ | |||
+ | == Annotations == | ||
+ | |||
+ | https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/annotate-visualizations/ | ||
== Alerts == | == Alerts == | ||
Line 73: | Line 77: | ||
http://your.grafana.server:3000/admin/settings | http://your.grafana.server:3000/admin/settings | ||
+ | |||
+ | == OnCall == | ||
+ | |||
+ | https://github.com/grafana/oncall | ||
== Troubleshooting == | == Troubleshooting == |
Latest revision as of 12:58, 13 September 2023
Grafana open source software for time series analytics.
Introduction
https://denlab.io/setup-a-wicked-grafana-dashboard-to-monitor-practically-anything/
Nice HOWTO: Influx Telegraf Grafana
https://lkhill.com/telegraf-influx-grafana-network-stats/
Change Dashboard Panel Title Font Size
- At the bottom of the dashboard, add a "text panel" in a smallest hight "1px" and turn on a transparent background.
- Open the Options tab and switch to HTML mode.
- Paste the following CSS code:
<style> .panel-title-container { font-size: x-large; } </style>
Kiosk Fullscreen Mode
This will remove the toolbar shown at the top of every page, useful for kiosk screens.
Add &kiosk to the end of the url, or press d then k on your keyboard.
Copy Panel To Another Dashboard
Source
- Select your Dashboard
- Click on the Panel Title
- In pop-up window, click the 3 bars and choose Panel JSON
- Highlight all of and copy the Panel JSON text
- Click the close cross
Destination
- Change your Dashboard
- Click Add Row
- Click Graph
- Click on the Panel Title
- In pop-up window, click the 3 bars and choose Panel JSON
- Highlight all of the text and paste the Panel JSON text over existing
- Click the close cross
- Click Save Dashboard
Functions
https://www.reddit.com/r/sysadmin/comments/53mi0s/using_grafana_to_show_network_speed/
http://lkhill.com/using-influxdb-grafana-to-display-network-statistics/
Scripts
Annotations
https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/annotate-visualizations/
Alerts
PMM Alerting with Templated Dashboards
https://dzone.com/articles/pmm-alerting-with-grafana-working-with-templated-d
Configure the link back to Grafana from alert notifications
http://docs.grafana.org/installation/configuration/#domain
http://your.grafana.server:3000/admin/settings
OnCall
https://github.com/grafana/oncall
Troubleshooting
Fix Error: NO_PUBKEY 40F370A1F9081B64
https://community.openhab.org/t/solved-grafana-repository-error-no-pubkey/66664